Documentation API
get
/api/v1/Instruments/{symbol}/researchReturns a compact research bundle for one symbol: latest news plus upcoming and recent calendar events.
Instruments
Paramètres
symbol
path · string
Requis
byCurrency
query · boolean
Facultatif
version
path · string
Requis
Réponses
- 200Latest news and calendar events for the instrument.application/json
{ "symbol": "AAPL", "latestNews": [ { "symbol": "AAPL", "headline": "Latest headline", "text": "", "url": "https://example.com/news/2", "dateTime": "2026-06-28T10:00:00Z", "sourceType": "stock" } ], "upcomingEvents": [], "recentEvents": [] } - 404Unknown symbol or no research data.application/json
{}