Hi team,
From previous interactions I have figured that, when I am using the WebSocket interface, it provides a conflated service. I believe it is a 3 second trade-safe conflation which will conflate quotes but provide all trades.
Now for the Historical API (Elektron Data Platform), is there no conflation applied? So I get all trades and all quotes. I have learned about the adjustments applied by default, but when I set the adjustments to "unadjusted" I should receive all of the data (which I have not obtained from the realtime streaming)?
Example request for Historical API (start and end time are just for example):
https://api.refinitiv.com/data/historical-pricing/v1/views/events/VOD.L?eventTypes=quote,trade&adjustments=unadjusted&start=2019-09-11T11:06:00.000000000Z&end=2019-09-11T11:07:00.000000000Z
Thank you