API Reference / ExtendedIntradayChartsRequest
Interface: ExtendedIntradayChartsRequest
Defined in: src/resources/Charts.ts:57
Plain string-literal request shapes for Charts — the generated IntradayChartsRequest/HistoricalChartsRequest/OptionChartRequest types use TS enums for exchangeSegment/instrument/interval (and, for option charts, expiryFlag/drvOptionType/requiredData), so exchangeSegment: "NSE_EQ" doesn't type-check against them directly. Deriving the literal unions from the enums via ${Enum} keeps them in sync with npm run generate.
Extends
Properties
securityId?
optionalsecurityId?:string
Defined in: src/resources/Charts.ts:24
Inherited from
IntradayChartsInput.securityId
exchangeSegment?
optionalexchangeSegment?:"IDX_I"|"NSE_EQ"|"NSE_FNO"|"BSE_EQ"|"MCX_COMM"|"BSE_FNO"
Defined in: src/resources/Charts.ts:25
Inherited from
IntradayChartsInput.exchangeSegment
instrument?
optionalinstrument?:"INDEX"|"FUTIDX"|"OPTIDX"|"EQUITY"|"FUTSTK"|"OPTSTK"|"FUTCOM"|"OPTFUT"
Defined in: src/resources/Charts.ts:26
Inherited from
IntradayChartsInput.instrument
interval?
optionalinterval?:"1"|"5"|"15"|"25"|"60"
Defined in: src/resources/Charts.ts:27
Inherited from
oi?
optionaloi?:boolean
Defined in: src/resources/Charts.ts:28
Inherited from
fromDate?
optionalfromDate?:string
Defined in: src/resources/Charts.ts:29
Inherited from
toDate?
optionaltoDate?:string
Defined in: src/resources/Charts.ts:30
Inherited from
autoAdjustDates?
optionalautoAdjustDates?:boolean
Defined in: src/resources/Charts.ts:58