☰
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
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
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
June 2020
sujith
June 2020
jignesh162
How to get nifty options price at particular time and day of historical data?
jignesh162
June 2020
in
General
Example:
1. Nifty 10900 CE price for time 9:21:15AM 20/03/2020??
2. What was the VIX index at the same time 9:21:15AM 20/03/2020??
3. What was the Nifty index at the same time 9:21:15AM 20/03/2020??
Tagged:
historical API
javakiteconnect
options historical data
getLTP giving old data
India vix
jignesh162
June 2020
@sujith
sujith
June 2020
We don't provide data for expired options instruments.
You need to pass the instrument token and the DateTime in the format mentioned
here
.
jignesh162
June 2020
@sujith
... Thanks for the response ...
Ok if it's not possible to get expired options instruments. Then is it possible to get monthly options data like below
On expiry date after 3:30PM can I run my scripts and get full data on my local machine/server in csv/json format???
OR it will count as expired options instrument just after market close hours i.e 3:30PM??
sujith
June 2020
Yes, you can fetch historical data for the instrument that is expired today. It will be there until the next morning around 06:30 to 07:30.
jignesh162
June 2020
Good to know... One last question in what formats I can download this data??
sujith
June 2020
Please refer to the
documentation
.
Sign In
or
Register
to comment.
You need to pass the instrument token and the DateTime in the format mentioned here.
Ok if it's not possible to get expired options instruments. Then is it possible to get monthly options data like below
On expiry date after 3:30PM can I run my scripts and get full data on my local machine/server in csv/json format???
OR it will count as expired options instrument just after market close hours i.e 3:30PM??