☰
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
13.8K
All Categories
0
Incidents
154
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
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.