searchCompaniesByCIK
Retrieve company details and SEC filings by entering a Central Index Key (CIK). Simplify financial research with targeted access to essential company information.
Instructions
Easily find company information using a CIK (Central Index Key) with the FMP SEC Filings Company Search By CIK API. Access essential company details and filings linked to a specific CIK number.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cik | Yes | Central Index Key (CIK) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"cik": {
"description": "Central Index Key (CIK)",
"type": "string"
}
},
"required": [
"cik"
],
"type": "object"
}