Closed BlackArbsCEO closed 8 years ago
Hi BlackArbsCEO. We're very sorry for the extremely long delay in responding to your issue. We are actively working on an updated version of the Quandl Python package, which will support these type of requests.
Hi. Love the API, but found a possible bug.
From the docs the get function is supposed to support a call such as:
mydata = Quandl.get(["NSE/OIL.4","WIKI/AAPL.1"])
However when I run the following code it returns an empty data frame:
start = '2013-12-01', auth_token = 'my_auth_token'
I confirmed that the Quandl database had the data items in question by running the following code: