In DSS SOAP API : How to extract reference data (static data) for instruments and sample C# code to

In DSS SOAP API : How to extract reference data (static data) for instruments and sample C# code to extract end of day prices for equities

Best Answer

Answers

  • @sree.harsha For C#, we provide a .NET SDK and also an example application which is interactive and quite comprehensive. Using SDK will be considerably easier than using SOAP API which is not supported and its REST API now.

    To get SDK and Example Application, Login to the Datascope Web GUI and Select Help -> Rest API Help and download from SDK menu at the top.

    The example application allows trying out various API endpoints (which you are permissioned for), and also the sample C# code to implement that API function.

  • We are currently using DSS SOAP API for getting Fixed income prices. Now we are trying to use SOAP API to retrieve static data and equity prices. Could please specify which API method need to be used for this purpose.