TradingAgents/tradingagents
voidborne-d 1a8ec533c0 fix: add yf_retry to yfinance_news.py to handle rate limits
The yfinance_news module was missing the yf_retry exponential backoff
wrapper that y_finance.py and stockstats_utils.py already use. When
Yahoo Finance returns HTTP 429 (Too Many Requests), get_news_yfinance
and get_global_news_yfinance would fail immediately instead of retrying.

This adds yf_retry around:
- stock.get_news() in get_news_yfinance()
- yf.Search() in get_global_news_yfinance()

Fixes #437
2026-03-23 19:07:21 +00:00
..
agents refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
dataflows fix: add yf_retry to yfinance_news.py to handle rate limits 2026-03-23 19:07:21 +00:00
graph refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
llm_clients feat: add Anthropic effort level support for Claude models 2026-03-22 21:57:05 +00:00
__init__.py fix: set process-level UTF-8 default for cross-platform consistency 2026-03-22 23:42:37 +00:00
default_config.py feat: add Anthropic effort level support for Claude models 2026-03-22 21:57:05 +00:00