☰
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
8.7K
All Categories
8
Go client
513
.Net API client
225
Kite Publisher
466
.Net / VBA / Excel (3rd party)
274
Algorithms and Strategies
695
Java client
646
API clients
318
PHP client
2.2K
Python client
256
Mobile and Desktop apps
955
Market data (WebSockets)
2.2K
General
In this Discussion
January 4
sujith
Instrument lookup by id for expired instruments.
prp
January 2
edited January 2
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 4
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 4
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.