我正在尝试使用Python从雅虎财经下载DJIA数据。import fix_yahoo_finance as yf # Fix for downloading financial data from Yahoo, as the Pyhton Yahoo API有没有其他方法可以从Yahoo下载DJIA数据?
ValueError: The Quandl API key must be provided either through the api_key variable or through the environmentalvariable QUANDL_API_KEY.我正在尝试从Quandl检索一些简单的股票数据。在下面的示例代码中,我输入了实际的API密钥,而不是x,但我仍然收到错误。我是不是错过了什么?styleimport pandas