Fetching IEP from pre open in real time

vivek88
Hi. I need to fetch pre open equilibrium price in real time. I read on some discussion on the forum that it's not possible with ltp method but it's possible with the help of OHLC as open in ohlc is shows the running equilibrium price in real time. But I'm not able to parse the open price from the response I am getting with the ohlc method. The code line I am using is
kite.ohlc(['BSE:INFY'])
this line of code is giving a response which contains open price but I am unable to get it seperated as a numeric response as I need to compare this price.
Please correct my code.
Sign In or Register to comment.