Please provide tradingSymbol in getQuote/ltp and getMultiQuotes/ltp in v4

When ltp request is made, multiple symbols are passed, some of them may not be traded or may be invalid. The response just has tokens along with the ltp. It will be convenient if tradingSymbol is sent along to know which ltp maps to which symbol.

I am not sure companyName field is useful in this request.

{
  "status": "success",
  "data": [
    {
      "token": "55318",
      "result": {
        "requestTime": "11:17:47 01-01-2024",
        "companyName": "NIFTY JAN FUT",
        "exchange": "NFO",
        "token": "55318",
        "lastTradedPrice": "21871.85"
      }
    }
  ]
}

Hey Vivek,
The changes are updated please check it now.

Thanks & Regards
Firstock Technology Team

Thank you.
The trading symbol is available now.

With Best Regards,
Vivek Haridas