☰
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
11.9K
All Categories
85
Node JS client
30
Go client
685
.Net API client
330
Kite Publisher
524
.Net / VBA / Excel (3rd party)
393
Algorithms and Strategies
891
Java client
903
API clients
383
PHP client
3.3K
Python client
310
Mobile and Desktop apps
1.2K
Market data (WebSockets)
2.9K
General
In this Discussion
March 17
KamalChhirang
March 8
rakeshr
Why is the low of a 1-minute candle lower than the low of a daily candle?
KamalChhirang
March 7
edited March 7
in
General
I found this in thousands of rows, but let me pick one example:
Reliance - 2020-05-12
The low price of the daily candle is 1465.0.
The low price of the 1-minute candle is "1451.25" (at 15:18).
This is the URL I used to fetch the data:
"
https://api.kite.trade/instruments/historical/738561/day?from=2017-09-15+09:15:00&to=2023-03-07+15:29:00
"
"
https://api.kite.trade/instruments/historical/738561/minute?from=2020-05-01+09:15:00&to=2020-06-07+15:29:00
"
Am I doing something wrong, or is the data incorrect?"
Tagged:
historical data
rakeshr
March 8
This thread
explains your query.
KamalChhirang
March 8
edited March 8
I understand this
@rakeshr
I understand not all ticks can be captured in live data.
But here, wrong ticks are captured.
One day candle is 100% correct, right? Since it is provided by exchange based on all ticks.
So, how can the tick you capture (1 minute candle) have lower price than day's low?
KamalChhirang
March 17
Hello
@rakeshr
, could you please confirm if you have understood the point I am trying to convey? Kindly let me know if I have made any errors in my calculations. Thank you.
Sign In
or
Register
to comment.
I understand not all ticks can be captured in live data.
But here, wrong ticks are captured.
One day candle is 100% correct, right? Since it is provided by exchange based on all ticks.
So, how can the tick you capture (1 minute candle) have lower price than day's low?