☰
Login
Signup
Home
›
General
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
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
January 2021
sujith
Instrument lookup by id for expired instruments.
prp
January 2021
edited January 2021
in
General
How do I find the symbol, strike price, expiry date, option type of expired contracts based on their instrument ID?
If it helps, I have the timestamp of time when the quotes were obtained.
Tagged:
Instruments
kiteconnect
OPTIONS
expired contracts
sujith
January 2021
The instrument token is unique only for the current day. It can be reused by the exchange once an instrument expires. It is recommended to store a combination of exchange and tradingsymbol as the key.
sujith
January 2021
You can get to know strike, option type from the tradingsymbol but you may have to store expiry date seperately.
Sign In
or
Register
to comment.