☰
Login
Signup
Home
›
Python 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
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
April 2022
rakeshr
April 2022
aditya_chauhan
April 2022
SRIJAN
Bank nifty opening index value for the day
aditya_chauhan
April 2022
in
Python client
How can we find the opening index value of Bank nifty accurately when market starts at 9:15AM using kite connect API?
I poll the bank nifty index LTP value at 9:15 but it returns incorrect value.
Tagged:
@sujith
@rakeshr
SRIJAN
April 2022
edited April 2022
Just fetch ohlc quote and get the open value after 9:08 AM . You can even fetch just ltp after 9:08 but before 9:15 am and get the opening price.
aditya_chauhan
April 2022
Is it possible to get ohlc quote with kite connect api?
SRIJAN
April 2022
You can read the documentation:
https://kite.trade/docs/connect/v3/market-quotes/#retrieving-ohlc-quotes
aditya_chauhan
April 2022
my question was can i get the ohld info without historical api subscription?
SRIJAN
April 2022
@aditya_chauhan
,
Today's ohlc can be fetched from ohlc quote. For historical ohlc,you will need historical data api.
rakeshr
April 2022
ohld
Didn't get what you mean by
d
here?
If you mean OHLC, yes you can get it from quote API(which comes in base kite connect api) as
@SRIJAN
has linked above.
aditya_chauhan
April 2022
Thanks
This discussion has been closed.
https://kite.trade/docs/connect/v3/market-quotes/#retrieving-ohlc-quotes
Today's ohlc can be fetched from ohlc quote. For historical ohlc,you will need historical data api.
d
here?If you mean OHLC, yes you can get it from quote API(which comes in base kite connect api) as @SRIJAN has linked above.