Is Yahoo API down right now? Cannot get any data feed through function
-
We can not get any data through Azure Notebook service and local machine, is Yahoo Finance API down right now?
Is there anyone fetching data finely through yahoo finance function?
backtrader.feeds.YahooFinanceDataor any function like
https://www.backtrader.com/docu/datayahoo/ -
Hi there,
I am getting the same issue using YahooFinanceData.
I have checked the URL in yahoo.py seem to be still workingparams = ( ('proxies', {}), ('period', 'd'), ('reverse', False), ('urlhist', 'https://finance.yahoo.com/quote/{}/history'), ('urldown', 'https://query1.finance.yahoo.com/v7/finance/download'), ('retries', 3), )```
-
The same to me. I tried to run the snippet in the readme but got error message
No such file or directory: 'MSFT'
-
Seems to be the same issue reported here: https://community.backtrader.com/topic/2363/errno-2-no-such-file-or-directory
-
@backtrader The PR addressing this issue has been approved and just needs to be merged: https://github.com/mementum/backtrader/pull/401