1.2.0
ranaroussi/yfinance1.2.0Feb 16, 2026by ValueRaider
AI Summary
This release consolidates the y.history() dataframe which may trigger read-only errors in existing code, and includes a fix for ValueError related to Pandas 3. The screener also expanded to include more fund countries and equity exchanges.
Key Highlights
- y.history() dataframe now consolidated
- Price repair fix for ValueError with Pandas 3
- Screener: more fund countries and equity exchanges
Breaking Changes
- y.history() dataframe consolidation may trigger read-only errors in existing code
New Features
- Dataframe consolidation for y.history()
- Price repair improvements for Pandas 3 compatibility
- Expanded screener coverage
Full Release Notes
### Major changes None ### Minor changes `yf.history()` dataframe is now [consolidated](https://pandas.pydata.org/pandas-docs/version/0.19/generated/pandas.DataFrame.consolidate.html), 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