- Added market-wide analysis capabilities (movers, indices, sectors, industries, topic news) - Implemented yfinance and Alpha Vantage data fetching modules - Added LangChain tools for scanner functions - Created scanner state definitions and graph components - Integrated scan command into CLI - Added configuration for scanner_data vendor routing - Included test files for scanner components This implements a new feature for global macro scanning to identify market-wide trends and opportunities. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| alpha_vantage.py | ||
| alpha_vantage_common.py | ||
| alpha_vantage_fundamentals.py | ||
| alpha_vantage_indicator.py | ||
| alpha_vantage_news.py | ||
| alpha_vantage_scanner.py | ||
| alpha_vantage_stock.py | ||
| config.py | ||
| interface.py | ||
| stockstats_utils.py | ||
| utils.py | ||
| y_finance.py | ||
| yfinance_news.py | ||
| yfinance_scanner.py | ||