Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryqndev/stock-visualizer
Stock Trend Visualizer with a built in portfolio profit margin calculator.
https://github.com/ryqndev/stock-visualizer
intellij-idea java java-swing
Last synced: 28 days ago
JSON representation
Stock Trend Visualizer with a built in portfolio profit margin calculator.
- Host: GitHub
- URL: https://github.com/ryqndev/stock-visualizer
- Owner: ryqndev
- Created: 2018-05-08T19:59:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T02:46:42.000Z (over 6 years ago)
- Last Synced: 2024-11-10T22:29:16.067Z (3 months ago)
- Topics: intellij-idea, java, java-swing
- Language: Java
- Homepage:
- Size: 308 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock-Visualizer
Stock Portfolio Organizer with a Graphical user interface.
# How are stock values taken?
A get request is made to 'https://api.iextrading.com/' with the parameters for the request
filled with user selections for the stock symbol and type.# How is portofolio saved?
The user stock portfolio is saved by creating a local file that saves the user information and is parsed every
time data is shown.# Which Java libraries are being used?
MinimalJson - a json parser for java
JFreeChart - charting library for java swing GUIs