Skip to main content
Search recent financial news for one or more stock symbols in a single call. Returns a deduplicated feed of articles, each with its headline, the symbols it mentions, the published timestamp, and the cleaned body text. Endpoint: POST /api/v1/news/financial Tier: point · Delivery: sync

Request

FieldType
tickersstring[]
date_fromstring
date_tostring
page_sizenumber

Response

The response is the two-key envelope { finterm, data }, where data is the finterm.result:NewsArticles/v1 contract:
FieldDescription
articlesThe matching news articles, most relevant first. Each article carries its headline, the symbols it mentions, and the published timestamp.

Example

finterm tool financial_news --tickers AAPL,MSFT