v1

latestOpenAPI 3.0.32026-07-226744340.8 KB
Filings

List SEC filings

List the SEC EDGAR filing index by company (CIK), form type, name, and date window. Requires a plan with SEC filings access (can_use_filings) — the Corporate & Supply Chain plan and above.

get/api/v2/filings

Query parameters

date_startstring

Window start YYYY-MM-DD (≤30-day window).

date_endstring

Window end YYYY-MM-DD.

datestring

Anchor date YYYY-MM-DD (use with days).

daysinteger

Trailing N-day window (1–30).

cikstring

One or more CIK numbers (comma-separated).

form_type'10-K' | '10-Q' | '8-K' | '13F-HR' | 'SCHEDULE 13D' | 'SCHEDULE 13G' | '3' | '4' | '5' | 'DEF 14A' | 'S-1' | '20-F' | '6-K'

One or more form types (e.g. 10-K,8-K,4).

searchstring

Company-name search.

countrystring

Filer business-address country — name / ISO-2 / ISO-3 / alias, comma-separated. Filters on biz_country_iso2, which is populated for ~45% of filings and is almost entirely US, so non-US values such as CN/JP currently return 0 rows.

region'Africa' | 'Asia' | 'Middle East' | 'Northern Africa' | 'Western Africa' | 'Eastern Africa' | 'Middle Africa' | 'Southern Africa' | 'Europe' | 'Eastern Europe' | 'South Asia' | 'Southeast Asia' | 'East Asia' | 'Central Asia' | 'North America' | 'Central America' | 'Caribbean' | 'South America' | 'Oceania'

Region expanded to an ISO-3 country set, then matched against the filer's biz_country_iso2.

continent'Africa' | 'Asia' | 'Europe' | 'North America' | 'South America' | 'Oceania'

Continent expanded to an ISO-3 country set, then matched against the filer's biz_country_iso2.

sort'recent' | 'filer'

recent | filer.

limitinteger

Rows per page.

cursorstring

Pagination cursor (opaque offset).

Response

A page of filings, most recent first (or grouped by filer when sort=filer). Each row: accession_no, cik, company_name, form_type, file_date, is_amendment (bool), primary_doc_url, biz_country_iso2 (when known), items (form-specific item tags, when present). Standard envelope: { success, data, pagination, sort, applied_filters }.

successboolean
sortstring