☰
Login
Signup
Home
›
API clients
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 2020
sumanth1215
October 2020
rakeshr
Get Strike Value of an Instrument.
sumanth1215
October 2020
edited October 2020
in
API clients
I am having strikes with full names like 'NFO:BANKNIFTY20OCT17500CE'. I don't want to break it and extract the strike price but is there a way to get the strike price like 17500 ?
Tagged:
ATM strike
rakeshr
October 2020
@sumanth1215
Maybe you can fetch
strike
field from
instrument list
for
NFO
exchange.
sumanth1215
November 2020
edited November 2020
@rakeshr
thanks it worked.
This discussion has been closed.
Maybe you can fetch
strike
field from instrument list forNFO
exchange.