API documentação
get
/api/v1/Instruments/research/news/feedReturns a personalised news feed for symbols on the user's watchlist within a UTC window.
Instruments
Parâmetros
from
query · string
Obrigatório
to
query · string
Obrigatório
search
query · string
Obrigatório
sourceType
query · string
Obrigatório
symbol
query · string
Obrigatório
limit
query · integer
Opcional
offset
query · integer
Opcional
version
path · string
Obrigatório
RESPOSTAS
- 200News items relevant to the user's watchlist.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" } ]