Stock Dashboard is a macOS application designed to help you quickly fetch and view stock information for major companies. With a clean, elegant UI, Stock Dashboard allows users to search by stock symbol and view key information such as company name, stock price, and sector, along with the company's logo.
- Simple and Elegant UI: The app provides a straightforward interface with a rounded input field for stock symbol search and a button to fetch data.
- Real-time Stock Information: Fetches data from the Financial Modeling Prep API, including stock price, company name, sector, and company logo.
- Minimalist Design: Inspired by macOS aesthetics, Stock Dashboard is designed to be visually appealing and easy to use.
The main window displays a search field for entering stock symbols and a "Fetch Info" button to retrieve stock data.
When you enter a valid stock symbol like "TSLA" and click "Fetch Info," the app displays the company name, current price, sector, and logo.
-
Clone the Repository:
git clone https://github.com/sunami09/TickerSearchMacOS
-
Navigate to the Application Folder:
cd TickerSearchMacOS -
Run the App:
- Inside the folder, locate the
Stock Dashboard.appfile. - Double-click
Stock Dashboard.appto launch the application.
- Inside the folder, locate the
Note: This application is unsigned, so macOS may show a warning when you try to open it. To bypass this warning:
- Right-click the app and select Open, then confirm in the dialog box.
- Alternatively, go to System Preferences > Security & Privacy > General and click Open Anyway if prompted.
- Language: Objective-C
- Framework: Cocoa
- Data Source: Financial Modeling Prep API
- Requirements: macOS (compatible with both Apple Silicon and Intel-based Macs)
- Additional Data: Display more details about the stock and company, like market cap, beta, and volume.
- Favorites: Add functionality to save frequently searched stocks.
- Historical Data: Show historical stock data and trends.
This project is licensed under the MIT License


