获取货币兑换的历史数据

时间:2015-06-18 07:07:12

标签: json xml csv yahoo-api yahoo-finance

我想获得货币兑换的历史数据,我尝试在雅虎控制台上运行this Query,但它无法运行。

select * from yahoo.finance.historicaldata where symbol  in ("EURUSD=X") and startDate = "2015-06-01" and endDate ="2015-06-02"

这是我做错了吗?或者在Yahoo API中是不可能的?

您可以提出任何其他建议吗?

请注意,我想要历史数据,而不是当前的汇率。

0 个答案:

没有答案