Hello Team,
Can you help me to understand what is difference between LTP and close price?
I am fetching the complete options chain at the end of the day, and then I need to calculate the Day change and %change for the previous day, so should I take the close price or LTP?
As I take aftermarket, so I guess LTP and Close price should be same? any thoughts?
"expiry": "2024-02-15",
"pcr": 1684.0638,
"strike_price": 19500,
"underlying_key": "NSE_INDEX|Nifty 50",
"underlying_spot_price": 22122.25,
"call_options": {
"instrument_key": "NSE_FO|37263",
"market_data": {
"ltp": 2291.8,
"close_price": 2259.9,
"volume": 1200,
"oi": 2350,
"bid_price": 2292.85,
"bid_qty": 50,
"ask_price": 2302.25,
"ask_qty": 800,
"prev_oi": 0
},
"option_greeks": {
"vega": 0,
"theta": 0,
"gamma": 0,
"delta": 1,
"iv": 0
}
},