☰
Login
Signup
Home
›
General
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
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
February 2020
sujith
February 2020
anurags
January 2020
rakeshr
Open Interest Data
anurags
January 2020
in
General
I am trying to get Change in Open Interest for the day for Bank Nifty Option. I can get OI data using the formula =
@GetRTD(NFO
,BANKNIFTY20JAN30300CE,"OI"). How do I get Change in OI for the day
Tagged:
API
kiteconnect
OI Data
rakeshr
January 2020
@anurags
You can see here all the supported fields for
quote mode here
and for
WebSocket streaming here
.
anurags
January 2020
@rakeshr
thanks. There is no change in OI from the previous day close. I need that for an Option
rakeshr
January 2020
@anurags
We don't have specific change in OI field. But you can calculate the same at your end with previous day OI close and current OI value.
anurags
January 2020
@rakeshr
Thanks. How do I get Previous day OI close
anurags
February 2020
Can someone advise how I can get previous day OI close for option via Kite API connect
sujith
February 2020
You can refer to the documentation
here
.
Sign In
or
Register
to comment.
You can see here all the supported fields for quote mode here and for WebSocket streaming here.
We don't have specific change in OI field. But you can calculate the same at your end with previous day OI close and current OI value.