Make a live SEC API request, inspect the issuer response, and continue to a source filing
Use this page to make a small live request before you build a larger workflow. Resolve a company first, then use the returned identity to choose the filing, statement, or search request you need.
These examples call the production API and count against your usage quota.
This request resolves Apple and returns its canonical CIK and identity metadata. id is SEC API’s opaque canonical identifier for the resolved issuer; only requestId varies by request.
On success, confirm that the result includes ticker, cik, name, and requestId. Keep the request ID with your logs. For the complete set of accepted identifiers and response fields, read the entity resolution reference.
Once entity resolution works, retrieve the latest 10-K. The filing can change as new reports arrive, so retain the source fields from the response rather than expecting a fixed accession number.
Keep accessionNumber, filingDate, filingUrl, and requestId with any result derived from the filing. The latest filing reference documents the available filters and response shape.