Interface CommonData

Common data (fyCode !== 7202).

Hierarchy

Properties

c: number

Close price (1 minute).

h: number

High price (1 minute).

high_price: number

Highest price for the day.

l: number

Low price (1 minute).

low_price: number

Lowest price for the day.

ltp: number

LTP is the price from which the next sale of the stocks happens.

o: number

Open price (1 minute).

oi: BigInt

Open interest.

open_price: number

Price at market opening time.

pdoi: BigInt

Previous day open interest.

prev_close_price: number

Close price of the previous trading day.

price_conv: number

Price conversion, divisor for all prices.

v: BigInt

Volume (1 minute).

Generated using TypeDoc