TradingAgents/tradingagents/dataflows
dtarkent2-sys dcc98a7136 refactor(dataflows): stub Alpha Vantage modules; deprecate y_finance
Part of the FMP-primary data source migration (see
D:/sharkquant/docs/FMP_MIGRATION.md at the monorepo root).

- alpha_vantage_common.py: every helper returns empty; AlphaVantageRateLimitError kept for `except` compat
- alpha_vantage_stock.py / _fundamentals.py / _indicator.py / _news.py: all public functions return "" so callers through interface.py don't import-error

y_finance.py gets a module-level deprecation docstring; it's too big
to stub safely without a tested FMP replacement wired through
interface.py, so it stays live for this round. Callers (tier1, tier2,
test.py) still work via its Alpaca-fallback path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 00:26:38 -04:00
..
__init__.py WIP 2025-09-26 16:17:50 +08:00
alpaca_data.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
alpha_vantage.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
alpha_vantage_common.py refactor(dataflows): stub Alpha Vantage modules; deprecate y_finance 2026-04-22 00:26:38 -04:00
alpha_vantage_fundamentals.py refactor(dataflows): stub Alpha Vantage modules; deprecate y_finance 2026-04-22 00:26:38 -04:00
alpha_vantage_indicator.py refactor(dataflows): stub Alpha Vantage modules; deprecate y_finance 2026-04-22 00:26:38 -04:00
alpha_vantage_news.py refactor(dataflows): stub Alpha Vantage modules; deprecate y_finance 2026-04-22 00:26:38 -04:00
alpha_vantage_stock.py refactor(dataflows): stub Alpha Vantage modules; deprecate y_finance 2026-04-22 00:26:38 -04:00
config.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
interface.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
stockstats_utils.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
utils.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
y_finance.py refactor(dataflows): stub Alpha Vantage modules; deprecate y_finance 2026-04-22 00:26:38 -04:00
yfinance_news.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00