Home

Please build a webpage to display a list of stocks. You will find the stock feed at /api/Ticker/GetAll The webpage should dynamically display the changing prices. Feel free to build the webpage using any technology you are comfortable using. This is not a memory test - you may refer to online documentation to get the job done.

Please create web API to add a stock to the ticker. To test it out, you can use Swagger.

This is an architecture question. No coding required! If we had real stock data from a 3rd party feed (like Yahoo Finance), how would you integrate it into this application?