How to get the market quote data for symbols like 'M&M' with following api
For python client, you can directly use ['NSE:M&M']. For a direct Get request, you need to use URL encoded character of '&' i.e %26. You can check complete URL encoded characters here. https://api.kite.trade/quote?i=NSE:M%26M
['NSE:M&M']
.For a direct Get request, you need to use URL encoded character of
'&' i.e %26
. You can check complete URL encoded characters here.https://api.kite.trade/quote?i=NSE:M%26M