☰
Login
Signup
Home
›
Python client
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
151
Node JS client
39
Go client
791
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
456
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
March 2018
KillBill
March 2018
sujith
Weekly Interval
KillBill
March 2018
edited March 2018
in
Python client
Does Kite connect support weekly interval in the historical API?
sujith
March 2018
Hi,
Kite Connect provides only day interval data. You need to generate week candles using the seven-day candles.
KillBill
March 2018
Hi, thank you for looking into this. Can you help me with some more info about generating seven day candles?
sujith
March 2018
Let us say, you have seven day candles, a week candle's data will be as follows,
open => open of the first candle
high => highest of the seven highs
low => lowest of the seven lows
close => close of the last candle.
KillBill
March 2018
Thanks
This discussion has been closed.
Kite Connect provides only day interval data. You need to generate week candles using the seven-day candles.
open => open of the first candle
high => highest of the seven highs
low => lowest of the seven lows
close => close of the last candle.