Skip to content

Instantly share code, notes, and snippets.

@ganigithub
Created June 27, 2022 10:34
Show Gist options
  • Save ganigithub/616c88d2cf318af23c1d8145ae860f1b to your computer and use it in GitHub Desktop.
Save ganigithub/616c88d2cf318af23c1d8145ae860f1b to your computer and use it in GitHub Desktop.
ticker = "NSE:INFY"
kite.ltp(ticker)[ticker]["last_price"]
#output : 1602.05
##OR
ticker = "NFO:BANKNIFTY22APRFUT"
kite.ltp(ticker)[ticker]["last_price"]
#output : 36345.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment