Bug with NIFTY IT index quotes

shavis
shavis edited March 2017 in General
I was trying to get some quotes for the NIFTY Sectoral Indices and everything works fine except for "NIFTY IT". I get a successful response but all the values are 0.

Request: https://api.kite.trade/instruments/NSE/NIFTY IT?api_key=xxx&access_token=yyy
Response:
{
"status": "success",
"data": {
"change_percent": 0,
"open": 0,
"last_price": 0,
"change": 0,
"close": 0
}
}


For other sectors like bank, pharma, etc it's working fine.
Request: https://api.kite.trade/instruments/NSE/NIFTY BANK?api_key=xxx&access_token=yyy
{
"status": "success",
"data": {
"change_percent": 0.21,
"open": 21291.45,
"last_price": 21271.95,
"change": 46.54,
"close": 21225.4
}
}


Is this a bug in the system or am I using a wrong Instrument code? I've checked the master list and it's "NIFTY IT"
Tagged:
This discussion has been closed.