Skip to content

Releases: ranaroussi/yfinance

1.7.0

Choose a tag to compare

@ValueRaider ValueRaider released this 26 Aug 17:23

Main change:

  • history_metadata now lazy-loads tradingPeriods

Fixes for:

  • proxy
  • stock-split price-repair

Full changelog #2959

Thanks @amosli

1.6.0

Choose a tag to compare

@ValueRaider ValueRaider released this 13 Aug 13:38

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

Choose a tag to compare

@ValueRaider ValueRaider released this 23 Jul 19:16

Fix yfinance breaking with curl_cffi>=0.16

Thanks @dokson

1.5.1

Choose a tag to compare

@ValueRaider ValueRaider released this 28 Jun 18:13

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

Choose a tag to compare

@ValueRaider ValueRaider released this 28 May 20:02

Patches

  • Preserve Date/Datetime index name in yf.download() output #2832

Thanks @dokson

1.4.0

Choose a tag to compare

@ValueRaider ValueRaider released this 23 May 16:27

Minor changes

  • Login Yahoo account with yf.Auth link
  • Region scoping on Sector and Industry link
  • Support curl_cffi fallback to requests package link

Patches

  • Lots of fixes big and small.

Full changelog #2828

Thanks @etbala @dokson @a-drenaline @gottostartsomewhere @Jaypatel1511

1.3.0

Choose a tag to compare

@ValueRaider ValueRaider released this 16 Apr 19:50

Minor changes

  • Add Valuations Measures Table from Statistics Page #2742
  • Add ETFQuery #2749

Patches

  • Fix type regression in Ticker.dividends

Thanks @etbala

1.2.2

Choose a tag to compare

@ValueRaider ValueRaider released this 13 Apr 18:04

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

Choose a tag to compare

@ValueRaider ValueRaider released this 07 Apr 18:30

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

Choose a tag to compare

@ValueRaider ValueRaider released this 16 Feb 19:52

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