how we can can find historical spot price of any options from kite api as i can only find closing opening price of instruments as daily basis and from ltp i can find todays spot price not historical how can i do that
Kite Connect’s Historical Data API provides OHLCV (Open, High, Low, Close, Volume) data only for the specific instrument requested, such as a particular option or future contract. Since options are derivative instruments, their prices are based on the underlying index or stock’s spot price. However, the API does not include or return the historical spot price of the underlying within the option’s — that must be fetched separately using the underlying’s own instrument token.
You can check the instrument file and use the correct spot instrument token to fetch the details.
Since options are derivative instruments, their prices are based on the underlying index or stock’s spot price. However, the API does not include or return the historical spot price of the underlying within the option’s — that must be fetched separately using the underlying’s own instrument token.
You can check the instrument file and use the correct spot instrument token to fetch the details.