工具 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
输入参数
tickerSYMBOL.EXCHANGE_ID (e.g., 'AAPL.US'). Mapped to 's'.
tagTopic tag (e.g., 'technology'). Mapped to 't'.
start_dateYYYY-MM-DD. Mapped to 'from'.
end_dateYYYY-MM-DD. Mapped to 'to'.
limit1..1000 (default 50).
offset>= 0 (default 0).
fmt'json' or 'xml' (default 'json').
api_tokenPer-call token override; env token used if omitted.