API documentation
get
/api/v1/Instruments/newsReturns news articles for a single instrument within a UTC date range (cache-first).
Instruments
Parameters
symbol
query · string
Optional
from
query · string
Optional
to
query · string
Optional
version
path · string
Required
Responses
- 200Array of news items with headline, summary text, and published time.application/json
[ { "instrumentId": 1042, "symbol": "AAPL", "headline": "Company reports quarterly results", "text": "Summary of the announcement.", "url": "https://example.com/news/1", "dateTime": "2026-06-28T14:30:00Z", "sourceType": "stock" } ] - 404Unknown symbol.application/json
{} - 500News could not be loaded.