☰
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
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
405
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
February 2017
sujith
Average price is zero on weekends
krisys
February 2017
in
Python client
We notice that the average_price is 0 for all stocks on weekends in holdings when accessed via the API. Any idea why this is happening?
{u'product': u'CNC', u'exchange': u'NSE', u'price': 0, u'last_price': 1303.2, u'tradingsymbol': u'INDUSINDBK', u'collateral_type': None, u'collateral_quantity': 0, u't1_quantity': 0, u'pnl': *, u'isin': u'INE095A01012', u'close_price': 0, u'quantity': *, u'realised_quantity': *, u'average_price': 0, u'instrument_token': 1346049}
sujith
February 2017
Hi
@krisys
,
Sometimes when trade process is unsuccessful in back office. This might happen. Hopefully all these will go off in our new back office.
Sign In
or
Register
to comment.
Sometimes when trade process is unsuccessful in back office. This might happen. Hopefully all these will go off in our new back office.