工具 API

get_news_word_weights

Get top weighted keywords from news articles for a given stock ticker over a date range. Returns word frequency and importance scores, useful for identifying dominant themes and narratives in coverage. Use when analyzing what topics or terms dominate news about a company. For raw news articles, use get_company_news instead. For aggregated sentiment scores, use get_sentiment_data instead.

finance1 积分

调用信息

工具标识
eodhd.get_news_word_weights
服务提供方
EODHD
平均响应
0 ms
近 7 天调用
0

输入参数

ticker必填

Symbol to analyze (e.g., 'AAPL.US'); mapped to 's'.

start_date

YYYY-MM-DD; mapped to filter[date_from].

end_date

YYYY-MM-DD; mapped to filter[date_to].

limit

Number of top words; mapped to page[limit].

fmt

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

api_token

Per-call token override.