Skip to content
MarketClueLearn

Ticker Symbols, ISIN, CUSIP: How Instruments Are Identified

Beginner8 min readLesson 4 of 11

5 steps · one page

In short

Search a well-known company on any platform and you may face a small crowd of results — the same firm under different symbols, on different exchanges, in different currencies.

None of them is fake: financial instruments carry multiple identifiers operating at different levels, and knowing which level each one names is the difference between finding the security you meant and buying its cousin. This article teaches the identifier stack: tickers (short, human-friendly, exchange-local), ISIN (the international standard naming the security itself), CUSIP and SEDOL (the national numbering systems inside the ISIN), and the newer open identifiers (FIGI) that name each listing. The payoff is practical: why one company legitimately appears many times in a search, why the ticker alone can be ambiguous or even recycled, and which identifier answers which question — the small piece of data literacy that prevents a surprisingly common class of real-world mistakes.

Tickers: short, local, and not as unique as they look

A ticker symbol is the short trading mnemonic — one to five or so characters — under which an instrument trades on a particular exchange. Tickers are optimised for humans and screens, and their conventions are local dialects: US listings use bare letters (with suffix conventions for share classes and security types that vary by venue and vendor — a dot or hyphen before a class letter, for instance); London tickers historically carry different lengths and forms; continental European venues have their own styles; and the same company's listings on different exchanges usually carry different tickers. Three ambiguities make tickers unreliable as global names. Scope: a ticker is only unique per exchange — the same letters can name entirely unrelated companies on different venues worldwide, so a ticker without its exchange (the "TICKER on VENUE" pair, or vendor codes like exchange suffixes) is an incomplete address. Recycling: when a company delists, merges, or renames, its ticker can eventually be reassigned to a different firm — historical data keyed by ticker alone can silently splice two companies together, a real hazard in downloaded datasets and one reason serious databases key on other identifiers. Similarity traps: the documented record includes episodes of investors buying the wrong security because its ticker resembled a famous one — near-miss symbols spiking on another company's news — which is why this portal's standing habit is to confirm the full identity (name, exchange, security type) before acting on any symbol. Tickers are excellent handles and poor passports; the passports come next.

ISIN, CUSIP, SEDOL: the formal numbering stack

The ISIN (International Securities Identification Number, ISO 6166) is the global standard identifier for a security: twelve characters — a two-letter country prefix, a nine-character national securities number (NSIN), and a single check digit computed from the rest, so systems can catch most typos mechanically. Example structure (fictional): SK + 012345678 + check digit. ISINs are issued through national numbering agencies coordinated by ANNA (the Association of National Numbering Agencies), and the national number inside the ISIN is often a pre-existing local identifier: in the US and Canada that slot is the CUSIP — the nine-character North American numbering system (operated by CUSIP Global Services) that predates ISIN and remains the working identifier across US market plumbing; in the UK and Ireland it is the SEDOL (Stock Exchange Daily Official List number, operated by the London Stock Exchange). So a US stock's ISIN literally contains its CUSIP with US in front and a check digit behind — one security, nested identifiers. The crucial subtlety is what an ISIN does and does not distinguish: it names the security, not the listing. A share traded on five exchanges has one ISIN and five tickers — so the ISIN answers "is this the same security?" while the ticker-plus-exchange answers "which market and currency am I trading it in?" For the listing level, the market's newer open standard is the FIGI (Financial Instrument Global Identifier), which assigns identifiers down to the individual listing and is freely licensable — part of a broader, ongoing industry conversation about open versus fee-based identifier systems, reported here simply as the landscape. Two adjacent facts complete the map: identifiers name instruments, not companies — one company issues many securities (share classes, bonds each with their own ISIN/CUSIP, listed derivatives with their own coding schemes), so "the ISIN of the company" is not a well-formed request; and depositary receipts are different securities — an ADR/GDR representing a foreign share carries its own ISIN, distinct from the underlying share's, which is exactly the kind of same-company-different-security distinction the identifier stack exists to keep straight.

Why one company shows up five times — and which result answers which question

Assembled, the stack decodes the crowded search result. A large multinational may legitimately appear as: its home listing (home ticker, home ISIN); secondary listings on other exchanges (different tickers, often the same ISIN, different trading currencies); a depositary receipt in another market (different ticker and different ISIN); plus its bonds and other securities (their own identifiers entirely). Every row is real; they differ in venue, currency, trading hours, liquidity, and sometimes in what the security is. The literacy checklist, stated as mechanics: match the security with the ISIN (same ISIN = same security wherever it trades); match the listing with ticker-plus-exchange (or a listing-level identifier), because venue determines currency, hours, local liquidity, and which data feed's prices you are looking at; and treat name-only or ticker-only searches as the start of identification, not the end. For data work the same checklist scales up: historical datasets keyed by ISIN (or listing-level identifiers) survive renames and ticker recycling that silently corrupt ticker-keyed data — a small convention choice that quietly determines whether a dataset means what its user thinks it means, which is this pillar's recurring theme and the note on which the reading-the-data cluster closes.

Worked example

Worked example

Worked example (fictional). Nadia searches "Vestrala" and gets four rows: VST on the Frankfurt exchange (€, ISIN DE…), VSTL on the Vienna exchange (€, same ISIN DE…), VSTLY in New York ($, ISIN US… — a depositary receipt), and a 2031 bond (ISIN XS…). Decoded: rows one and two are the same security on two venues — the shared ISIN proves it — differing in currency, hours, and liquidity; row three is a different security (an ADR representing the shares — its own ISIN gives it away); row four isn't equity at all. Which one "is" Vestrala? All of them, at different levels of the stack — and which row answers Nadia's question depends entirely on what her question is. (All names, tickers, and identifiers fictional.)

Frequently asked

5 questions

What is an ISIN, in one sentence?

The twelve-character international standard identifier of a security — two-letter country prefix, nine-character national number, one check digit — naming the security itself, the same everywhere it trades.

What's the difference between a ticker and an ISIN?

A ticker is a short, exchange-local trading symbol — the same security has different tickers on different venues, and the same letters can name unrelated companies on different exchanges. The ISIN names the security globally: same ISIN, same security. Ticker-plus-exchange identifies the listing; ISIN identifies the instrument.

What is a CUSIP and why does the US use it?

The nine-character North American securities numbering system, older than ISIN and still the working identifier throughout US market plumbing. It nests inside the ISIN: a US security's ISIN is "US" plus its CUSIP plus a check digit — one security, two levels of the same address.

Why does the same company appear multiple times when I search it?

Because companies issue multiple securities and list them in multiple places: home and secondary listings (same ISIN, different tickers/venues/currencies), depositary receipts (different ISIN — a different security), and bonds (their own identifiers). Every result is real; they answer different questions, and venue determines currency, hours, and liquidity.

Can a ticker symbol be reused by a different company?

Yes — after delistings, mergers, or renames, tickers can eventually be reassigned, which is why long historical datasets keyed only by ticker can splice unrelated companies together. Durable identifiers (ISIN, listing-level IDs) survive such changes; it's also why confirming full identity — name, exchange, security type — before acting on a symbol is standing good practice.

References

Educational and informational only — not investment advice, a recommendation, or an offer to buy or sell any security. Investing involves risk, including the possible loss of principal. Worked examples use fictional companies and figures.