I want to get the Historic data of Currency exchange, I have tried running this Query on Yahoo console but it wont work.
select * from yahoo.finance.historicaldata where symbol in ("EURUSD=X") and startDate = "2015-06-01" and endDate ="2015-06-02"
Is it something that I'm doing wrong? Or is it not possible in Yahoo API?
Any other suggestion that you can give please?
Please note that I want historic data, not the current exchange rate.