F4FinData4AI

Filings

GET
/sec-filings

Authorization

apiKeyAuth
X-API-Key<token>

In: header

Query Parameters

ticker*string

股票代码,如 AAPL

form_type?string

按表单类型过滤,如 10-K、10-Q、8-K

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/sec-filings?ticker=string"
{  "items": [    {      "accession_number": "0000320193-25-000073",      "form_type": "10-K",      "filed_at": "2025-10-31",      "period_of_report": "2025-09-27",      "url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000073/aapl-20250927.htm"    }  ],  "next_cursor": null}