ValueRaider / yfinance-cache

Caching wrapper for yfinance module. Intelligent caching, not dumb caching of web requests.
MIT License
28 stars 10 forks source link

Optimise #26

Closed ValueRaider closed 1 year ago

ValueRaider commented 1 year ago

Full sweep of performance optimisations. Roughly 3x faster over a list of tickers, and finally faster than yfinance web fetches.

And a bunch of price-related bug fixes.