Getting no trade information for historical minute data for a given instrument and for a day

mnkartik
mnkartik edited September 2016 in API clients
I have tried retrieving historical data for a minute for below instrument and for given date specified
using normal http client apis, but is returning empty data

instrument token : 131001860
exchnage token : 511726
from date : 2015-01-02
to date : 2015-01-02


response
-------------

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


And the HTTP status is 200 OK


But when cross verified with the historical data for the same date in BSE, the trades did happen, but here for the minute data its not showing up.

Any specific reason as such. Kindly help if you have faced such.
Tagged:
This discussion has been closed.