How to receive more data from Quotes responses

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.?

Best Answer

  • Hello @justin.mckenzie,

    To my knowledge, from search service you can not receive current prices or other real time content. I will try to double-check on this.

    From another service, pricing, also in early access only, one could receive quote snapshots, including prices. And definitely from many other Refinitiv products, Elektron relatime, Eikon (va API), etc., you can also obtain current prices.

Answers