工具 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_date

YYYY-MM-DD, maps to 'from'.

end_date

YYYY-MM-DD, maps to 'to'.

fmt

'json' (default). (XML not documented for this endpoint.)

api_token

Per-call override; env token used if omitted.