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
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/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}