How can i find LTP on a particular time by using Kite.ltp

1krishnagupta
1krishnagupta edited January 2022 in Python client
Hello,
I'was trying to find out kite.ltp(f"NFO:BANKNIFTY2210630500CE") and I found answer, but now I want ltp of "09:20:59" Time.
So someone please help me, how can I find out LTP on a particular time by using kite.ltp module.
  • SRIJAN
    SRIJAN edited January 2022
    quote APIs are real-time only. For historical data,use historical_data api.
  • 1krishnagupta
    But in Historical Data i can;t find LTP.
  • SRIJAN
    SRIJAN edited January 2022
    The close price of any period is the ltp of that given period. Like,for 1minute interval data, the close price of let's say,9:20 candle is equal to the ltp at 9:20:59.
Sign In or Register to comment.