Hi, Can you please help here? I am using this link https://api.kite.trade/instruments?api_key: to fetch instrument information but last_price is always zero. Why is that?
It is an instruments master dump that is generated using the exchange data provided at the beginning of the day. It must be used to check the instruments traded for the day. For the last traded price, you need to use Quote API data or Websockets data.
It must be used to check the instruments traded for the day. For the last traded price, you need to use Quote API data or Websockets data.