POST /api/v1/news/financial
Tier: point · Delivery: sync
Request
| Field | Type |
|---|---|
tickers | string[] |
date_from | string |
date_to | string |
page_size | number |
Response
The response is the two-key envelope{ finterm, data }, where data is the finterm.result:NewsArticles/v1 contract:
| Field | Description |
|---|---|
articles | The matching news articles, most relevant first. Each article carries its headline, the symbols it mentions, and the published timestamp. |