---
title: "get current holdings"
method: GET
path: "/holdings"
tags: ["Positions & Portfolio"]
---

# get current holdings

`GET /holdings`

Users can retrieve all holdings bought/sold in previous trading sessions. All T1 and delivered quantities can be fetched.

## Headers

- `access-token` string, required

## Response `200`

Successful operation

- HoldingResponse[]
  - `exchange` 'NSE' | 'BSE' | 'MCX' | 'ALL' — Enum values is either NSE or BSE
  - `tradingSymbol` string — Exchange standard trading symbol
  - `securityId` string — Exchange standard identification for each scrip
  - `isin` string — International Securities Identification Number
  - `totalQty` integer — Total number of shares in holding for given stock
  - `dpQty` integer — Quantities present in depository
  - `t1Qty` integer — Quantities not delivered to depository
  - `mtf_t1_qty` integer — MTF Quantities not delivered to depository
  - `mtf_qty` integer — MTF Quantities delivered to depository
  - `availableQty` integer — Quantities available for transactions
  - `collateralQty` integer — Quantities placed as collateral with broker
  - `avgCostPrice` number, float — Average Buy Price of total quantities
  - `lastTradedPrice` number, float — Last Traded Price for the scrip

---

[API](https://skmtc.dev/dhan/apis/dhanhq-api.md) · [All operations](https://skmtc.dev/dhan/apis/dhanhq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dhan/dhanhq-api/revisions/2d368b9ed32d/schema)
