☰
Login
Signup
Home
›
.Net API client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
12.1K
All Categories
91
Node JS client
32
Go client
706
.Net API client
338
Kite Publisher
525
.Net / VBA / Excel (3rd party)
402
Algorithms and Strategies
901
Java client
918
API clients
386
PHP client
3.4K
Python client
314
Mobile and Desktop apps
1.2K
Market data (WebSockets)
2.9K
General
In this Discussion
February 10
sujith
February 10
rakeshr
February 10
Saleem
GetOHLC() giving Prev day data
Saleem
February 9
in
.Net API client
Dictionary OHLCList = kite.GetOHLC(mylist), If I am calling this function at 7 PM IST, it should return todays OHLC, but it is giving yesterdays OHLC.
Is there a time cut off, after which this gives for todays date?
Saleem
February 9
Also the price of day close seems to be incorrect, check for HDFCLIFE, 9-Feb-2023, close value.
image.png
21.5K
rakeshr
February 10
The previous day's close price is updated in the BOD(Beginning of the day) process, which happens around 07:00 AM(on the trading day).
Saleem
February 10
No, the question is GetOHLC() at 7 PM IST is giving prev day data. After what time will I get the current days data?
sujith
February 10
You can try after 7:30 AM, it is not a manual process. It is done after BOD and other processes are done. You can try post that.
Saleem
February 10
Thanks.
Sign In
or
Register
to comment.
Also the price of day close seems to be incorrect, check for HDFCLIFE, 9-Feb-2023, close value.