When trying to fetch LTP, getting wrong "close" data, may be showing previous to previous day's close rather than previous day's close.
Can someone please check. This is been the case for last few days.
Note: Using PHP Library.
Here is a sample, which shows Thursday's close, instead of Friday's.
'status' => string 'success' (length=7)
'http_code' => int 200
'http_error' => string '' (length=0)
'response_data' =>
array (size=4)
'status' => boolean true
'message' => string 'SUCCESS' (length=7)
'errorcode' => string '' (length=0)
'data' =>
array (size=8)
'exchange' => string 'NSE' (length=3)
'tradingsymbol' => string 'AARTIIND-EQ' (length=11)
'symboltoken' => string '7' (length=1)
'open' => float 452.55
'high' => float 454.9
'low' => float 446.8
'close' => float 458.15
'ltp' => float 453.25