☰
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
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.