Finding the right company on EDGAR is harder than it looks
A ticker feels like a company’s name, but it isn’t a stable one. Symbols get reassigned after a delisting, companies rebrand, and the SEC stores names in all caps. The only identifier that never changes or repeats is the CIK — and getting issuer lookup right is the difference between pulling one company’s filings and accidentally pulling someone else’s.
Four ways to name a company — and how stable each is
| Identifier | Stable? | What to know |
|---|---|---|
| CIK | Permanent | The SEC’s 10-digit Central Index Key. Assigned once, never reused, unique per filer. The only identifier you can trust over time. |
| Ticker | Not stable | Exchange symbols change on rebrands and get reassigned after a delisting. One ticker can point to different companies in different years. |
| Company name | Changes | Mergers and rebrands change names, and EDGAR stores them in all caps (“MICRON TECHNOLOGY INC”). Former names linger in the index. |
| Accession | Permanent | Identifies one specific filing, not the company. Stable, but only useful once you already have the filing. |
Why a plain text search isn’t enough
Search “applegate” and a defunct fund called Nicholas-Applegate shouldn’t bury the company you actually want. A query can match a current name, a former name, a ticker, or a CIK — and those aren’t equally trustworthy. The fix is to rank matches, not just find them.
| Priority | Match | Why |
|---|---|---|
| 1 | Exact CIK | An unambiguous identifier wins outright. |
| 2 | Exact ticker | Handles both BRK.A and BRK-A formats. |
| 3 | Ticker prefix | Typeahead as you start typing a symbol. |
| 4 | Name prefix | Names that start with what you typed. |
| 5 | Current name (word match) | Word-prefix match on the company’s current name only. |
| 6 | Former name | Demoted last, so a fund’s old name can’t outrank the company that now uses those words. |
BetterEDGAR resolves issuer searches with exactly this ranking, keyed on CIK underneath so a company’s filing history stays intact even when its ticker or name has changed.
FAQ
- What is a CIK and why does it matter?
- A CIK (Central Index Key) is the SEC’s permanent 10-digit identifier for a filer. Unlike a ticker, it is never reused and never changes, so it is the only reliable way to refer to the same company across years of filings.
- Can two different companies have the same ticker?
- Yes — over time. When a company delists, its ticker can be reassigned to an unrelated company later. A ticker identifies a listing at a point in time, not a company forever, which is why time-spanning filing history should be keyed on CIK.
- Why do SEC company names look like “MICRON TECHNOLOGY INC”?
- EDGAR stores the registrant’s legal name in all caps. BetterEDGAR shows a clean, mixed-case display name from its canonical market listing where one exists (for example “Micron Technology, Inc.”), and falls back to the SEC name when it doesn’t.
- How does BetterEDGAR pick the right company when I search?
- It ranks matches in tiers — exact CIK, then exact ticker, ticker prefix, name prefix, current-name word match, and finally former names. Former names are deliberately demoted so an issuer that matches on its current name always outranks one that only matches an old name.
SEC EDGAR is the official source of record. BetterEDGAR is an independent interface that links back to the original SEC filings. Back to all guides.