☰
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
March 2019
rishiswethan
March 2019
rrrmanish
March 2019
rakeshr
February 2019
ayyaz
option ask and bid price
ayyaz
February 2019
in
Python client
how do i get following details programmatically or in any file for particular option
which i get from NSE Site .
Details like ask and bid price , OI , IV , margine etc..
https://www.nseindia.com/live_market/dynaContent/live_watch/option_chain/optionKeys.jsp?symbolCode=224&symbol=ESCORTS&symbol=ESCORTS&instrument=OPTSTK&date=-&segmentLink=17&segmentLink=17
ayyaz
February 2019
please reply ASAP
rakeshr
February 2019
@ayyaz
We already offer 5 levels of bid/offer market depth data and OI value.You can check response
package structure here
.
rrrmanish
March 2019
Its websocket, do we some rest call for that ?
rishiswethan
March 2019
This is my python code that may help you
https://pastebin.com/5QkAKVFY
rakeshr
March 2019
@rrrmanish
You
can use quote API call.
Sign In
or
Register
to comment.
We already offer 5 levels of bid/offer market depth data and OI value.You can check response package structure here.
https://pastebin.com/5QkAKVFY
You can use quote API call.