Is there a way I can receive more data from the /search endpoint? For example, I run a query like so:
{
  "View": "QuotesAndSTIRs",
  "Query": "google"
}And get this in response:
"Total": 9293,
"Hits": [
   {
      "BusinessEntity": "QUOTExEQUITY",
      "DocumentTitle": "Alphabet Inc, Ordinary Share, Class A, NASDAQ Global Select Consolidated",
      "PermID": "55839130072",
      "PI": "17739690",
      "RIC": "GOOGL.O"
   },
 ...
]
Is there something I can to the query to receive more market data about Google, like current stock price, etc.?