☰
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
797
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
November 2020
udaykiran19491
November 2020
sujith
How to get instruments of just Nifty 50? Any filters available for getInstruments()?
udaykiran19491
November 2020
in
Java client
when doing getInstruments("NSE"); I'm getting lot of entries. Is there a way to filter the request to receive just nifty 50 stocks?
Tagged:
nifty50
sujith
November 2020
Kite Connect only provides the whole dump. You will have to filter out the things you want from that dump.
The use case for instruments file is to download once a day and use the cached data rest of the day. Since the file is very large.
udaykiran19491
November 2020
i am trying to bot this:
at 9:30 AM, i want to buy the top gainer of nifty 50.. is it possible to do it using kite connect?
sujith
November 2020
You will have to fetch live market data for all the required instruments and check at your end.
Sign In
or
Register
to comment.
The use case for instruments file is to download once a day and use the cached data rest of the day. Since the file is very large.
at 9:30 AM, i want to buy the top gainer of nifty 50.. is it possible to do it using kite connect?