Displays stock price in real-time on the web using ASP.NET Core Blazor and LSEG Data Library for .NET
This article will provide an example web application which creates by using a new ASP.NET Core Blazor Framework. The sample web application is a server-side Blazor web application that can be used with C# to provide interactive web UI. In this project, we will use the LD.NET library to login to the Data Platform or local WebSocket server running on LSEG Real-Time Advanced Distribution Server and then retrieve market price data from the local server or Real-Time – Optimized. The sample application will use the Core/Delivery Layer functionality to request a real-time stock price. Moreover, the app also uses Historical Pricing API to request Inter day Summaries for end of day daily data. It also uses the Company Overview Service API to get the RIC company information and display it along with the Chart of the Inter-day data.
For the full article, please refer to this link.