For a deeper look into our DataScope Select REST API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
Hi
Is there an endpoint in the DataScope API which would allow me to get the adjusted price history corresponding to the prices in the screenshot below?
Thanks in advance for your help,
Benoit
It could be Price History report template. The template has an "Adjusted Prices" option to retrieve historical prices adjusted from corporate actions and currency redenominations..
For On Demand extraction, the PriceHistoryExtractionRequest provides the same options, "AdjustedPrices". For more details, please see REST API Reference Tree.
Below is the sample of request.
POST https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractWithNotes { "ExtractionRequest": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest", "ContentFieldNames": [ "Trade Date", "Currency Code", "Accumulated Volume Unscaled", "Ask Price", "Bid Price" ], "IdentifierList": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers": [ { "Identifier": "XLE", "IdentifierType": "Ric" } ], "ValidationOptions": null, "UseUserPreferencesForValidationOptions": true }, "Condition": { "AdjustedPrices": true, "QueryStartDate": "2019-08-23T00:00:00.000Z", "QueryEndDate": "2019-08-30T00:00:00.000Z" } } }
How come the data for the Shares Amount is 2 days after the actual split.
Retrieving Tick History Time and Sales & Raw data DSS reports via API
Where I can get C# source code sample how to connect to service and get historical data
How to request eod pricing and or adjusted close prices? Soap API DSS