JECSand / yahoofinancials

A powerful financial data module used for pulling data from Yahoo Finance. This module can pull fundamental and technical data for stocks, indexes, currencies, cryptos, ETFs, Mutual Funds, U.S. Treasuries, and commodity futures.
https://pypi.python.org/pypi/yahoofinancials
MIT License
896 stars 214 forks source link

Max Retries #101

Open rhotzcvm opened 2 years ago

rhotzcvm commented 2 years ago

I am having an issue with some tickers which do not have data. Current code has a hardcoded 10 retries schedule. It should be set as a parameter, because it can really slow down a batch request.