How to extract FX rates from DSS using Rest or SOAP
Find more posts tagged with
- FX list?
- Input data format? CSV or JSON?
- Which fields do you want? Rate/Last price only?
- The frequency of update? Daily?
- The endpoint URL is
https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/Extract
But please do check out the tutorials first. - The request formats of every requests can be found here: DSS API Reference Tree. You need DSS account to login.
- No SSL certificates needed.
- 24 hours.
@anilsumanth.yakkali
What's your integration plan?
The easiest solution would be writing a console application that fetches DSS's FX rate and updates exchange rates with SAP SDK. Then use Windows Task Scheduler to execute your program.
DSS has .NET SDK, and there are tutorials on DSS portal. You can follow the .Net SDK Tutorial 5 and change extraction request to IntradayPricingExtractionRequest and change fields to "Last Price".
You also need the RICs (Reuters Instrument Codes) of FXs that you want. You can use RIC search tool here.
Hello Warat,
Thanks for the reply.
My Integration plan is to fetch the FX rates from TR DSS and update in SAP. About frequency we are not yet finalized but planning to work with REST approach. For achieving this using REST I need the below points fulfilled:
1.What is the endpoint URL for fetching FX rates?
2. What is the request content format and where can I get that?
3.Any certificates need to be installed for SSL handshake?
4.What is the time limit for token expiry.
Thanks in advance!
Regards,
Anil
- FX list?
- Input data format? CSV or JSON?
- Which fields do you want? Rate/Last price only?
- The frequency of update? Daily?
@anilsumanth.yakkali
What's your integration plan?
The easiest solution would be writing a console application that fetches DSS's FX rate and updates exchange rates with SAP SDK. Then use Windows Task Scheduler to execute your program.
DSS has .NET SDK, and there are tutorials on DSS portal. You can follow the .Net SDK Tutorial 5 and change extraction request to IntradayPricingExtractionRequest and change fields to "Last Price".
You also need the RICs (Reuters Instrument Codes) of FXs that you want. You can use RIC search tool here.
@annisumanth.yakkali
For REST API, you can download DSS postman sample collections from here.
Then try tutorial 3b: request intraday data.
You can use FX RIC such as EUR= or JPY=
This is my sample request:
And this is the sample result:
For WSDL, you can find more information from this document.
However, it is advisable to use REST API.
Hello Chavlit,
Thanks for your response!
I am trying to do integration of SAP with DSS, to do that what is the rest api solution along with how to know the fields which mandatory to send request to DSS for intraday exchange rates.
Regards,
Anil
Hello Anil, I'm trying also creating SAP Web-Service to integrate DSS. Can you help me?
Best regards,
Herbert