☰
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
154
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
July 2022
Bharathi352
July 2022
SRIJAN
NSE INDICES with Kite instruments
Bharathi352
July 2022
in
Python client
Hi
is there a way to get all indices data in kite
like for NFO we use "instruments = kite.instruments("NFO")" to get all options data
I tried using "ins_NSE = kite.instruments("NSE:INDICES") " and failed
Please help
Bharathi
SRIJAN
July 2022
edited July 2022
You have to fetch with exchange as 'NSE'. And sort with segment as 'INDICES',to get all the indices data.
Also, fetching NFO instruments returns all futures and options instruments,not just options.
Bharathi352
July 2022
so can I restrict the fecth to only Option ? only filter can fliter options after fectch
SRIJAN
July 2022
edited July 2022
After downloading NFO instruments,you can use segment filter as 'NFO-FUT' or 'NFO-OPT' to get data for all futures and options respectively.
Bharathi352
July 2022
Thank you
This discussion has been closed.
Also, fetching NFO instruments returns all futures and options instruments,not just options.