Releases: ValueRaider/yfinance-cache
Releases · ValueRaider/yfinance-cache
0.7.1
0.7.0
Features:
- add options contracts
- add missing properties for holders and analyst stuff
Fixes:
- handle Yahoo changing
earnings_dates
(get dates fromcalendar
)
0.6.9
Mostly fixes for refreshing financials and info. Small fixes to prices.
0.6.8
Features:
- add
yfc.options.calendar.accept_unexpected_Yahoo_intervals
, to stop prompt 'Accept into cache anyway?'
Fixes:
- fix for not knowing day-before close for a newly-fetched dividend
- little bugfix for
get_release_dates
- another Pandas TypeError
GetTimestampNextSession()
handles long Chinese holiday- tweak date printing in verify's debug output
0.6.7
0.6.6
Allow Pandas 2.1+
0.6.5
Fix dependencies #66, fix download progress bar #68. Thanks @sonique6784
0.6.4
Price improvements:
- Add more exchanges #63, b7b3a2d
- Improve parallel
download()
on Windows and fix progress bar #46 - Fix error
Failed to map these Yahoo intervals to xcal
on intraday price fetches when YFC persists in-memory between re-fetches #62 - Small internal fixes ae4ba08
Financials improvements:
- better estimation of interim earnings interval
- improve handling bad Yahoo data in earnings dates d1474ef
Shares
- Fix
get_shares()
when start/end=None, or Yahoo returning empty dc11d14
0.6.3
Mostly price improvements. Main changes:
- fix propagating new dividends and splits to cached prices. You probably want to verify prices after updating
- add FX & Crypto support
- various fixes and API tidy
Full changelog in #60