Im looking to retrieve live market quotes for ETFs and the quote (python) api is throwing an error. Here is a sample curl command: curl "https://api.kite.trade/quote?i=NSE:BANKBEES" -H "X-Kite-Version: 3" -H "Authorization: token xx:xx" curl "https://api.kite.trade/quote?i=NSE:N100" -H "X-Kite-Version: 3" -H "Authorization: token xx:xx"
Is there a way to query live market quotes for ETFs?
FYI, I am able to pull historical data for the same (just the live quote api doesn't seem to work)