Releases: ValueRaider/yfinance-cache
Releases · ValueRaider/yfinance-cache
0.4.9
Forgot to increase yfinance
requirement to >= 0.2.36
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
Fix history(period="1wk")
when today is Monday pre-market.
0.4.2
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
andvol_rtol
arguments
0.4.1
0.4.0
Massive update to fix propagating new dividends and stock splits to cached data.
New methods to verify cached prices - see README.