☰
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
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
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.