Skip to content

Releases: ValueRaider/yfinance-cache

0.6.1

16 Apr 21:13
Compare
Choose a tag to compare

Fix for Ticker.get_release_dates() #55

0.6.0

13 Apr 10:48
Compare
Choose a tag to compare

Big release here - implement cache auto-update for financials. The key part is new function Ticker.get_release_dates().

0.5.5

13 Apr 10:45
Compare
Choose a tag to compare

Fix Ticker.info metadata.

0.6.0rc2

06 Apr 09:34
Compare
Choose a tag to compare
0.6.0rc2 Pre-release
Pre-release

Implement merging new financials into cache b7288be

0.6.0rc1

01 Apr 19:52
Compare
Choose a tag to compare
0.6.0rc1 Pre-release
Pre-release

Big release here - implement cache auto-update for financials. The key part is new function Ticker.get_release_dates().

0.5.4

31 Mar 21:31
Compare
Choose a tag to compare

Fix bug in _getExchangeAndTz in version 0.5.3 #50 - thanks @IvanBayan

0.5.3

30 Mar 11:04
Compare
Choose a tag to compare

Small change to slightly reduce Yahoo spam:

  • Avoid refetching Ticker.info just for timezone or exchange #49

0.5.2

17 Mar 12:15
Compare
Choose a tag to compare

Ticker.Info fixes #48

0.5.1

11 Feb 22:25
Compare
Choose a tag to compare

Fix cached calendar load

0.5.0

10 Feb 13:41
3c34db7
Compare
Choose a tag to compare

Extended cache auto-update to: info, calendar, shares. See updated README.
Financials coming soon ...