F4FinData4AI

News

GET
/news

Authorization

apiKeyAuth
X-API-Key<token>

In: header

Query Parameters

ticker*string

股票代码,如 AAPL

start_date?string
Formatdate
end_date?string
Formatdate
limit?integer
Range1 <= value <= 200
Default50
cursor?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"}