News
Authorization
apiKeyAuth X-API-Key<token>
In: header
Query Parameters
ticker*string
股票代码,如 AAPL
start_date?string
Format
dateend_date?string
Format
datelimit?integer
Range
1 <= value <= 200Default
50cursor?string
上一页返回的 next_cursor
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/news?ticker=string"{ "items": [ { "article_id": "news_7f21a9", "title": "Apple reports record Services revenue", "source": "Reuters", "author": "Stephen Nellis", "published_at": "2026-08-04T20:15:00Z", "url": "https://www.reuters.com/technology/apple-services-2026-08-04/", "summary": "Services revenue rose 14% year over year, offsetting softer iPhone unit growth.", "tickers": [ "AAPL" ] } ], "next_cursor": "eyJvZmZzZXQiOjUwfQ"}