Releases: ranaroussi/yfinance
Releases Β· ranaroussi/yfinance
0.2.13
Price bug fixes:
- fetching big intervals e.g. "3mo" with Capital Gains #1455 (thanks @mppics)
- merging dividends & splits with prices #1452
0.2.12
Disable annoying 'backup decrypt' msg 6b8b0d5
0.2.11
Fix history_metadata
accesses for unusual symbols - thanks @sdeibel #1411
0.2.10
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
- Restore original download() timezone handling #1385
- Price repair bug fix 86d6acc
- Add another backup decrypt option #1379
- Catch TypeError Exception #1397
0.2.10b2
Fix parsing history_metadata['tradingPeriods']
when empty.
0.2.10b1
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.7
- Fix Yahoo decryption, smarter this time #1353
- Rename basic_info -> fast_info #1354
0.2.6
Fix Ticker.basic_info lazy-loading #1342