mirror of
https://github.com/farcasclaudiu/TradingAgents.git
synced 2026-06-29 07:01:17 +03:00
feat: add yfinance support to accommodate community request for stability and quota
This commit is contained in:
@@ -22,10 +22,10 @@ DEFAULT_CONFIG = {
|
||||
# Data vendor configuration
|
||||
# Category-level configuration (default for all tools in category)
|
||||
"data_vendors": {
|
||||
"core_stock_apis": "yfinance", # Options: yfinance, alpha_vantage
|
||||
"technical_indicators": "yfinance", # Options: yfinance, alpha_vantage
|
||||
"fundamental_data": "alpha_vantage", # Options: alpha_vantage, yfinance
|
||||
"news_data": "yfinance", # Options: yfinance, alpha_vantage
|
||||
"core_stock_apis": "yfinance", # Options: alpha_vantage, yfinance
|
||||
"technical_indicators": "yfinance", # Options: alpha_vantage, yfinance
|
||||
"fundamental_data": "yfinance", # Options: alpha_vantage, yfinance
|
||||
"news_data": "yfinance", # Options: alpha_vantage, yfinance
|
||||
},
|
||||
# Tool-level configuration (takes precedence over category-level)
|
||||
"tool_vendors": {
|
||||
|
||||
Reference in New Issue
Block a user