problem in ltpData python function !!! for getting the index value


  • @Moderator_1
    @Moderator_2

    Nifty = 'Nifty 50'
    token = '99926000'
    exchange = "NSE"```
    ltp = obj.ltpData(exchange ,Nifty, token)
    
    

    If i call this function i should get a latest NIFTY value .
    which is suppose to be the same as that of the value seen in the chart close value using getCandleData .

    but latest ltp value and chart latest close value are different most of the time .

    there is some bug in getting ltpData function in getting the nifty index .

    This happens few times on few days randomly .
    I am not sure it is fetching Nifty Future value instead of Nifty Index value .


  • I have same problem get