I'm using the C# .NET API to query Tick History / DSS. Can you show me the API for Historical Search for an instrument where I can search by SEDOL code?
Thanks
@JeffLieberman
Thank you for reaching out to us.
We have DSS .NET SDK that supports .NET framework 4.5+.
You can also download .NET Example Application that demonstrates how to use DSS .NET SDK.
To run the .NET Example, please refer to this page.
However, if you would like to use .NET 6.0, you need to use HTTP Client to send a request. To construct a History Search request message, please refer to this tutorial.