Skip to content

Releases: ValueRaider/yfinance-cache

0.7.1

23 Nov 23:10
Compare
Choose a tag to compare

Fix bug in calendar update

0.7.0

23 Nov 21:51
Compare
Choose a tag to compare

Features:

  • add options contracts
  • add missing properties for holders and analyst stuff

Fixes:

  • handle Yahoo changing earnings_dates (get dates from calendar)

0.6.9

09 Nov 19:06
Compare
Choose a tag to compare

Mostly fixes for refreshing financials and info. Small fixes to prices.

0.6.8

25 Oct 21:04
Compare
Choose a tag to compare

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

06 Oct 15:20
Compare
Choose a tag to compare

Summary:

  • more exchanges
  • fixes:
    • improve mapping financials -> release dates
    • fix issues in dividend handling
    • improve detecting listing date
    • price-repair improvements
  • improve verify experience

Full changelog: c6449eb

0.6.6

27 Jul 19:47
Compare
Choose a tag to compare

Allow Pandas 2.1+

0.6.5

20 Jul 13:33
Compare
Choose a tag to compare

Fix dependencies #66, fix download progress bar #68. Thanks @sonique6784

0.6.4

28 Jun 13:27
Compare
Choose a tag to compare

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

26 May 16:12
Compare
Choose a tag to compare

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

Then some tweaks to Financials update logic.

0.6.2

25 Apr 18:00
Compare
Choose a tag to compare

Fix Ticker.info caching #56