Skip to content

Releases: ranaroussi/yfinance

0.2.0rc5

16 Dec 16:28
Compare
Choose a tag to compare
0.2.0rc5 Pre-release
Pre-release
  • Improve financials error handling #1243
  • Fix '100x price' repair #1244

0.2.0rc4

13 Dec 22:13
Compare
Choose a tag to compare
0.2.0rc4 Pre-release
Pre-release

Major changes:

  • Access to old financials tables via get_income_stmt(legacy=True)
  • Optimise scraping financials & fundamentals, 2x faster
  • Add 'capital gains' alongside dividends & splits for ETFs, and metadata available via history_metadata, plus a bunch of price fixes

For full list of changes see #1238

0.1.90

13 Dec 15:37
Compare
Choose a tag to compare
  • Restore lxml requirement, increase minimum version #1237

0.1.89

12 Dec 22:07
Compare
Choose a tag to compare
  • Remove unused incompatible dependency #1222
  • Fix minimum Pandas version #1230

0.1.87

16 Nov 12:44
Compare
Choose a tag to compare
  • Fix localizing midnight when non-existent (DST) #1176
  • Fix thread deadlock in bpython #1163

0.1.86

14 Nov 12:51
Compare
Choose a tag to compare
  • Fix 'trailingPegRatio' #1141
  • Improve handling delisted tickers #1142
  • Fix corrupt tkr-tz-csv halting code #1162
  • Change default start to 1900-01-01 #1170

0.2.0rc2

12 Nov 21:29
Compare
Choose a tag to compare
0.2.0rc2 Pre-release
Pre-release

Financials

  • fix financials tables to match website #1128 #1157
  • lru_cache to optimise web requests #1147

Prices

  • improve price repair #1148
  • fix merging dividends/splits with day/week/monthly prices #1161
  • fix the Yahoo DST fixes #1143
  • improve bad/delisted ticker handling #1140

Misc

  • fix 'trailingPegRatio' #1138
  • improve error handling #1118

0.1.85

03 Nov 19:05
Compare
Choose a tag to compare

Fix info['log_url'] #1062
Fix handling delisted ticker #1137

0.2.0rc1

26 Oct 21:41
Compare
Choose a tag to compare
0.2.0rc1 Pre-release
Pre-release

Jumping to 0.2 for this big update #1117. 0.1.* will continue to receive bug-fixes

0.1.84

25 Oct 23:15
Compare
Choose a tag to compare
  • Make tz-cache thread-safe