← all datasets

sec/company-cik-list

10,426 rows · last updated 2026-04-06 · source: SEC EDGAR (https://www.sec.gov/files/company_tickers.json)

All companies registered with the SEC, including their CIK, ticker symbol, and name. Sourced from SEC EDGAR company_tickers.json.

financeseccompaniestickers

Versions

Schema

ColumnTypeDescription
cikstringSEC Central Index Key, zero-padded to 10 digits. Not unique alone — a company may have multiple tickers (e.g. share classes).
tickerstringStock ticker symbol.
company_namestringCompany name as registered with the SEC

Preview (first 5 rows)

ciktickercompany_name
0000001750AIRAAR CORP
0000001800ABTABBOTT LABORATORIES
0000002098ACUACME UNITED CORP
0000002186BKTIBK Technologies Corp
0000002230ADXADAMS DIVERSIFIED EQUITY FUND, INC.

Example requests

# Schema
curl https://data.dfpipe.com/sec/company-cik-list/schema

# Public version (no auth)
curl https://data.dfpipe.com/sec/company-cik-list/public/csv
curl https://data.dfpipe.com/sec/company-cik-list/public/json

# Latest version (requires API key)
curl -H "X-API-Key: YOUR_KEY" https://data.dfpipe.com/sec/company-cik-list/latest/csv