I have started working on python api from a few days. Today I noticed a peculiar problem while analysing data. Stock data provided by zerodha is slightly different when compared to that of sharekhan. For example consider the followin stock "heromotoco":
zeroda values for first 5 min candle of '02-08-2019'(2nd aug): open: 2337 high: 2296.85 low: 2345 close: 2289.20 sharekhan values for first 5 min candle of '02-08-2019': open: 2336 high: 2360 low: 2288.55 close: 2295.35 chartink values for first 5 min candle of '02-08-2019': open: 2336 high: 2360 low: 2288.55 close: 2295.35
Sharekhan values are matching with chartink.. however these are different from zerodha.. Can somebody explain why this difference exists?? Because of these differences there is a slight difference in the value of my indicator, and this is resulting in wrong execution of a trade.