← 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
v2026.4.6c latest publicv2026.4.6bv2026.4.6
Schema
| Column | Type | Description |
cik | string | SEC Central Index Key, zero-padded to 10 digits. Not unique alone — a company may have multiple tickers (e.g. share classes). |
ticker | string | Stock ticker symbol. |
company_name | string | Company name as registered with the SEC |
Preview (first 5 rows)
| cik | ticker | company_name |
|---|
| 0000001750 | AIR | AAR CORP |
| 0000001800 | ABT | ABBOTT LABORATORIES |
| 0000002098 | ACU | ACME UNITED CORP |
| 0000002186 | BKTI | BK Technologies Corp |
| 0000002230 | ADX | ADAMS 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