@SZM059 Other APIs are working after moving to header auth, but placing order is not working for me.. Any Idea?
Its giving error as
{'data': None,
'error_type': 'InputException',
'message': 'Missing or empty field `exchange`',
'status': 'error…
@rakeshr Thanks
Currently I am getting live price in python using:
url = "https://api.kite.trade/quote/ohlc?api_key=" + api_key + "&access_token=" + access_token + "&i=NFO:" + symbol
res = requests.get(url)
data=res.json()
Are you talk…
I already read this.
I am not entering orders through the script, so I can't know the buy price.
You mean to say get the buy price from kite.positions once and then get LTP of each and calculate at my end?
LTP will be coming live right?