File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 get_news as get_alpha_vantage_news ,
1212 get_stock as get_alpha_vantage_stock ,
1313)
14+ from .binance import get_binance_stock
1415from .config import get_config
1516from .errors import (
1617 NoMarketDataError ,
2829 get_stock_stats_indicators_window ,
2930 get_YFin_data_online ,
3031)
32+ from .binance import get_binance_stock
3133from .yfinance_news import get_global_news_yfinance , get_news_yfinance
3234
3335logger = logging .getLogger (__name__ )
8284 "fred" ,
8385 "polymarket" ,
8486 "alpha_vantage" ,
87+ "binance" ,
8588]
8689
8790# Optional enrichment categories. These add macro/event context to the news
97100 "get_stock_data" : {
98101 "alpha_vantage" : get_alpha_vantage_stock ,
99102 "yfinance" : get_YFin_data_online ,
103+ "binance" : get_binance_stock ,
100104 },
101105 # technical_indicators
102106 "get_indicators" : {
You can’t perform that action at this time.
0 commit comments