Skip to content

ROijvall/StockTrackerLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockTrackerLite

Simple and lightweight program that uses the yfinance API to pull data on tickers from Yahoo finance.

To run the program via command-line you need: yfinance, pysimplegui and playsound

While there are many great applications for tracking your portfolio out there, StockTrackerLite offers two things in particular:

  • Light performance
  • Free unlimited alarm functionality

The obvious downside is of course that data is only fetched every 10 seconds per default, but that can be adjusted. Adjust at your own discretion.

For performance comparison see Chrome resource usage while running a popular watchlist web application:

image

StockTrackerLite resource usage (CPU load increases when update thread is running)

image

Starting view (adding a watchlist):

image

Watchlist view:

image

Alarm view (can add multiple per ticker)

image

Triggered alarm view shows up on the right of existing view:

image

When the triggered alarms are handled, either reactivated or deleted then the view dissapears.

About

Simple stock tracking program in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages