---
title: "Find CIK Code by Company Name"
method: GET
path: "/cik_code"
tags: ["EDGAR"]
---

# Find CIK Code by Company Name

`GET /cik_code`

Endpoint provides CIK code information with a search by company name or part of the company name. For example, if you search for “APP” in the response, the endpoint will provide information on the CIK code for all of the companies that we have in the database that have “APP” (“app”) in their name. If you enter “Example LLC”, then the API will give a response with all companies having “Example LLC” in the name, Example LLC Florida, Example LLC., Example LLC International, etc.

## Query parameters

- `access_key` string, required
- `company_name` string, required
- `limit` integer
- `offset` integer

## Response `200`

CIK search results.

- CIKSearchResponse
  - `pagination` Pagination
    - `limit` integer — Returns your pagination limit value.
    - `offset` integer — Returns your pagination offset value.
    - `count` integer — Returns the results count on the current page.
    - `total` integer — Returns the total count of results available.
  - `data` CIKItem[]
    - `cik_code` string — Company CIK code.
    - `company_name` string — Company name.
    - `ein` string — Employer Identification Number.
    - `sic` string — Standard Industrial Classification.
    - `sic_description` string — SIC description.

---

[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)
