I have an algo that pulls instruments list for stocks falling under futures segment. And I perform filteration based on the last price. From last week, zerodha has stopped updating the last price column from the API (https://api.kite.trade/instruments?api_key=xxyyzz) and my algo is failing to start.
Hi, The exchange file format has changed. We have informed the concerned team. The instrument dump is not a right place to look for the last price. You can use quote API to fetch the last price.
The exchange file format has changed. We have informed the concerned team.
The instrument dump is not a right place to look for the last price.
You can use quote API to fetch the last price.