0.2.52

ranaroussi/yfinance0.2.52Jan 18, 2025by ValueRaider

AI Summary

Adds Market summary/status, custom period support, and rate limit error handling while improving Screener and Search features.

Key Highlights

  • Add `yf.Market` summary & status
  • Support custom period in `Ticker.history`
  • Raise `YfRateLimitError` if rate limited
  • Improve Screener & docs

New Features

  • yf.Market summary & status
  • Support custom period in `Ticker.history`
  • YfRateLimitError
  • Improved Screener & Search

Full Release Notes

Features:
- Improve Screener & docs #2207
- Add `yf.Market` summary & status #2175
- Support custom period in `Ticker.history` #2192
- raise `YfRateLimitError` if rate limited #2108
- add more options to `yf.Search` #2191

Fixes:
- remove hardcoded keys in Analysis #2194
- handle Yahoo changed Search response #2202

Thanks @dhruvan2006 and @R5dan