ValueRaider

Results 898 comments of ValueRaider

Your `bad data proof` must be from yahoo.com

Looking closer, May 4 is irrelevant. ``` DEBUG:yfinance: Entering _fetch_ticker_tz() ERROR Could not get exchangeTimezoneName for ticker 'ASIANPAINT.NS' reason: 'chart' ``` `_fetch_ticker_tz` is failing but only for you. Can you...

Update: #2391 will handle this

yfinance sends cookie-crumb with requests so Yahoo could track you despite VPN hopping (which is against their terms btw). Do less spam? https://github.com/ValueRaider/yfinance-cache

YF should already be setting the user-agent https://github.com/ranaroussi/yfinance/blob/main/yfinance/data.py#L59-L60 Does a 1-second rate limiter help? ``` from requests_ratelimiter import LimiterSession history_rate = RequestRate(1, Duration.SECOND) # history_rate = RequestRate(1, Duration.SECOND*1.1) limiter =...

@bwzheng2010 Redistributing Yahoo's data is against their terms of use.

Are you spamming? https://github.com/ranaroussi/yfinance/discussions/1513

yfinance stores cookie here: https://github.com/ranaroussi/yfinance#persistent-cache-store - does deleting it help?

> I also don't have yf.set_tz_cache_location ... how did you check yfinance version?