28. March 2021 16:13 by admin in
BLAZOR 
RapidAPI publishes a lot of different APIs including many from Yahoo Finance. Limited accounts are usually free. You can get the full source code for this app at github here:
Github Repo
For this i used the stock Blazor Server app template from Visual Studio 2019, and stripped out everything related to the stock "Weather Service" that it creates. Then I added a Finance News model class, and a FinanceNews Service class. Both appear below.

