The Stock Market app displays the current price of any stock you enter. You'll learn how to web-enable your app and communicate with Web APIs, in this case Yahoo Finance
Use the Web component, call Web.Get, and then process the response in Web.GotText
Put the returned data into a list, then extract the first item only
Add a Textbox then build the API call by joining the fixed part with the user's entry