Skip to content

A Java-based console application that tracks real-time stock prices using the Finnhub API. It helps you monitor your portfolio, showing current prices, profit/loss, and time zone information.

Notifications You must be signed in to change notification settings

RadoslavKK/Real_Time_Stock_Monitor_Finnhub_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Real-Time Stock Monitor ๐Ÿ“Š

A Java-based console application that tracks real-time stock prices using the Finnhub API. It helps you monitor your portfolio, showing current prices, profit/loss, and time zone information.

Live Stock Price

๐Ÿ”ง Features

  • Fetches live stock quotes using the Finnhub API
  • Tracks multiple stocks with customizable quantity and purchase price
  • Displays profit/loss in real-time with color-coded output
  • Auto-refreshes every 15 seconds using a scheduled task
  • Shows current time in both Sofia (Europe) and New York (US) time zones

How to Run:

Compile the code

  • javac -cp lib/gson-2.10.1.jar -d out src/*.java

Run the code

  • java -cp "out:lib/gson-2.10.1.jar" src.StockTracker

About

A Java-based console application that tracks real-time stock prices using the Finnhub API. It helps you monitor your portfolio, showing current prices, profit/loss, and time zone information.

Resources

Stars

Watchers

Forks

Languages