1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"status": "success",
"data": {
"NSE:INFY": {
"instrument_token": 408065,
"timestamp": "2021-06-08 15:45:56",
"last_trade_time": "2021-06-08 15:45:52",
"last_price": 1412.95,
"last_quantity": 5,
"buy_quantity": 0,
"sell_quantity": 5191,
"volume": 7360198,
"average_price": 1412.47,
"oi": 0,
"oi_day_high": 0,
"oi_day_low": 0,
"net_change": 0,
"lower_circuit_limit": 1250.7,
"upper_circuit_limit": 1528.6,
"ohlc": {
"open": 1396,
"high": 1421.75,
"low": 1395.55,
"close": 1389.65
},
"depth": {
"buy": [
{
"price": 0,
"quantity": 0,
"orders": 0
},
{
"price": 0,
"quantity": 0,
"orders": 0
},
{
"price": 0,
"quantity": 0,
"orders": 0
},
{
"price": 0,
"quantity": 0,
"orders": 0
},
{
"price": 0,
"quantity": 0,
"orders": 0
}
],
"sell": [
{
"price": 1412.95,
"quantity": 5191,
"orders": 13
},
{
"price": 0,
"quantity": 0,
"orders": 0
},
{
"price": 0,
"quantity": 0,
"orders": 0
},
{
"price": 0,
"quantity": 0,
"orders": 0
},
{
"price": 0,
"quantity": 0,
"orders": 0
}
]
}
}
}
}