KiteConnect kiteSdk = new KiteConnect("api_key"); kiteSdk.setUserId("User_id");
kiteSdk.getInstruments("NSE"); I am storing the list returned by this call in another list and fetching the last_price of instruments , but it's showing zero all time . There is no problem in code because i am able to fetch all trading symbol using this call only , the only problem is with last_price . Can anyone help me and tell me why this is happening .
Can you let us know which API you are using to fetch price?
You can use this to fetch last price.