API documentación
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
Requerido
to
query · string
Requerido
search
query · string
Requerido
sourceType
query · string
Requerido
symbol
query · string
Requerido
limit
query · integer
Opcional
offset
query · integer
Opcional
version
path · string
Requerido
Respuestas
- 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" } ]