☰
Login
Signup
Home
›
tony_
›
Comments
Activity
Discussions
1
Comments
4
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
tony_
About
Username
tony_
Joined
June 2021
Visits
9
Last Active
July 2022
Roles
Member
Activity
Discussions
1
Comments
4
Comments
yup now its correct....thanks for the logic.... @ALGO_Developer
in
How to find ATM for NIFTY
Comment by
tony_
June 2021
okay @ALGO_Developer so here the code--- nifty_ltp =(kite.ltp('NSE:NIFTY 50')).get('NSE:NIFTY 50').get('last_price') nifty_ltp Out: 15740.1 val = nifty_ltp val2 = math.fmod(val, 100) #print('val2', val2) x = val - val2 abs_val = "{:.0f}".format(x) …
in
How to find ATM for NIFTY
Comment by
tony_
June 2021
thanks @ALGO_Developer ....but your code works good for bank nifty.....i want to fetch for Nifty only....
in
How to find ATM for NIFTY
Comment by
tony_
June 2021
thanks @sujith for your response....Actually i wanted to know how to fetch ATM using kiteconnect api .....for python library
in
How to find ATM for NIFTY
Comment by
tony_
June 2021