Calls various APIs to get data on stock prices and currency rates, which it then uses to convert user input in the form of stock and amount owned to total value of portfolio in euros over time. The value of the portfolio is graphed using a JavaFX GUI.
Download the .zip of the latest release and unpack it in a folder. Run StockTracker.exe.
For functional usage navigate to "Help -> Getting Started" from the menu bar of the application.
- Java 8 - The programming language used
- Maven - Dependency Management, project building and deployment
- Alpha Vantage API - API for fetching stock price data
- Quotes API for Yahoo Finance - API for fetching additional stock data
- ECB SDMX 2.1 RESTful web service - API for fetching currency data
- JavaFX, JUnit 5
- Sten Arthur Laane - StenAL
This project is licensed under the MIT License - see the LICENSE file for details