got around 10:08:14
Traceback (most recent call last):
File "random_script_name.py", line 90, in
data = kite.ohlc("NSE:INDIA VIX")
File "/home/ec2-user/.local/lib/python3.7/site-packages/kiteconnect/connect.py", line 596, in ohlc
retur…
Hi @sujith
Can you please share any update.
yesterday at 8:45, kite.ohlc('NSEIX:GIFT NIFTY') returned incorrect values
{'NSEIX:GIFT NIFTY': {'instrument_token': 291849, 'last_price': 10698.45, 'ohlc': {'open': 10828.1, 'high': 10866.52, 'low': 106…
Hi Rakesh,
Thanks for double checking, I appreciate your help
it's my mistake. Error was due to another dict variable that was caught in try block,
you can close this thread.
Here is the code used for those print line
try:
order_id = kite.place_order(tradingsymbol=instrument[4:],
exchange=instrument[0:3],
transaction_type=kite.TRANSACTION_TYPE_BUY,
…