ValueRaider
ValueRaider
Raise it. YF hides most errors, but killer errors like rate-limit should be raised https://github.com/ranaroussi/yfinance/blob/4c23d339bc88ce4b70ba0dd4add7e38743242833/yfinance/scrapers/history.py#L190-L192
What version YFC? Latest release has big changes to `download`, so I'm curious if upgrading to latest, or downgrading to previous, helps.
Python 3.12. It's more likely to be how multiprocessing works on Macs than package versions - I dev on Linux. [You aren't first to encounter issues on Mac](https://github.com/ValueRaider/yfinance-cache/pull/46)
I don't have access to Windows nor Mac. Most changes in #46 were from ChatGPT/Claude, so try getting them to fix. There isn't much parallel code to feed the AI:...
Does latest main commit help? #85
Because then you are overriding using curl_cffi session requests_cache officially does not work with curl_cffi https://github.com/JWCook/requests-ratelimiter/issues/112 Will have to remove from docs, and maybe disable session argument
@cybtow Did you really solve it? `_get_internal_cache` isn't returning anything.
Research what session is actually being used by yfinance, I think you will be surprised
> curious to know that session ;) I can't tell you. You edit the source code to print. > stock = yf.Ticker("AAPL", session=limited_session) # it works !! Does it actually...
@deeleeramone I just tried curl_adapter, obviously had to disable some things inside `data.py`. If it works that's great, can restore `requests` support, but I can't get it working: EDIT: I...