@tanmay Missing oi field fix has been merged.You can update kiteconnect using pip by below command and then check the historical data field: pip install kiteconnect --upgrade
@tanmay Can you uninstall the previous version of kiteconnect using pip uninstall kiteconnect and install updated version using pip install kiteconnect --upgrade? Updated version should resolve this.If still facing missing 'oi' field. Paste complete response of pip show kiteconnect hete.
@tanmay Absolutely working fine for us. It seems some issue with your setup. Can you try fresh installing kiteconnect python client inside virtual env and then request historical data for OI?
Please have a look Sujith.
Missing oi field fix has been merged.You can update kiteconnect using pip by below command and then check the historical data field:
pip install kiteconnect --upgrade
Still having the same issue and hence same output as above. Now my kite connect version is 3.8.2, is that correct ?
Can you uninstall the previous version of kiteconnect using
pip uninstall kiteconnect
and install updated version usingpip install kiteconnect --upgrade
?Updated version should resolve this.If still facing missing 'oi' field.
Paste complete response of
pip show kiteconnect
hete.Absolutely working fine for us. It seems some issue with your setup.
Can you try fresh installing kiteconnect python client inside virtual env and then request historical data for OI?