Joshua T. Price 09-05-2025 https:// Open source, no license
A lightweight Java desktop application that allows users to fetch and track the latest stock prices in real time using the Polygon.io API. Features an autocomplete suggestion box for stock symbols with company names, and a user-configurable API key system.
- Fetch the latest closing price of any stock supported by Polygon.io.
- Autocomplete suggestions for stock symbols with company names.
- Settings screen for users to input and save their own API key.
- Clean, responsive Swing-based GUI.
- Scrollable results area with timestamped price entries.
- Lightweight, no external databases required.
- Java 17+ installed
- Polygon.io API key (Sign up here)
- Clone or download the repository:
git clone https://github.com/joshuaprice13/Stock_API_Tracker