NULL historical data for SBIN for AUG 2016

pankajrb
Request sent:

curl "https://api.kite.trade/instruments/historical/779521/minute?from=2016-08-01&to=2016-08-20&api_key=xxx&access_token=xxx"

Response:
{"status": "success", "data": {"candles": []}}


But I am receiving data for NIFTY
Request sent;
curl "https://api.kite.trade/instruments/historical/256265/minute?from=2016-08-01&to=2016-08-20&api_key=xxx&access_token=xxx"


I am using same key and token in both the requests.
I have active subscription of kite and historical data.


Sign In or Register to comment.