API documentação
get
/api/v1/Instruments/newsReturns news articles for a single instrument within a UTC date range.
Instruments
Parâmetros
symbol
query · string
Obrigatório
from
query · string
Obrigatório
to
query · string
Obrigatório
version
path · string
Obrigatório
RESPOSTAS
- 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.