---
title: "Company Submission Data"
method: GET
path: "/submissions"
tags: ["EDGAR"]
---

# Company Submission Data

`GET /submissions`

Returns submission details for a specific CIK. Pass atleast one parameter `cik_code_name` or  `cik_code`

## Query parameters

- `access_key` string, required
- `cik_code` string
- `cik_code_name` string
- `report_from` string, date
- `report_to` string, date
- `filing_from` string, date
- `filing_to` string, date
- `accession_number` string

## Response `200`

SEC submissions retrieved.

- SubmissionsByCIKResponse
  - `data` SubmissionsByCIKResponseData
    - `cik` string — SEC Central Index Key.
    - `entity_type` string — Entity type (e.g. operating).
    - `sic` string — Standard Industrial Classification.
    - `sic_description` string — SIC description.
    - `owner_org` string — Owner organization.
    - `insider_Transaction_For_Owner_Exists` integer — Insider transaction for owner exists (1 or 0).
    - `insider_Transaction_For_Issuer_Exists` integer — Insider transaction for issuer exists (1 or 0).
    - `name` string — Company name.
    - `tickers` string[] — List of ticker symbols.
    - `exchanges` string[] — List of exchanges.
    - `ein` string — Employer Identification Number.
    - `description` string — Company description.
    - `website` string — Company website.
    - `investor_Website` string — Investor relations website.
    - `category_filer` string — Filer category.
    - `fiscal_Year_End` string — Fiscal year end (MMDD).
    - `incorporation_state_or_country` string — State or country of incorporation.
    - `incorporation_state_or_country_desc` string — Description of incorporation state or country.
    - `addresses` SubmissionsByCIKResponseDataAddresses
      - `mailing` SubmissionsByCIKResponseDataAddressesMailing
        - `street1` string — Mailing address line 1.
        - `street2` string — Mailing address line 2.
        - `city` string — Mailing city.
        - `state_or_country` string — Mailing state or country.
        - `zip_Code` string — Mailing postal code.
        - `state_or_country_desc` string — Mailing state or country description.
      - `business` SubmissionsByCIKResponseDataAddressesBusiness
        - `street1` string — Business address line 1.
        - `street2` string — Business address line 2.
        - `city` string — Business city.
        - `state_or_country` string — Business state or country.
        - `zipCode` string — Business postal code.
        - `state_or_country_desc` string — Business state or country description.
    - `phone` string — Company phone number.
    - `former_Names` SubmissionsByCIKResponseDataFormerNames[]
      - `name` string — Former company name.
      - `from` string — Start date of former name (ISO8601).
      - `to` string — End date of former name (ISO8601).
    - `filings` SubmissionsByCIKResponseDataFilings
      - `recent` SubmissionsByCIKResponseDataFilingsRecent
        - `accession_Number` string[] — List of accession numbers.
        - `filing_Date` string[] — List of filing dates.
        - `report_Date` string[] — List of report dates.
        - `acceptance_Date_Time` string[] — List of acceptance date-times.
        - `act` string[] — List of acts.
        - `form` string[] — List of forms.
        - `file_Number` string[] — List of file numbers.
        - `film_Number` string[] — List of film numbers.
        - `core_type` string[] — List of core types.
        - `size` integer[] — List of filing sizes.
        - `primary_Document` string[] — List of primary document names.
        - `primary_Doc_Description` string[] — List of primary document descriptions.
      - `files` SubmissionsByCIKResponseDataFilingsFiles[]
        - `name` string — File name.
        - `filing_Count` integer — Number of filings in the file.
        - `filing_From` string — Earliest filing date in the file.
        - `filing_To` string — Latest filing date in the file.

---

[API](https://skmtc.net/beavermoney/apis/marketstack-api-v2.md) · [All operations](https://skmtc.net/beavermoney/apis/marketstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beavermoney/marketstack-api-v2/versions/c3305aea713e/schema)
