All capabilities → Reference data
Reference data

One endpoint for ISIN, WKN, ticker, CIK and LEI

44,206 securities, 34,438 with an ISIN, 14,069 with an LEI — with protection against ticker collisions.

curl "$API/tickers/resolve/DE0007164600"
{
  "name": "SAP SE",
  "isin": "DE0007164600", "wkn": "716460", "ticker": "SAP",
  "lei": "529900D6BF99LW9R2E68", "cik": 1000184,
  "country": "DE", "countrySource": "reference"
}

What you can do with it

Why we built it this way

The same ticker denotes different companies on different exchanges: ALV is Allianz in Frankfurt and Autoliv in New York.

So on every merge we check whether the company names fit together, and reject what contradicts. Without that protection, foreign balance sheets end up under familiar names — and nobody notices, because the result looks plausible.

Improvements

Endpoints

GET/tickers/resolve/{identifier}Resolve any identifier
GET/tickers/{ticker_symbol}Master data for a symbol
GET/exchanges/{exchange_ref}/constituentsIndex / exchange constituents

Give feedback or ask a question

Something missing, something off, or an answer you don't understand? Write it here — it reaches us directly.

We store only what you type here. No IP address in clear text, no trackers.