Are living/Present Inventory Worth (Add-ons)

What is Live Stock Price DLL?

We have developed a simplified library to get the live stock based on .net which can be consumed by both Web and Desktop applications. We used yahoo stock to get the live price and done all the extra work to get it in this single DLL. You just need to add a reference to this DLL in your application create a object and pass the stock symbol to get the Live Stock price including other information about the stock.

Feature

  • Just add reference to the StockRate.dll or just add StockRate.dll to the Bin folder. This DLL is Dependent on NewtonSoft JSON.net, Which is also provided inside Bin folder of this sample application.
  • Then add using StockRate
  • Now Create a Object for the class LiveStock
  • Then call the function StockRate like

List<StockPrice> x = obj.StockRate(<StockSymbol>);

Support

We will be more than happy to help you and answer your questions.You can directly get in touch with us at: info@intelliwins.com

Leave a Reply

Your email address will not be published. Required fields are marked *