Skip to content

Releases: ranaroussi/yfinance

0.2.33

06 Dec 19:50
Compare
Choose a tag to compare

Cookie fixes:

0.2.32

18 Nov 12:58
Compare
Choose a tag to compare

Add cookie & crumb to requests, fix various HTTP errors. #1657
Thanks for big help from:
@bot-unit
@psychoz971
@Jshen123

0.2.31

04 Oct 21:05
Compare
Choose a tag to compare

Fix TZ cache exception blocking import #1705 #1709
Fix merging pre-market events with intraday prices #1703

0.2.31b2

01 Oct 21:41
Compare
Choose a tag to compare
0.2.31b2 Pre-release
Pre-release

What's Changed

  • Finish TZ cache lazy-load #1709

Full Changelog: 0.2.31b1...0.2.31b2

0.2.31b1

01 Oct 09:08
Compare
Choose a tag to compare
0.2.31b1 Pre-release
Pre-release

What's Changed

  • Fix merging pre-market events with intraday prices #1703
  • Fix TZ cache exception blocking import #1705

Full Changelog: 0.2.30...0.2.31b1

0.2.30

24 Sep 21:19
Compare
Choose a tag to compare

Fix OperationalError #1698

0.2.29

22 Sep 11:04
Compare
Choose a tag to compare

Fixes:

  • Fix pandas warning when retrieving quotes - thanks @difelice #1672
  • Replace sqlite3 with peewee for 100% thread-safety - #1675
  • Fix merging events with intraday prices - #1684
  • Fix error when calling enable_debug_mode twice - thanks @arduinocc04 #1687
  • Price repair fixes #1688

Full Changelog: 0.2.28...0.2.29

0.2.28

13 Aug 12:07
Compare
Choose a tag to compare

0.2.27

03 Aug 20:25
Compare
Choose a tag to compare

Bug fixes:

  • fix merging 1d-prices with out-of-range divs/splits #1635
  • fix multithread error 'tz already in cache' #1648

0.2.26

21 Jul 11:57
Compare
Choose a tag to compare

Proxy improvements