Skip to content

API Reference


API Reference / GlobalHoldingResponse

Interface: GlobalHoldingResponse

Defined in: src/types/global-stocks.types.ts:74

Indexable

[key: string]: unknown

Properties

dhanClientId?

optional dhanClientId?: string

Defined in: src/types/global-stocks.types.ts:75


securityId?

optional securityId?: string

Defined in: src/types/global-stocks.types.ts:76


tradingSymbol?

optional tradingSymbol?: string

Defined in: src/types/global-stocks.types.ts:77


displayName?

optional displayName?: string

Defined in: src/types/global-stocks.types.ts:78


totalQty?

optional totalQty?: number

Defined in: src/types/global-stocks.types.ts:79


availableQty?

optional availableQty?: number

Defined in: src/types/global-stocks.types.ts:80


avgCostPrice?

optional avgCostPrice?: number

Defined in: src/types/global-stocks.types.ts:81


lastTradedPrice?

optional lastTradedPrice?: number

Defined in: src/types/global-stocks.types.ts:82


currentValue?

optional currentValue?: number

Defined in: src/types/global-stocks.types.ts:83


investedValue?

optional investedValue?: number

Defined in: src/types/global-stocks.types.ts:84


totalGain?

optional totalGain?: number

Defined in: src/types/global-stocks.types.ts:85


dayChange?

optional dayChange?: number

Defined in: src/types/global-stocks.types.ts:86

Community project — not affiliated with Dhan. MIT License.