我想获得货币和金属的数据。当我尝试一些包时,很多人建议使用quantmod。所以我使用getSymbols
作为以下内容:
getSymbols("USD/EUR",src="oanda")
Error in download.file(paste(oanda.URL, from.date, to.date, "exch=", currency.pair[1], :
cannot open URL 'http://www.oanda.com/convert/fxhistory?lang=en&date1=09%2F28%2F13&date=02%2F09%2F15&date_fmt=us&exch=USD&expr2=EUR&margin_fixed=0&SUBMIT=Get+Table&format=CSV&redirected=1'
In addition: Warning message:
In download.file(paste(oanda.URL, from.date, to.date, "exch=", currency.pair[1], :
cannot open: HTTP status was '404 Not Found'
我用过:
getSymbols("USD/EUR",src="oanda",from="2015-01-01")
我收到同样的消息。
所以getSymbols
仍可以与Oanda合作吗?
另一个问题是,我可以找到Yahoo,Oanda,Google等网络服务支持的符号列表吗?事实上我不需要股票代码,我只需要未来的符号,如玉米,黄金和货币。