It looks like you're new here. If you want to get involved, click one of these buttons!
quote_nifty=kite.quote('NSE:NIFTY 50')last_price = quote_nifty['NSE:NIFTY 50']['last_price'] if(comparision of last_price(float value) ): .........
The response is more like a map which has a key-value pair.
thanks for replying
I want to use the attribute "last_price" which the documentation says is in float format, then how should I use it in python?
Last_price attribute is float value.You can compare it as below:
Thanks a million times bro...you made my day