Skip to content

Releases: ValueRaider/yfinance-cache

0.4.1

05 Mar 16:15
Compare
Choose a tag to compare

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

11 Feb 16:35
beb5f63
Compare
Choose a tag to compare

Massive update to fix propagating new dividends and stock splits to cached data.

New methods to verify cached prices - see README.

0.3.5

05 Dec 13:45
Compare
Choose a tag to compare

Handle 'xcal' not accepting cache=True 7a2101a

0.3.4

28 Nov 22:07
Compare
Choose a tag to compare

Bugfix when running first time on empty cache.

0.3.3

27 Nov 23:09
Compare
Choose a tag to compare

Fix Windows, by switching to 'appdirs'

0.3.2

27 Nov 22:49
Compare
Choose a tag to compare

Fix daily+ intervals not updating after market close, so can miss aftermarket action. Now updates until midnight. #29

0.3.1

21 Nov 23:27
Compare
Choose a tag to compare

Push new README to PYPI

0.3.0

21 Nov 22:29
Compare
Choose a tag to compare

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

27 Oct 18:31
Compare
Choose a tag to compare

First "GitHub release", but not first version on PIP. Just creating for formality.