☰
Login
Signup
Home
›
Java 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 14
amitabhchoudhury
February 14
sujith
OHLC from Quote class
amitabhchoudhury
February 14
edited February 14
in
Java client
Is the OHLC information returned by
quotes.get(instruments[0]).ohlc.open
...
quotes.get(instruments[0]).ohlc.close
current day data? Or, previous day?
sujith
February 14
You can refer to the documentation
here
.
amitabhchoudhury
February 14
@sujith
the link doesn't inform whether
OHLC information returned by quotes.get(instruments[0]).ohlc.open ... quotes.get(instruments[0]).ohlc.close
current day data? Or, previous day?
sujith
February 14
You can refer to the response attributes table.
amitabhchoudhury
February 14
Oh! Ok. Thanks.
This discussion has been closed.