In option chain data I’m getting data like this:
"market_data": {
"ltp": 362.7,
"volume": 27325750,
"oi": 485400,
"close_price": 327.2,
"bid_price": 363,
"bid_qty": 25,
"ask_price": 366,
"ask_qty": 100,
"prev_oi": 173250
}
I want to confirm here what represent close_price here? Is this previous day close? My calculation indicating its previous day close. Am I right?