Provenance
PublisherSEC-API.io
API basehttps://api.sec-api.io/
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)
Methods (8)
fullTextSearch
readFull-text search across 18M+ filings.
Required paramsqueryInput schema
{ "type": "object", "properties": { "query": { "type": "string" }, "dateRange": { "type": "object", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" } }, "additionalProperties": false }, "formType": { "type": "string" }, "from": { "type": "number" }, "size": { "type": "number" } }, "additionalProperties": false, "required": [ "query" ] }queryFilings
readStructured Lucene query for filings.
Required paramsqueryInput schema
{ "type": "object", "properties": { "query": { "type": "object", "properties": {}, "additionalProperties": true }, "from": { "type": "number" }, "size": { "type": "number" } }, "additionalProperties": false, "required": [ "query" ] }getFilingUrl
readDirect URL for a filing by accession number.
Required paramsaccessionNumberInput schema
{ "type": "object", "properties": { "accessionNumber": { "type": "string" } }, "additionalProperties": false, "required": [ "accessionNumber" ] }extractSection
unknownExtract a specific section (Item 1A, 7, etc.) from 10-K/10-Q.
Required paramsfilingUrlitemInput schema
{ "type": "object", "properties": { "filingUrl": { "type": "string" }, "item": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "filingUrl", "item" ] }xbrlToJson
unknownConvert XBRL filing to JSON.
Required paramsaccessionNumberEntitiesfilingInput schema
{ "type": "object", "properties": { "accessionNumber": { "type": "string" } }, "additionalProperties": false, "required": [ "accessionNumber" ] }getInsiderTrading
readForm 4 insider trades for a symbol.
Required paramssymbolInput schema
{ "type": "object", "properties": { "symbol": { "type": "string" } }, "additionalProperties": false, "required": [ "symbol" ] }get13FHoldings
unknown13F institutional holdings for a filer.
Required paramscikInput schema
{ "type": "object", "properties": { "cik": { "type": "string" } }, "additionalProperties": false, "required": [ "cik" ] }getMappingCikToTicker
readMap CIK → ticker / company details.
Required paramscikInput schema
{ "type": "object", "properties": { "cik": { "type": "string" } }, "additionalProperties": false, "required": [ "cik" ] }
