Back to U.S. public company intelligence

Filings

U.S. SEC

Retrieve U.S.

Current price
$0.0050/call
Availability
Ready to run
Last accepted verification

What this API does

Return at most 100 recent EDGAR submissions for one exact CIK with optional base-form and filing-date filters. Results preserve accession number, form and amendment state, filing/report/acceptance dates, XBRL flags, file identifiers, primary-document metadata and canonical SEC archive links. Older archive shards, filing submission, credentials and investment recommendations are excluded.

Agents select this operation with tool ID sec.filings, then inspect its current executable contract before a run.

Public input and output shape

Input

cikstring · required

SEC Central Index Key, with or without leading zeroes; output is always ten digits.

filed_fromstring · optional

Value supplied for filed from.

format: date

filed_tostring · optional

Value supplied for filed to.

format: date

formsarray · optional

Value supplied for forms.

minItems: 1 · maxItems: 5

include_amendmentsboolean · optional

Value supplied for include amendments.

limitinteger · optional

Value supplied for limit.

minimum: 1 · maximum: 100

Output

captured_atstring

Returned captured at value.

cikstring

Returned cik value.

entity_namestring

Returned entity name value.

exchangesarray

Returned exchanges value.

itemsarray

Returned items value.

scopestring

Returned scope value.

source_urlstring

Returned source url value.

tickersarray

Returned tickers value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "sec.filings",
  "input": {
    "cik": "0000320193",
    "forms": [
      "10-K",
      "10-Q"
    ],
    "limit": 10
  }
}

Output

{
  "cik": "0000320193",
  "items": [
    {
      "form": "10-K",
      "filing_date": "2024-11-01",
      "report_date": "2024-09-28",
      "is_amendment": false,
      "accession_number": "0000320193-24-000123",
      "filing_index_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/0000320193-24-000123-index.html",
      "primary_document": "aapl-20240928.htm",
      "primary_document_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm"
    }
  ],
  "scope": "recent_submissions",
  "tickers": [
    "AAPL"
  ],
  "exchanges": [
    "Nasdaq"
  ],
  "source_url": "https://www.sec.gov/edgar/browse/?CIK=0000320193&owner=exclude",
  "captured_at": "2026-08-20T00:00:00.000Z",
  "entity_name": "Apple Inc."
}
Teaching errors and limitations
  • not_found: SEC EDGAR could not find that CIK in the submissions dataset.Resolve a current CIK first: {"query":"AAPL","limit":5}
Updated
22 August 2026

Use Filings with Scrollport

Scrollport identifies and validates the best-in-class API tools and provides them on a pay-as-you-go basis so you don't need to maintain a separate provider account, subscription or credits.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.