Historic data discrepancy
-
@admin
We noticed that candle data for fifteen minutes has some discrepancies. API data should match with Angel chart data available on trade.angelbroking.com.To trust the system we should be able to cross-verify api data with chart data available on trade.angelbroking.com because both the systems belongs to AngelBroking.
Take a look at data of Titan for example.
as per trade.angelbroking.com chart data
Candle Time : 2021-04-5 10.45 AM
open:1512
close:1518.60
high:1520
low:1512as per smart API
Candle Time : 2021-04-5 10.45 AM
open:1519.15
close:1519.40
high:1521.70
low:1517.55code snippet :
historicParam={
"exchange": "NSE",
"symboltoken": "3506",
"interval": "FIFTEEN_MINUTE",
"fromdate": "2021-04-06 10:31",
"todate": "2021-04-06 10:46"
}
response :
{'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': '2021-04-06T10:45:00+05:30,1519.15,1521.70,1517.55,1519.40,31569'} -
hi @dipeshbodas we have change our historical data format.
-
Hi @dipeshbodas we have noted your request.
-
@admin
Please work on resposne structure. Current structure is not at all code friendly. Try to publish API with industry standards like json etc. -
HI @dipeshbodas we are changing our historical data format today you can check it after market hours.
-
Hi @dipeshbodas we have notice your issue we will revert you back soon.