Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 1007 Bytes

README.md

File metadata and controls

17 lines (7 loc) · 1007 Bytes

Welcome to the Ticker Checker app. This app will return detailed stock info for any user-entered stock ticker using Alpha Vantage's API. A 'ticker' is another name for the symbol used to represent companies on the stock exchange.

Upon opening the application, the user is presented with a field to enter a stock ticker.

Simulator Screen Shot - iPhone 12 Pro Max - 2022-10-13 at 19 20 47

The app returns formatted stock data for the user-entered ticker.

Simulator Screen Shot - iPhone 12 Pro Max - 2022-10-13 at 19 21 35

If the user enters an invaid stock ticker, the app responds accordingly.

Simulator Screen Shot - iPhone 12 Pro Max - 2022-10-13 at 19 30 29