Releases: ValueRaider/yfinance-cache
Releases · ValueRaider/yfinance-cache
0.4.1
Main change is shifting last update of daily/weekly interval from midnight to next trading day open, because Yahoo is still updating Volume then. a8a9c8c
Improved verify experience
Bunch of fixes to price update logic
0.4.0
Massive update to fix propagating new dividends and stock splits to cached data.
New methods to verify cached prices - see README.
0.3.5
Handle 'xcal' not accepting cache=True 7a2101a
0.3.4
Bugfix when running first time on empty cache.
0.3.3
Fix Windows, by switching to 'appdirs'
0.3.2
Fix daily+ intervals not updating after market close, so can miss aftermarket action. Now updates until midnight. #29
0.3.0
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.
#26
0.2.4
First "GitHub release", but not first version on PIP. Just creating for formality.