How to extract FX rates from DSS using Rest or SOAP

Hi,

I am looking to find a method or URL to extract the FX rates from TR DSS. Can anyone provide the WSDL location or Rest API Link which contains any method to extract FX rates from DSS. There is no clear blog available on this.

Thanks in Advance!

Regards,

Anil

Sort by:
1 - 1 of 11
    User: "warat.boonyanit"
    Accepted Answer

    @anilsumanth.yakkali

    What's your integration plan?

    • FX list?
    • Input data format? CSV or JSON?
    • Which fields do you want? Rate/Last price only?
    • The frequency of update? Daily?

    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.