☰
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
14K
All Categories
0
Incidents
156
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
460
Algorithms and Strategies
1K
Java client
1.1K
API clients
404
PHP client
4K
Python client
348
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
December 2024
ANL
December 2024
sujith
December 2024
vijayonkite
Option Chain Data
vijayonkite
December 2024
in
Java client
Hi, is there any way to get options data from java client ?
Tagged:
OPTIONS
vijayonkite
December 2024
I noticed through google that ICICIDirect provides free access to option chain data through their BREEZE API's for all their customers. Does Zerodha also has anything like that ?
sujith
December 2024
You can fetch live options instruments data as mentioned
here
.
We provide live market data for all the instruments on
Websocket API
you may use that.
Also there is a
option chain library
by
@rakeshr
for option chain. You can take a look at it.
ANL
December 2024
Kite Connect doesn't provide option chain data. You have to develop your own with the WS.
Go through the option chain library:
optionchainstream
vijayonkite
December 2024
Thank you
@sujith
&
@ANL
This discussion has been closed.
We provide live market data for all the instruments on Websocket API you may use that.
Also there is a option chain library by @rakeshr for option chain. You can take a look at it.
Go through the option chain library: optionchainstream