Weekly Interval

KillBill
KillBill edited March 2018 in Python client
Does Kite connect support weekly interval in the historical API?
  • sujith
    Hi,
    Kite Connect provides only day interval data. You need to generate week candles using the seven-day candles.
  • KillBill
    Hi, thank you for looking into this. Can you help me with some more info about generating seven day candles?
  • sujith
    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.
This discussion has been closed.