GET
https://api.secapi.dev/v1/financials/companies/searchAPI key:
Company and filing list
Ticker, CIK, paged filings
Parameters
Example
1{ 2 "issuer": { 3 "cik": "0000320193", 4 "ticker": "AAPL", 5 "name": "Apple Inc.", 6 "sic": 3571, 7 "countryInc": "US" 8 }, 9 "filings": [ 10 { 11 "accessionNumber": "0000320193-26-000006", 12 "form": "10-Q", 13 "fiscalYear": 2026, 14 "fiscalPeriod": "Q1", 15 "periodEnd": "2025-12-28", 16 "filed": "2026-02-01", 17 "accepted": "2026-02-01T18:03:12" 18 } 19 ], 20 "pagination": { 21 "page": 1, 22 "limit": 25, 23 "hasMoreData": true 24 }, 25 "filters": { 26 "ticker": "AAPL", 27 "cik": "0000320193" 28 } 29}