☰
Login
Signup
Home
›
PHP 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
May 2020
sujith
May 2020
rakeshr
May 2020
kpbcl08
Open interest data showing zero
kpbcl08
May 2020
in
PHP client
i am trying to fetch data for stock option. here considered reliance example. after market hours it is showing 0 in oi. why so?
{"status":"success","data":{"NFO:RELIANCE20MAY1500CE":{"instrument_token":22288130,"timestamp":"2020-05-08 17:12:14","last_trade_time":"2020-05-08 15:29:47","last_price":95,"last_quantity":0,"buy_quantity":0,"sell_quantity":0,"volume":0,"average_price":0,
"oi":0,"oi_day_high":0,"oi_day_low":0
,"net_change":0,"lower_circuit_limit":0.05,"upper_circuit_limit":307.1,"ohlc":{"open":96.85,"high":113.2,"low":86.95,"close":78},"depth":{"buy":[{"price":0,"quantity":0,"orders":0},{"price":0,"quantity":0,"orders":0},{"price":0,"quantity":0,"orders":0},{"price":0,"quantity":0,"orders":0},{"price":0,"quantity":0,"orders":0}],"sell":[{"price":0,"quantity":0,"orders":0},{"price":0,"quantity":0,"orders":0},{"price":0,"quantity":0,"orders":0},{"price":0,"quantity":0,"orders":0},{"price":0,"quantity":0,"orders":0}]}}}}
Tagged:
json not returning open interest data for stock options after market hours
kpbcl08
May 2020
@sujith
please reply. Issue Is same for index options also.
rakeshr
May 2020
@kpbcl08
Showing fine for us.
{'NFO:RELIANCE20MAY1500CE': {'instrument_token': 22288130, 'timestamp': datetime.datetime(1970, 1, 1, 5, 30), 'last_trade_time': datetime.datetime(2020, 5, 8, 15, 29, 47), 'last_price': 97.3, 'last_quantity': 500, 'buy_quantity': 0, 'sell_quantity': 0, 'volume': 0, 'average_price': 0,
'oi': 1215500
, 'oi_day_high': 0, 'oi_day_low': 0, 'net_change': 0}
kpbcl08
May 2020
@rakeshr
if you see on weekends not on monday morning. then they show NA or Zero. this has happened second time on 16th and 17th may also. see screenshot i am attaching
second.png
119.3K
first.png
141.2K
sujith
May 2020
You can refer to this
thread
.
This discussion has been closed.
Showing fine for us.
{'NFO:RELIANCE20MAY1500CE': {'instrument_token': 22288130, 'timestamp': datetime.datetime(1970, 1, 1, 5, 30), 'last_trade_time': datetime.datetime(2020, 5, 8, 15, 29, 47), 'last_price': 97.3, 'last_quantity': 500, 'buy_quantity': 0, 'sell_quantity': 0, 'volume': 0, 'average_price': 0, 'oi': 1215500, 'oi_day_high': 0, 'oi_day_low': 0, 'net_change': 0}