No data received for last 15 min candle
-
@admin
facing issue again. This time received data but the data in response is of previous candle. i.e I wish the receive candle for 3.15PM to 3.30PM but response contains data of 3PM to 3 15 PM candlehistoricParam={
"exchange": "NSE",
"symboltoken": "547",
"interval": "FIFTEEN_MINUTE",
"fromdate": "2021-04-07 15:15",
"todate": "2021-04-07 15:30"
}response
{'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': '2021-04-07T15:15:00+05:30,3808.00,3808.40,3793.75,3795.00,73954'} -
Thanks for the discussion. got the issue. consider it closed.
-
Hi @dipeshbodas please go through below piece of input parameters.
req:
{
"exchange":"NSE",
"symboltoken":"3045",
"interval": "FIFTEEN_MINUTE",
"fromdate":"2021-04-05 15:15",
"todate":"2021-04-05 15:30"
}response:
{
"status": true,
"message": "SUCCESS",
"errorcode": "",
"data": "2021-04-05T15:15:00+05:30,353.40,354.40,352.85,353.55,3961957"
} -
@admin
data": "2021-04-07T09:30:00+05:30,1550.95,1552.50,1536.20,1541.50,185345\n2021-04-07T09:45:00+05:30,1541.55,1542.95,1534.45,1536.45,64194"this response is not for 3 15 PM to 3 30 PM. Kindly check my code once more. I said it is working for all other timeframes except 3 15 PM to 3 30 PM
client ID d43726
-
Hi @dipeshbodas provide us with your client id our team will connect you to further assist you.
-
Hi @dipeshbodas
"status": true,
"message": "SUCCESS",
"errorcode": "",
"data": "2021-04-07T09:30:00+05:30,1550.95,1552.50,1536.20,1541.50,185345\n2021-04-07T09:45:00+05:30,1541.55,1542.95,1534.45,1536.45,64194"
} -
@admin
this code is returning value at your end and is not returning any value at my end. Is that what you want to say? If yes its not possible that same code works correctly for one timeframe and does not work for other timeframe at my end but working fine at yours!! Please paste response for above code from your end. -
Hi @dipeshbodas It is working fine from our end.
-
@admin
This code is from your api documentation and is working fine for rest of market hours. Just not working for last 15 minutes frame. -
Hi @dipeshbodas historical data API is working fine from our end.We will review your code and update you on this.