☰
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
795
.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
September 2019
Vivek
September 2019
sujith
expired instruments in kite.instruments()
amit123
September 2019
edited September 2019
in
Python client
kite.instruments() is returning expired instruments today. this usually does not happen.
[OrderedDict([('instrument_token', 11424258),
('exchange_token', '44626'),
('tradingsymbol', 'MOTHERSUMI19SEPFUT'),
('name', ''),
('last_price', 0.0),
('expiry', datetime.date(
2019, 9, 26)
),
('strike', 0.0),
('tick_size', 0.05),
('lot_size', 3300),
('instrument_type', 'FUT'),
('segment', 'NFO-FUT'),
('exchange', 'NFO')]),
OrderedDict([('instrument_token', 11423234),
('exchange_token', '44622'),
('tradingsymbol', 'MINDTREE19SEPFUT'),
('name', ''),
('last_price', 0.0),
('expiry', datetime.date(
2019, 9, 26
)),
('strike', 0.0),
('tick_size', 0.05),
('lot_size', 600),
('instrument_type', 'FUT'),
('segment', 'NFO-FUT'),
('exchange', 'NFO')]),
OrderedDict([('instrument_token', 11421698),
('exchange_token', '44616'),
('tradingsymbol', 'MFSL19SEPFUT'),
('name', ''),
('last_price', 0.0),
('expiry', datetime.date(
2019, 9, 26
)),
('strike', 0.0),
('tick_size', 0.05),
('lot_size', 1200),
('instrument_type', 'FUT'),
('segment', 'NFO-FUT'),
('exchange', 'NFO')]),
... and many more...
is this expected behaviour or a bug?
sujith
September 2019
We have informed the concerned team to take a look at this.
sujith
September 2019
Thank you for reporting.
Vivek
September 2019
This has been fixed.
This discussion has been closed.