You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It used to be much faster to crawl data such as historical daily prices but recently, it slowed down a bit.
For ticker in ticker_list : # ticker_list has 445 tickers in total
yahoo_financials = YahooFinancials(ticker)
historical_data = yahoo_financials.get_historical_price_data('2019-02-01','2019-02-25, 'daily')
For example, the code above took me about 20 minutes to complete.
Why did it slow down so much and can you handle this issue please?
The text was updated successfully, but these errors were encountered:
I will do some benchmarking between v1.4 and v1.5 over the coming weekend and get back to you about this. Thank you for bringing this to our attention!
It used to be much faster to crawl data such as historical daily prices but recently, it slowed down a bit.
For example, the code above took me about 20 minutes to complete.
Why did it slow down so much and can you handle this issue please?
The text was updated successfully, but these errors were encountered: