☰
Login
Signup
Home
›
PHP 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
November 2019
Jigpylab
November 2019
rakeshr
Need to access Nifty 50 api for every minute
piyush071988
November 2019
in
PHP client
is there any api which give me every minute nifty data.
For e.g
I need nifty29400CE and nifty29600PE data for every minute
Nifty29400CE
High low open close volume openinterest
can you please specify sample api detail with request and response.
rakeshr
November 2019
@piyush071988
You can use Websocket Streaming to get live tick for above contract,
refer this documentation
.
Or make Quote API call every minute/any time frame you required,
refer to this documentation
.
Jigpylab
November 2019
If you also need open interest data, scrap NSE site every min.
rakeshr
November 2019
@Jigpylab
You can get OI data in WebSocket streaming, check the
complete packet here.
Jigpylab
November 2019
Thanks a lot
@rakeshr
This discussion has been closed.
You can use Websocket Streaming to get live tick for above contract, refer this documentation.
Or make Quote API call every minute/any time frame you required, refer to this documentation.
You can get OI data in WebSocket streaming, check the complete packet here.