Hi, I am currently using DataScope extract Raw API
https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractRaw With payload
{ "ExtractionRequest": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest", "ContentFieldNames": [ "RIC", "Trade Date", "Universal Close Price" ], "IdentifierList": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers": [ { "IdentifierType": "Ric", "Identifier": "PXSG.O" } ] }, "Condition": { "AdjustedPrices": true, "QueryStartDate": "2019-06-17", "QueryEndDate": "2019-06-24" } } }
I have two questions
1). Is there an SLA to when corporate actions are taken into effect and prices are updated accordingly
2). Does the API return dividend adjustment and if so at what time