Docs/Reference/Companies/Get Identifiers
GET/v1/companies/{code}/identifiersTier · Free

Get Identifiers

Get cross-reference identifiers (ISIN, LEI, Bloomberg ticker, etc.) for a company.

Path parameters · 1

Variables interpolated into the URL path.

codestringrequired

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

The standard { data, meta } envelope. data contains IdentifiersOut.

Envelope

dataIdentifiersOut

A single result object.

metaMeta

Pagination and request metadata, including request_id, data_as_of, and ontology_version.

ontology_version 2.1.0replay meta.as_of · ?as_of=<token>

IdentifiersOut

edinet_codestring

EDINET submitter code (e.g. 'E02144').

securities_codestring | null

TSE securities code (e.g. '7203').

isinstring | null

ISIN (12-character international securities ID).

leistring | null

Legal Entity Identifier (20 characters).

bloomberg_tickerstring | null

Bloomberg ticker symbol.

jpx_codestring | null

JPX issuer code.

match_methodstring

How identifiers were matched (e.g. 'securities_code', 'edinet_api').

confidencenumber

Match confidence (0.0 to 1.0).

matched_atstring · date-time

When the identifiers were last matched.

format date-time

Errors

Standard HTTP status codes plus a typed error.code in the { error: { code, message } } envelope.

Every endpoint returns the same typed error envelope ({ error: { code, message } }). For the full list of codes, see the Errors reference.