Interface MarketData

Market data (oi/quote/depth) for symbols subscribed by the user.

Hierarchy

Properties

ATP: number

Average traded price.

L2: number

Has L2 data (market depth)?

L2_LTT: number

Last traded time (UNIX epoch).

LTQ: number

Last traded quantity.

ask: number

Lowest ask price.

Offer price with volume and total number of orders.

bid: number

Highest bid price.

Bidding price along with volume and total number of orders.

c: number

Close price (1 minute).

fyCode: number

7202: OI data (NSE FO/CD, MCX), 7207/7208: NSE, BSE (indices/data), 31038: MCX.

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.

marketStat: number

Market status flag?

o: number

Open price (1 minute).

oi: BigInt

Open interest.

open_price: number

Price at market opening time.

pdoi: BigInt

Previous day open interest.

pktlen: number

Packet length, including header?

prev_close_price: number

Close price of the previous trading day.

price_conv: number

Price conversion, divisor for all prices.

token: BigInt

Fytoken is a unique identifier for every symbol.

tot_buy: BigInt

Total buy quantity.

tot_sell: BigInt

Total sell quantity.

tt: number

Timestamp sent by exchange (UNIX epoch).

v: BigInt

Volume (1 minute).

volume: number

Today's volume.

Generated using TypeDoc