This is precisely what I was looking for.Not sure how did I miss. Thanks a lot for your answer. It helped.
However I now see the streaming data also has this information. So the "Open" data in streaming data is actually day Open.
I am fine with the last day closure price as well. But the question is how to get the historical data of 9:15 or 9:16 of that day without the historical data subscription.
I am afraid, that seems to me as if we are calculating that specific tick's Change percentage. I want to have the change of that scrip since that specific day's 9:15 AM price (the way Zerodha shows the change since opening price). That way I can ign…
many thanks for the link.
Is it only upto saying "Debug: true" while getting a Kite object? I assume everything is getting printed in lib based on this flag. Is it so ?
kite = new Kite(MyAPIKey, Debug: true);
Thanks for your response, It seems to be working now..probably it was because of odd hours. By the way, how do we get logs in debug mode please, for future use ?