工具 API
get_ sentiment_ data
Get aggregated sentiment scores for stocks based on news and social media analysis. Returns daily sentiment polarity, news buzz, and weighted scores for one or more tickers over a date range. Use when analyzing market mood, news impact, or sentiment-driven trading signals. For raw news articles, use get_company_news instead. For word frequency in news, use get_news_word_weights instead.
finance1 积分
调用信息
- 工具标识
- eodhd.get_sentiment_data
- 服务提供方
- EODHD
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
symbols必填One or more comma-separated tickers (e.g., 'AAPL.US,BTC-USD.CC').
start_dateYYYY-MM-DD, maps to 'from'.
end_dateYYYY-MM-DD, maps to 'to'.
fmt'json' (default). (XML not documented for this endpoint.)
api_tokenPer-call override; env token used if omitted.