☰
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
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
March 2023
KamalChhirang
March 2023
rakeshr
Why is the low of a 1-minute candle lower than the low of a daily candle?
KamalChhirang
March 2023
edited March 2023
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 2023
This thread
explains your query.
KamalChhirang
March 2023
edited March 2023
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 2023
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?