REST API for daily currency conversion rates

Where is the list of all standard templates available? I am looking for appropriate template and REST API available for daily currency conversion rates.Do we have any suitable template and REST API available for this?

Presently I have got REST API as -

https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractWithNotes

and templates as

#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest

Best Answer

  • Hello @nikhil_godbole,

    You can find the list of available Report templates and Field Description on the DataScope Select Data Content Guide. You may use:

    • End of Day Pricing report template - provides initial and validated end of day prices. It likely is closed price
    • Intraday Pricing report template - provides intraday pricing from the real-time network, as well as from various contributors.

    If you want the data on a daily basis, you can use Schedule extraction to define extraction frequency (i.e. daily at 7:00). The Schedule extraction can be created using GUI and REST API. Also, the extraction result is available either on GUI or REST API. For more information, please see this tutorial.