Skip to content

Releases: ValueRaider/yfinance-cache

0.4.9

28 Jan 12:37
Compare
Choose a tag to compare

Forgot to increase yfinance requirement to >= 0.2.36

0.4.8

28 Jan 12:29
Compare
Choose a tag to compare

Fix new-dividend handling, price repair, backend. +2 exchanges. d29de9d

0.4.7

08 Oct 21:21
Compare
Choose a tag to compare

This mostly fixes issues around handling dividends. See commit for details: b079764

0.4.6

27 Aug 19:06
Compare
Choose a tag to compare

Implement yfc.download() #41
Minor bug fixes #42

0.4.5

13 Aug 15:12
Compare
Choose a tag to compare

Improve price refresh and repair. See commit message for full details 89f6485

0.4.4

01 Jul 19:07
Compare
Choose a tag to compare

Summary

Improve updating dividends & splits, and refresh of repaired price data
Support latest yfinance
More exchanges: Cboe BZX, Santiago, Bogota

See commit message for full details 3316afc

0.4.3

20 Mar 13:10
Compare
Choose a tag to compare

Fix history(period="1wk") when today is Monday pre-market.

0.4.2

19 Mar 22:12
Compare
Choose a tag to compare

Fixed bug where new dividends were lost after fetching
Add more exchanges: Athens, Korea & Singapore
New argument Ticker.history(trigger_on_market_close) - toggle if market close should trigger fetch

Verification:

  • verify_cached_tickers_prices(resume_from_tkr="AMZN+1") - append '+1' to symbol string to resume after
  • expose tolerances via rtol and vol_rtol arguments

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.