-
Notifications
You must be signed in to change notification settings - Fork 20
/
auctions_list.json
77 lines (77 loc) · 2.06 KB
/
auctions_list.json
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
{
"status": "success",
"data": [
{
"tradingsymbol": "ASHOKLEY",
"exchange": "NSE",
"instrument_token": 54282,
"isin": "INE208A01029",
"product": "CNC",
"price": 0,
"quantity": 1,
"t1_quantity": 0,
"realised_quantity": 1,
"authorised_quantity": 0,
"authorised_date": "2022-12-21 00:00:00",
"opening_quantity": 1,
"collateral_quantity": 0,
"collateral_type": "",
"discrepancy": false,
"average_price": 131.95,
"last_price": 142.5,
"close_price": 145.1,
"pnl": 10.550000000000011,
"day_change": -2.5999999999999943,
"day_change_percentage": -1.7918676774638143,
"auction_number": "20"
},
{
"tradingsymbol": "BHEL",
"exchange": "NSE",
"instrument_token": 112138,
"isin": "INE257A01026",
"product": "CNC",
"price": 0,
"quantity": 5,
"t1_quantity": 0,
"realised_quantity": 5,
"authorised_quantity": 0,
"authorised_date": "2022-12-21 00:00:00",
"opening_quantity": 5,
"collateral_quantity": 0,
"collateral_type": "",
"discrepancy": false,
"average_price": 75.95,
"last_price": 81.1,
"close_price": 84,
"pnl": 25.749999999999957,
"day_change": -2.9000000000000057,
"day_change_percentage": -3.4523809523809588,
"auction_number": "34"
},
{
"tradingsymbol": "SBIN",
"exchange": "NSE",
"instrument_token": 779530,
"isin": "INE062A01020",
"product": "CNC",
"price": 0,
"quantity": 3,
"t1_quantity": 0,
"realised_quantity": 3,
"authorised_quantity": 0,
"authorised_date": "2022-12-21 00:00:00",
"opening_quantity": 3,
"collateral_quantity": 0,
"collateral_type": "",
"discrepancy": false,
"average_price": 573.4,
"last_price": 593.75,
"close_price": 604.6,
"pnl": 61.05000000000007,
"day_change": -10.850000000000023,
"day_change_percentage": -1.794574925570629,
"auction_number": "7529"
}
]
}