---
title: "Get Identifiers"
method: GET
path: "/v1/companies/{code}/identifiers"
tags: ["companies"]
---

# Get Identifiers

`GET /v1/companies/{code}/identifiers`

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

## Path parameters

- `code` string, required

## Response `200`

Successful Response

- SingleResponseIdentifiersOut
  - `data` IdentifiersOut, required
    - `edinet_code` string, required — EDINET submitter code (e.g. 'E02144').
    - `securities_code` string, nullable — TSE securities code (e.g. '7203').
    - `isin` string, nullable — ISIN (12-character international securities ID).
    - `lei` string, nullable — Legal Entity Identifier (20 characters).
    - `bloomberg_ticker` string, nullable — Bloomberg ticker symbol.
    - `jpx_code` string, nullable — JPX issuer code.
    - `match_method` string, required — How identifiers were matched (e.g. 'securities_code', 'edinet_api').
    - `confidence` number, required — Match confidence (0.0 to 1.0).
    - `matched_at` string, date-time, required — When the identifiers were last matched.
  - `meta` Meta, required
    - `total` integer, nullable — Total number of matching records (list endpoints only).
    - `limit` integer, nullable — Maximum records returned per page.
    - `offset` integer, nullable — Number of records skipped (offset-based pagination).
    - `next_cursor` string, nullable — Opaque cursor for the next page (keyset pagination). Null on the last page.
    - `request_id` string, required — Unique request identifier for tracing and support (e.g. 'req_abc123').

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/axioradev/apis/axiora-api.md) · [All operations](https://skmtc.net/axioradev/apis/axiora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axioradev/axiora-api/revisions/b8bf48556541/schema)
