我正在尝试从Quandl
导入财务数据library(Quandl)
library(xts)
currencies <- c("RUB", "USD", "JPY", "EUR", "CNY")
currencies <- paste("CURRFX/BRL", currencies, sep= "")
currency_ts <- lapply(as.list(currencies), Quandl, start_date="1999-01-01", end_date="2014-12-30", type="xts")
我已经尝试了几次与其他货币一起使用它确实有效,但突然停止工作并开始给我这种错误:
错误:{&#34; quandl_error&#34;:{&#34;代码&#34;:&#34; QECx02&#34;,&#34;消息&#34;:&#34;您已提交一个不正确的Quandl代码。请检查您的Quandl代码,然后重试。&#34;}}