☰
Login
Signup
Home
›
Market data (WebSockets)
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
14.5K
All Categories
0
Incidents
171
Node JS client
48
Go client
819
.Net API client
393
Kite Publisher
542
.Net / VBA / Excel (3rd party)
476
Algorithms and Strategies
1K
Java client
1.2K
API clients
408
PHP client
4.2K
Python client
354
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.5K
General
In this Discussion
September 2023
sujith
How to get historical data of currency(EX:USDINR Futures) via api for a specific interval
RUZ282
September 2023
in
Market data (WebSockets)
When we try to read historical data of USDINR futures for past 5 years we are getting wrong data via below API.
API:
https://kite.zerodha.com/oms/instruments/historical/2433027/5minute?user_id=RUZ282&oi=1&from=2016-01-01
9:00:00&to=2016-02-01
Response:
{
"status": "success",
"data": {
"candles": []
}
}
Note: We tried using continous flag to 1 but that gives only 1 day interval candles but not 1 min. Please suggest
Tagged:
historical data
forex
sujith
September 2023
Kite Connect only provides continuous data for day interval.
Sign In
or
Register
to comment.