Introduce an extensible market provider registry that allows TradingAgents
to analyze stocks from non-US markets. Adds Vietnam market as the first
non-US implementation using vnstock. The system auto-detects which market
a ticker belongs to and routes data requests to the appropriate provider.
|
||
|---|---|---|
| .. | ||
| markets | ||
| __init__.py | ||
| alpha_vantage.py | ||
| alpha_vantage_common.py | ||
| alpha_vantage_fundamentals.py | ||
| alpha_vantage_indicator.py | ||
| alpha_vantage_news.py | ||
| alpha_vantage_stock.py | ||
| config.py | ||
| interface.py | ||
| market_registry.py | ||
| stockstats_utils.py | ||
| utils.py | ||
| y_finance.py | ||
| yfinance_news.py | ||