☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
797
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
January 2021
satish_itin
January 2021
rakeshr
Not able to get OI data for Options using historical API using Python API
satish_itin
January 2021
in
Python client
Hi,
I am not able to get Open interest data for options using historical API in Python API. Is python API support OI also ?
Thanks,
Satish G.
Tagged:
Python Client
Open Interest
rakeshr
January 2021
@satish_itin
You need to send extra param of
oi=True
for OI value. Check all
historical param here
.
satish_itin
January 2021
Thanks Rakesh, it is working now. I was doing the same 2 months back, i couldn't get OI data. Not sure anything changed in these 2 months. Anyway thanks
This discussion has been closed.
You need to send extra param of
oi=True
for OI value. Check all historical param here.