Kite.quote returning wrong data

algotrader29
algotrader29 edited June 2017 in Python client
I was using the following quote to get the todays dayhigh(last trading day high) which was working perfectly till now but today I tried...

>>> kite.quote("NSE", 'RIIL')["ohlc"]["high"]
433.95
>>> kite.quote("NSE", 'HDFC')["ohlc"]["high"]
1765.1
>>> kite.quote("NSE", 'AXISBANK')["ohlc"]["high"]
558.85

All the above data are wrong as of today 3rd June 2017.

is it because of the following?

Sat, 03 Jun 2017 is an exchange mock trading day. You may receive live ticks and your orders may go through. These are dummy transactions and are wiped automatically the next day
This discussion has been closed.