Hewei603
25356e0034
Merge branch 'main' into fix-yfinance-rate-limit-and-encoding
2026-03-26 20:30:13 +08:00
Yijia-Xiao
7cca9c924e
fix: add exponential backoff retry for yfinance rate limits ( #426 )
2026-03-22 22:11:08 +00:00
Yijia-Xiao
b0f9d180f9
fix: harden stock data parsing against malformed CSV and NaN values
...
Add _clean_dataframe() to normalize stock DataFrames before stockstats:
coerce invalid dates/prices, drop rows missing Close, fill price gaps.
Also add on_bad_lines="skip" to all cached CSV reads.
2026-03-15 18:29:43 +00:00
Hewei603
33cbf5f677
Update y_finance.py
...
Delete import request
2026-02-14 17:25:13 +08:00
Hewei603
156afe9042
Update tradingagents/dataflows/y_finance.py
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-14 16:58:29 +08:00
Hewei603
b308c24f0b
Update tradingagents/dataflows/y_finance.py
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-14 16:57:26 +08:00
Hewei603
99d5d2122d
Fix yfinance rate limit and session compatibility in dataflows/y_finance.py
2026-02-14 16:19:07 +08:00
Yijia Xiao
3d040f8da4
feat: add yfinance support to accommodate community request for stability and quota
2026-02-03 22:27:20 +00:00
Edward Sun
7bb2941b07
optimized yfin fetching to be much faster
2025-10-06 19:58:01 -07:00
Edward Sun
c07dcf026b
added fallbacks for tools
2025-10-03 22:40:09 -07:00
luohy15
b01051b9f4
Switch default data vendor
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-30 12:43:27 +08:00