API 文档
get
/api/v1/Instruments/research/news/feedReturns a personalised news feed for symbols on the user's watchlist within a UTC window.
Instruments
参数
from
query · string
必需的
to
query · string
必需的
search
query · string
必需的
sourceType
query · string
必需的
symbol
query · string
必需的
limit
query · integer
选修的
offset
query · integer
选修的
version
path · string
必需的
响应
- 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" } ]