YahooScraper is an iOS app that leverages a backend API to fetch and display stock data for a list of tickers on a given date.
- Fetches stock data for a list of tickers from the backend API.
- Displays stock details including ticker symbol, company name, market cap, open price, and more.
- Provides the option to select tickers and a specific date for fetching stock data.
- Displays whether the market is open or closed for each ticker's data.
- Clone this repository to your local machine.
- Open the
YahooScraper.xcodeproj
file in Xcode. - Build and run the app on a simulator or device.
- Launch the app.
- Enter the tickers you want to fetch data for.
- Choose a date for fetching stock data.
- Tap the "Fetch Data" button to retrieve and display the stock data.
- View detailed information by tapping on individual tickers.
- iOS 16.0+
- Xcode 14.0+
- Swift 5.0+
The app relies on a backend API to fetch stock data. Please make sure the backend API is up and running. Refer to the documentation of the backend project for further details on how to set up and use the API.