DSS RestAPI, TimeSeriesExtractionRequest

Hi all,
We have some doubts about the changes that will occur in "Timeseries Pricing and Single Historical Price".
This is an example in Postman of the requests we usually do:
We would like to know if we can continue using these conections:
"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TimeSeriesExtractionRequest"
"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentListIdentifierList"
"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList"
Another example would be this GET request:
https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/InstrumentLists('0x069c14deacf08005')/ThomsonReuters.Dss.Api.Extractions.InstrumentListGetAllInstruments
Thank you in advance for your help,
Elisa
Best Answer
-
There are only 2 API call endpoints that are being deprecated:
- Timeseries Pricing
- Single Historical Pricing
The other calls are not impacted.
So, to come back to the specific API calls you mention, all of these will continue to work:
- #ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentListIdentifierList
- #ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList
- https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/InstrumentLists('0x069c14deacf08005')/ThomsonReuters.Dss.Api.Extractions.InstrumentListGetAllInstruments
But this one is being deprecated:
- #ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TimeSeriesExtractionRequest
It is replaced with this call:
- #ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest
This call is described in DSS REST tutorial 4.
Please note you need to make some changes to the body of the request:
- Changes to the "Condition" setting, which uses different criteria (these are documented in the REST API Reference Tree).
- Changes to the list of data fields, because those delivered by the old API call do not match 100% those of the new API call. This also impacts some of the field names.
For the example in your screenshot, the following fields require changing:
- "Close Price" must be replaced with "Last Trade Price"
- "Split Factor" must be removed.
The call in your screenshot would need to be modified to this:
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest",
"ContentFieldNames": [
"Instrument ID", "Instrument ID Type", "ISIN", "RIC", "Ticker",
"Exchange Description", "Currency Code", "Trade Date", "Last Trade Price",
"Net Asset Value", "Universal Close Price",
"User Defined Identifier"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentListIdentifierList",
"InstrumentListId": "0x069c14deacf08005"
},
"Condition": {
"AdjustedPrices": true,
"QueryStartDate": "2019-11-22T00:00:00.000Z",
"QueryEndDate": "2019-11-25T00:00:00.000Z"
}
}
}For more information refer to the Product Change Notification 10897, which includes a spreadsheet with the data field mapping changes.
0
Answers
-
Thank you very much for your help Christiaan
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 685 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 252 ETA
- 556 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 651 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛