TradingAgents/tradingagents/agents/utils
luohy15 d63c5dcd46 Add Alpha Vantage API integration as primary data provider
- Replace FinnHub with Alpha Vantage API in README documentation
- Implement comprehensive Alpha Vantage modules:
  - Stock data (daily OHLCV with date filtering)
  - Technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands, ATR)
  - Fundamental data (overview, balance sheet, cashflow, income statement)
  - News and sentiment data with insider transactions
- Update news analyst tools to use ticker-based news search
- Integrate Alpha Vantage vendor methods into interface routing
- Maintain backward compatibility with existing vendor system
2025-09-26 22:57:50 +08:00
..
agent_states.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
agent_utils.py WIP 2025-09-26 16:17:50 +08:00
core_stock_tools.py WIP 2025-09-26 16:17:50 +08:00
fundamental_data_tools.py WIP 2025-09-26 16:17:50 +08:00
memory.py Local Ollama (#53) 2025-06-26 00:27:01 -04:00
news_data_tools.py Add Alpha Vantage API integration as primary data provider 2025-09-26 22:57:50 +08:00
technical_indicators_tools.py WIP 2025-09-26 16:17:50 +08:00