☰
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.6K
All Categories
0
Incidents
172
Node JS client
48
Go client
822
.Net API client
394
Kite Publisher
550
.Net / VBA / Excel (3rd party)
480
Algorithms and Strategies
1K
Java client
1.2K
API clients
408
PHP client
4.2K
Python client
357
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.5K
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.