---
title: "Get Entity For Instrument"
method: GET
path: "/api/instrument/{instrument_id}/entity"
tags: ["instruments"]
---

# Get Entity For Instrument

`GET /api/instrument/{instrument_id}/entity`

Get entity details for an instrument's issuer.

## Path parameters

- `instrument_id` integer, required

## Response `200`

Successful Response

- AppApiDatafeedSchemaEntityEntityResponse — Response schema for entity endpoints.
  - `entity_id` integer, required — Internal entity ID
  - `name` string, required — Legal name of the entity
  - `short_name` string, nullable — Short name of the entity
  - `entity_type` string, required — Type of entity (e.g., Corporate, Sovereign)
  - `classification` object, nullable, required — Entity classification information

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/inferedge/apis/india-fixed-income-data-feed.md) · [All operations](https://skmtc.net/inferedge/apis/india-fixed-income-data-feed/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inferedge/india-fixed-income-data-feed/revisions/eea35c5e8d81/schema)
