cuemacro / finmarketpy

Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians)
http://www.cuemacro.com
Apache License 2.0
3.41k stars 490 forks source link

017-05-10 10:14:37,418 - findatapy.market.datavendorweb - INFO - Attempting... 1 request to download from Quandl due to following error: (Status 400) (Quandl Error QEAx01) We could not recognize your API key: x. #13

Open zermeno98 opened 7 years ago

EMCP commented 7 years ago

you need to follow the instructions on using Quandl, specifically signing up and getting an API key

saeedamen commented 7 years ago

@zermeno98 as @EMCP mentions, it is necessary to set the Quandl API key in findatapy DataConstants file (and you also need to get one from the Quandl) - full instructions for setting up findatapy (and its associated libraries finmarketpy & chartpy) are at https://github.com/cuemacro/finmarketpy/blob/master/INSTALL.md