---
title: "Get Instrument Details"
method: GET
path: "/instruments/{symbol}/{customerId}"
---

# Get Instrument Details

`GET /instruments/{symbol}/{customerId}`

To retrieve the details of the instrument

## Path parameters

- `symbol` string, required
- `customerId` string, required

## Headers

- `api-key` string, required
- `auth-key` string, required

## Response `200`

200

- object
  - `status` integer
  - `doc` object
    - `cagr` number
    - `createdBy` string
    - `description` string
    - `logoURL` string
    - `company` string
    - `rebalanceFrequency` string
    - `shareAllocation` object[]
      - `symbol ` string
      - `allocation` string
    - `symbol` string
    - `themes` object[]
    - `type` string
    - `aumForBuy` integer
    - `minimum` integer
    - `tradeStatus` string
    - `fee` number
    - `entryFee` integer
    - `exitFee` integer
    - `factSheet` string
    - `nextRebalanceDate` string
    - `nextFeeDeductionDate` string
    - `methodology` string
    - `createdByProfilePictureLink` string
    - `risk` string

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
