CIK Number Lookup — Find Any Company's SEC CIK Free

The CIK Lookup tool instantly finds the Central Index Key for any SEC-registered company. CIK numbers are needed when accessing EDGAR APIs, building financial data pipelines, or tracking a company's filings over time regardless of name or ticker changes.

Quick Answer: A CIK (Central Index Key) is the unique 10-digit identifier the SEC assigns to every EDGAR registrant. Use this free tool to find any company's CIK number by entering its name or stock ticker symbol.
Powered by SEC EDGAR Official API — data.sec.gov

💡 CIK = Central Index Key, the permanent 10-digit ID the SEC assigns each filer. Apple = 0000320193. Use CIKs in EDGAR API calls.

Try:

Data from SEC EDGAR company_tickers.json (updated daily)

What Is a CIK Number?

A CIK (Central Index Key) is a unique numerical identifier assigned by the U.S. Securities and Exchange Commission to every entity that files documents with EDGAR. CIK numbers are 1 to 10 digits long and are always stored as 10 digits in EDGAR API calls, zero-padded on the left (e.g., Apple Inc.'s CIK 320193 becomes 0000320193). The CIK is the most stable identifier in the EDGAR system — it persists through company name changes, ticker changes, mergers, and rebranding.

Unlike ticker symbols (which can be reassigned to different companies) or company names (which can change), a CIK is permanently assigned to a specific legal entity. This makes CIK numbers essential for any programmatic access to EDGAR data. Developers building financial applications, analysts tracking long-term filing history, and researchers studying corporate behavior all rely on CIK numbers to unambiguously identify companies.

Why CIK Numbers Matter for Developers

If you're working with the EDGAR API, the CIK number is the primary key for all data retrieval. The company submissions endpoint (data.sec.gov/submissions/CIK{cik10}.json) requires a zero-padded 10-digit CIK. The company facts endpoint (data.sec.gov/api/xbrl/companyfacts/CIK{cik10}.json) uses the same format. Understanding and correctly formatting CIK numbers is the first step in building any EDGAR data integration. See our EDGAR API guide and code examples for complete implementation details.

CIK vs. Ticker Symbol

Ticker symbols are familiar and convenient, but they have significant limitations for systematic data work. Tickers are reassigned when companies are delisted — a company that was once "PALM" (Palm, Inc.) has no connection to any current company using that ticker. Tickers also vary by exchange (a company may trade as "BRK.A" on NYSE and appear differently in different data sources). CIK numbers have none of these ambiguities. For any financial data application requiring historical accuracy, CIK numbers are the correct primary key.

How to Use This Tool in 3 Steps

1

Enter a Company Name or Ticker

Type Apple, MSFT, or any public company name or ticker. The tool searches the SEC's official company_tickers.json file (updated daily).

Brand aliases work too — type 'Google' to find Alphabet's CIK.

2

Review the CIK Results

Each result shows the registered company name, ticker symbol, and the 10-digit zero-padded CIK ready for API use.

Multiple results may appear for similar names — pick the entity matching your target.

3

Use the CIK for EDGAR API Calls

Copy the CIK and use it in EDGAR API URLs like data.sec.gov/submissions/CIK0000320193.json.

Click 'View EDGAR' to open the company's full filing history on SEC.gov.

Why Do You Need a CIK Number?

The CIK (Central Index Key) is the SEC's permanent unique identifier for every EDGAR registrant. Unlike tickers (which change), CIKs persist forever — making them essential for any systematic SEC data work.

For Developers

  • EDGAR API calls — all API endpoints require a 10-digit CIK
  • Stable identifier — CIKs survive name and ticker changes
  • XBRL data — financial fact endpoints are CIK-keyed
  • Bulk data — SEC bulk downloads organize files by CIK
  • Submission feeds — RSS feeds use CIK as the primary key

For Analysts & Researchers

  • Historical research — track filings through renamings/mergers
  • Data normalization — link SEC data to other databases
  • Filing tracking — monitor a specific entity over time
  • Compliance — verify which entity actually files with SEC
  • Cross-references — match SEC data to CRSP or Compustat

Frequently Asked Questions about CIK Number Lookup — Find Any Company's SEC CIK Free

What is a CIK number?
A CIK (Central Index Key) is the unique 10-digit identifier the SEC assigns to every entity that files with EDGAR. Apple Inc.'s CIK is 0000320193. Microsoft's is 0000789019. CIK numbers never change, even if the company renames itself or changes its ticker symbol.
How do I use a CIK number with the EDGAR API?
CIK numbers must be zero-padded to 10 digits when used in API calls. For Apple (CIK 320193), the API URL is: https://data.sec.gov/submissions/CIK0000320193.json. This returns all filings for that company in JSON format. See our EDGAR API guide for full documentation.
Why does my CIK search return multiple companies?
Multiple EDGAR registrants can have similar names. Investment funds, subsidiaries, and holding companies often have names similar to the parent company. Review the results and look for the entity with the expected ticker symbol and filing type to confirm you have the correct CIK.
Can I look up a fund's CIK number?
Yes. Investment funds, ETFs, hedge funds (for 13F purposes), and closed-end funds all have CIK numbers in EDGAR. Search by the fund's full registered name. Mutual fund families may have dozens of CIK registrations — one per fund share class or fund series.
Do all public companies have a CIK?
All companies that have ever filed with the SEC have a CIK. This includes currently active reporting companies, deregistered companies, and historical filers. A company retains its CIK even after it stops filing (due to acquisition, going private, etc.).
Disclaimer: Data sourced from SEC EDGAR public filings via the official EDGAR API (data.sec.gov). This tool is for informational purposes only and is not financial or investment advice. Always verify data directly on SEC.gov.