ValueRaider
ValueRaider
Probably this can be multithreaded, but sounds like you need to [scrape smarter with caching](https://github.com/ranaroussi/yfinance#smarter-scraping)
Then don't rate-limit just cache 🤷
> the second 1m download is much faster than first Obviously it is using the cached data.
> when there have been new trades in between `requests_cache` is a dumb cache, it only caches `get` requests.
> It would be really cool if yfinance would give more control over its caching. I don't like this, given this can be solved easier via direct interaction with `requests_cache`
> making individual calls bypass the cache; have specific cache-expires for specific kinds of calls. You did not specify you wanted this. I had a quick chat with ChatGPT -...
> May I ask what you meant with "direct interaction with requests_cache" I mean you configure the `requests_cache` session object before passing it to yfinance.
Create an issue using the new template, need more info.
Better would be adding [`requests_cache` expiration](https://requests-cache.readthedocs.io/en/stable/user_guide/expiration.html) to the example, or recommending users read their documentation.
FPLpB doesn't exist on Yahoo