☰
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
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
July 2019
Imran
Historical data for futures and options
ytomar
July 2019
in
General
How can we get historical data for options and futures using Zerodha APIs?
Tagged:
historical data
options historical data
futures historical data
Imran
July 2019
edited July 2019
hii
@ytomar
1. Documentation for historical data:
https://kite.trade/docs/connect/v3/historical/
2. we can get continuous data for day candles for last 1 year for expired contacts read below for continuous data feature:
https://kite.trade/docs/connect/v3/historical/#continuous-data
3. historical minute-wise data is available for contracts that are live but not available for expired contracts.
4. python program to get historical data:
https://youtube.com/watch?v=XDiJI1XkqOo&t=7s
Sign In
or
Register
to comment.
1. Documentation for historical data: https://kite.trade/docs/connect/v3/historical/
2. we can get continuous data for day candles for last 1 year for expired contacts read below for continuous data feature: https://kite.trade/docs/connect/v3/historical/#continuous-data
3. historical minute-wise data is available for contracts that are live but not available for expired contracts.
4. python program to get historical data: https://youtube.com/watch?v=XDiJI1XkqOo&t=7s