Hi
The following endpoint :
https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractWithNote
returns duplicated dates with both correct and wrong prices for all dates between 2016-10-18 and 2019-10-03.
Example:
Body :
{ "ExtractionRequest": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.ElektronTimeseriesExtractionRequest", "ContentFieldNames": ["Trade Date", "RIC", "Open", "High", "Low", "Universal Close Price", "Volume"], "IdentifierList": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers": [{ "Identifier": "AA.N", "IdentifierType": "Ric" }], "ValidationOptions": { "AllowHistoricalInstruments": true }, "UseUserPreferencesForValidationOptions": false }, "Condition": { "ReportDateRangeType": "Range", "StartDate": "1996-01-01T00:00:00.000Z", "EndDate": "2019-10-03T23:59:59.999Z" } } }
Response:
{ "IdentifierType": "Ric", "Identifier": "AA.N", "Trade Date": "2019-10-03", "RIC": "AA.N", "Open": 24.17, "High": 24.26, "Low": 23.75, "Universal Close Price": 24.25, "Volume": 926998 }, ... { "IdentifierType": "Ric", "Identifier": "AA.N", "Trade Date": "2019-10-03", "RIC": "AA.N", "Open": 19.13, "High": 19.33, "Low": 18.7, "Universal Close Price": 19.05, "Volume": 751703 }
This happens for several stocks belonging to the 0#.SPX even thought I am not going to list them all here.
I dont figure out the logic based on the order or the volume to find out the "good" price in comparison with Yahoo Finance.
Could you please help/amend?
Thanks in advance for your help,
Benoit