@sujith I am having another problem here. I am trying to download 5 minute historical data for some of the scrips in a loop. During the process, I am randomly getting an error stating invalid API credentials. Please look into it on an urgent basis a…
@sujith Well that's strange because when I pulled it earlier, it was adjusted. Even you verified in your comment on 29th August. Probably, it got changed to the non-adjusted values in one of the updations.
Also, do we have an ETA on the correction …
@sujith I pulled in data for IDFC for 30th Sep 2015 and 1st Oct 2015 at 5 minute level. The closing price on 2015-09-30T15:25:00+0530 is 142 while the closing price on 2015-10-01T09:44:22+0530 is 69.15. There is a sudden fall in price due to demerge…
@sujith I was looking at the closing price for idfc around October 1st, 2015 (when the demerger with idfcbank happened resulting in a bonus share of idfcbank for each share of idfc. If the closing price was adjusted for corporate action, the closing…
@sujith I am dumping all the POST content into a file to verify the incoming data. The php code on my Postback URL is
$myfile = fopen("newfile1.txt", "a") or die("Unable to open file!");
$txt = json_encode($_POST);
fwrite($myfile, $txt);
fclose($m…