-
Got an email that they will be phasing out the API we rely on for this app. We'll have to find something new or it will die 📉
-
I download quandl-java and run Examples.java in Eclipse, and in the
constructor of QuandlConnection I use my own key accquired from
Quandl. There are the following errors, and I don't know how to fix…
haimo updated
11 years ago
-
Some useful tools from Yangzong
https://www.quandl.com/tools/api
API Key for QUANDL: _Hi22UWDBu6vwiBhsLpS
ä¸æœŸ https://www.quandl.com/data/CFFEX-China-Financial-Futures-Exchange
大连 https://www.quand…
-
When I tried to use the following code to get the list of all datasets:
import csv
import quandl
quandl.ApiConfig.api_key = 'your_key'
ds=quandl.Dataset.all()
npage=ds.meta[…
-
UserWarning: Environment variable BULBEA_QUANDL_API_KEY for Quandl hasn't been set. A maximum of 50000 calls per day can be made. Visit https://www.quandl.com to get your API key.
warnings.warn(mes…
-
Hi,
When I try to follow the example, I have the following errors. Please help.
>>> share = bb.Share('YAHOO', 'GOOGL')
Traceback (most recent call last):
File "", line 1, in
File "/home…
-
Hi
thanks a lot for a great project, its really hard to find smth such useful.
I bump in the same issue as in #1, make described changes and came up to next error:
```bash
-----------------…
-
given apparent acquisition by nasdaq (quandl.com re-routes to https://data.nasdaq.com/) (yup: [Nasdaq-acquires-quandl](https://www.nasdaq.com/about/press-center/nasdaq-acquires-quandl-advance-use-alte…
-
in Jupiter Notebook 6.1.4:
import quandl
aapl = quandl.get("WIKI/AAPL", start_date="2006-10-01", end_date="2012-01-01")
----------------------------------------------------------------------…
-
Hi @convergenceIM
I am just wondering where to put the quandl api key when using the data download technique.
best,
Andrew