工具 API

get_company_news

Fetch financial news articles for a stock ticker or topic tag within a date range. Returns full article objects with title, content, URL, date, and related tickers. Use when the user asks for news headlines, recent articles, or press coverage about a company or sector. For aggregated sentiment scores derived from news, use get_sentiment_data instead. For keyword frequency analysis in news, use get_news_word_weights instead.

finance1 积分

调用信息

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

输入参数

ticker

SYMBOL.EXCHANGE_ID (e.g., 'AAPL.US'). Mapped to 's'.

tag

Topic tag (e.g., 'technology'). Mapped to 't'.

start_date

YYYY-MM-DD. Mapped to 'from'.

end_date

YYYY-MM-DD. Mapped to 'to'.

limit

1..1000 (default 50).

offset

>= 0 (default 0).

fmt

'json' or 'xml' (default 'json').

api_token

Per-call token override; env token used if omitted.