Hi,
I want to extract a times series of Exchange Rates between, say, EURO and USD. I enter the following command:
FinancialData[{"EUR","USD"}, {{2005,1,1},{2008,1,1}}]
Unfortunately, it does not work! and to my surprise, against my tremendous search in Mathematica to retrieve Times series exchange rates I simply cannot retrieve any time series exchange rates but only the current exchange rate. However, for stock market data, the above code works.
What is going on? Please let me receive your help.
Thanks.