For those that aren’t familiar with Yahoo Finance. They provide a simple api for obtaining information (quote) on stocks. To learn the basics of how it works you can read the post Yahoo Finance Stock API, and Understanding Yahoo Finance Stock Quotes and sl1d1t1c1ohgv which outlines the various information that you can request.
However these posts simply inform you of the United States Localized url for obtaining the information. For those in other parts of the world you can use a localized url to get time and date information based on your location. This is done by prepending the country code to the url. For example Germany would prepend de to the url and would download the information at:
http://de.finance.yahoo.com/d/quotes.csv?s=DELL&f=sl1d1t1c1ohgv&e=.csv
A full list of Country Codes can be found below.
Country Codes
| Argentina | ar |
| Australia | au |
| Brazil | br |
| Canada | ca |
| France | fr |
| Germany | de |
| Hong Kong | hk |
| India | in |
| Ireland | uk |
| Italy | it |
| Korea | kr |
| New Zealand | au |
| Singapore | sg |
| Spain | es |
| United Kingdom | uk |
Also as Bastian pointed out in the comments the csv file does not use the , (comma) character as the delimiter for localizations that use commas instead of the period in displaying currency. In these cases the delimiter that is used is the ; (semicolon). The full list of countries with the different delimiter is below.
Localizations with ; delimiter
| Argentina |
| Brazil |
| France |
| Germany |
| Italy |
| Spain |