Interface GetMarketHistory

Request for getting market history of a symbol.

Hierarchy

  • GetMarketHistory

Properties

continuous: boolean

Set cont flag 1 for continues data and future options.

fromDate: number

Indicating the start date of records (epoch, yyyy-mm-dd).

resolution: number

The candle resolution in minutes.

symbol: string

Eg: NSE:RCOM-EQ.

toDate: number

Indicating the end date of records.

Generated using TypeDoc