Get LTP for Nifty
-
API Get LTP for NIFTY returns only LTP and not Open/Low/High data. Please advice.
-
Here I am asking for NIFTY (Index) LTP
req:
{
"exchange":"NSE",
"tradingsymbol":"NIFTY",
"symboltoken":"26000"
} -
HI @kamlarpanchal please refer below req and response:
req:
{
"exchange":"NSE",
"tradingsymbol":"RELIANCE-EQ",
"symboltoken":"2885"
}res:
{
"status": true,
"message": "SUCCESS",
"errorcode": "",
"data": {
"exchange": "NSE",
"tradingsymbol": "RELIANCE-EQ",
"symboltoken": "2885",
"open": 2100.45,
"high": 2180.0,
"low": 2100.45,
"close": 1982.05,
"ltp": 2180.0
}
}
3 out of 3