Skip to content

Files

Latest commit

df39516 · Aug 5, 2022

History

History
10 lines (7 loc) · 767 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 767 Bytes

StockMarket

This project coded in java uses java's built in swift package and Yahoo Finance to display different companies stock value. Then, it analyzes trends and predicts what the stock value will be in the next couple of months.

To run: download project and navigate to src/main/java/me/dhruvarora/Main.java file. Next, run the main method and the wait for project to compile. Finally, the project should have finished compling and will automatically open a new window you can enjoy!

Debugging: make sure that you have a java development kit (JDK) and java runtime environment (JRE) installed on your computer

Packaging: unfortunately this project cannot be packaged into a jar due to complications with importing files and reading them inside the jar.