EnigmaNZ
EnigmaNZ
[YahooQueryIssue.txt](https://github.com/dpguthrie/yahooquery/files/10787272/YahooQueryIssue.txt) Unable to load the text file in the main so have attached here
Yep, list of symbols are aapl, amzn, axp, baba, bac, bcs, cepu, goog, icl, jnj, jpm, msft, oxy, ozk, pnc, rf, wfc, zim I tried to upload the Database to...
It seems there may be a fix if you wait longer between calls. Is this something that would be worth trying?
Awesome, cheers @dpguthrie and @ValueRider. I have tried the time.sleep at 1 sec and 5 sec and didn't work for me. Someone else in the discussions said that 1sec (time.sleep(1))...
Hi guys, not sure if I'm doing something wrong but I trialed the following with @ValueRaider @dpguthrie: `import requests import requests_cache from ratelimiter import RateLimiter requests_cache.install_cache('yahoo_api_cache', expire_after=3600) rate_limiter = RateLimiter(max_calls=1,...
Mistakenly closed
@ValueRaider Very true about ChatGPT. I pulled the logic from ChatGPT (ended up being nonsense as you said) but I could understand the logic behind what was produced by it...
That definitely solved this issue for me. Ended up just using session.headers.update({'User-Agent': 'Mozilla/5.0.}) just below the yfinance software as per screenshot.  Unfortunately I have got no further though. It...