Releases: ranaroussi/yfinance
Release list
1.7.0
1.6.0
Main changes:
- Price repair improvements
- Few new fields to Balance Sheet and Screener
- Many little fixes
Full changelog #2935
Thanks @foley40 @dokson @vignesh-nagarajan-vn @shanehull @DogInfantry @Kaif10 @nyxst4ck @DMZ22 @Aaritp @etbala @aleks-drozy
1.5.2
Fix yfinance breaking with curl_cffi>=0.16
Thanks @dokson
1.5.1
Version 1.5.0 retracted - I forgot to merge in dev branch
Minor changes
- Handle fundamentals fetch time-out
- Optimise valuation-measures fetch
Patches
- Login, info, price repair
Full changelog #2862
Thanks @dokson @avesed @gyx09212214-prog @HaozheZhang6 @parthdongre @joaopedroassad @he-yufeng
1.4.1
1.4.0
Minor changes
- Login Yahoo account with
yf.Authlink - Region scoping on
SectorandIndustrylink - Support
curl_cffifallback torequestspackage link
Patches
- Lots of fixes big and small.
Full changelog #2828
Thanks @etbala @dokson @a-drenaline @gottostartsomewhere @Jaypatel1511
1.3.0
1.2.2
Forgot to merge in #2695 and #2718 from dev branch for release 1.2.1
Patch updates
- Add Currency to Analysis Data
- Fix download() thread-safety, history() TypeError
- Doc improvements
Full changelog #2747
Thanks @a-drenaline @david-belbeze @dhruvan2006 @etbala @rshah98626 @tgao09 @wavebyrd
1.2.1
Patch updates:
- Force curl_cffi>=0.15 because CVE #2743
- Preserve currency in dividends #2695
- Improve
download()thread-safety #2718
Thanks @david-belbeze @wavebyrd
1.2.0
Minor changes
yf.history() dataframe is now consolidated, might trigger read-only errors in your code.
Patches
Screener: lots more fund countries, some more equity exchanges
Price repair: fix ValueError: output array is read-only with Pandas 3
Changelog #2698
Thanks @kbluck