Skip to content

API Reference


API Reference / MarketFeedResponse

Interface: MarketFeedResponse<TQuote>

Defined in: src/resources/MarketFeed.ts:48

A market feed response is keyed by exchange segment then by security id, both as strings: { NSE_EQ: { "11536": { last_price: 2800 } } }.

Type Parameters

TQuote

TQuote

Indexable

[key: string]: unknown

Properties

status?

optional status?: string

Defined in: src/resources/MarketFeed.ts:49


data?

optional data?: Record<string, Record<string, TQuote>>

Defined in: src/resources/MarketFeed.ts:50

Community project — not affiliated with Dhan. MIT License.