Skip to content

Releases: ranaroussi/yfinance

0.2.13

21 Mar 18:57
Compare
Choose a tag to compare

Price bug fixes:

  • fetching big intervals e.g. "3mo" with Capital Gains #1455 (thanks @mppics)
  • merging dividends & splits with prices #1452

0.2.12

16 Feb 12:03
Compare
Choose a tag to compare

Disable annoying 'backup decrypt' msg 6b8b0d5

0.2.11

10 Feb 16:59
Compare
Choose a tag to compare

Fix history_metadata accesses for unusual symbols - thanks @sdeibel #1411

0.2.10

07 Feb 22:08
Compare
Choose a tag to compare

General:

  • fix using sqlite3 < 3.8.2 #1380
  • add another backup decrypt option #1379

Prices

  • restore original download() timezone handling #1385
  • fix & improve price repair #1289 2a2928b 86d6acc
  • drop intraday intervals if in post-market but prepost=False #1311

Info

  • fast_info improvements:
    • add camelCase keys, add dict functions values() & items() #1368
    • fix fast_info["previousClose"] #1383
  • catch TypeError exception #1397

0.2.10b3

07 Feb 14:12
Compare
Choose a tag to compare
0.2.10b3 Pre-release
Pre-release
  • Restore original download() timezone handling #1385
  • Price repair bug fix 86d6acc
  • Add another backup decrypt option #1379
  • Catch TypeError Exception #1397

0.2.10b2

01 Feb 13:33
Compare
Choose a tag to compare
0.2.10b2 Pre-release
Pre-release

Fix parsing history_metadata['tradingPeriods'] when empty.

0.2.10b1

31 Jan 22:12
Compare
Choose a tag to compare
0.2.10b1 Pre-release
Pre-release

0.2.10 beta 1

Changelog:

  • Fix using sqlite < 3.8.2 #1380
  • Drop price prepost intervals if prepost=False #1311
  • Fix & improve price repair #1289
  • fast_info improvements:
    • add camelCase keys, add dict functions values() & items() #1368
    • fix fast_info["previousClose"] #1383

0.2.9

26 Jan 22:22
Compare
Choose a tag to compare

Fix fast_info bugs #1362

0.2.7

26 Jan 17:03
Compare
Choose a tag to compare
  • Fix Yahoo decryption, smarter this time #1353
  • Rename basic_info -> fast_info #1354

0.2.6

25 Jan 19:11
Compare
Choose a tag to compare

Fix Ticker.basic_info lazy-loading #1342