SEC Filings
Retrieve SEC filing metadata filtered by ticker, CIK, date range, form, or accession number.
Use this endpoint when you need filing metadata rather than quote or statement rows.
Endpoint
GET /sec_filings
Test request
/sec_filings?ticker=AAPL&start=2024-01-01&end=2024-12-31&form=10-K&page=1&per_page=20
Send a request to view the response.
Query Parameters
ticker: optional ticker filtercik: optional SEC CIK filterstart: optional inclusive filing start dateend: optional inclusive filing end dateform: optional exact form filter such as10-Kor10-Qaccession_number: optional exact filing filterpage: optional page number, default1per_page: optional page size, default100
Response
The response is paginated and returns filing rows in data.
Typical fields include:
cikaccession_numberformfiling_datereport_dateacceptance_date_timefyfpperiodamendment_flag
Example Request
curl -H "Authorization: Bearer $your_api_key" \
"https://api.apifinance.ai/sec_filings?ticker=AAPL&form=10-K&page=1&per_page=20"
Related Endpoints
Next step
Run this endpoint with your own API key
Use the playground to inspect the response first, then create a key and move into implementation once the payload fits your product.