Skip to content

dhyanivikas/stockStalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple stock tracker Python project. It is supposed to keep track of your stocks of interest and notify you through Notifications (right now configured only for MacBook) and alarm the sound alerts whenever given stock(s) meet a certain drop/gain criteria set by the user.

In future, I want to automate the tracking from a database and add more sophisticated trackers, e.g. price < 50% of 52 week high, volume increase alert etc.

You'll need to add the secrets.yaml file in resources folder by yourselves and put following entries:

{"x-rapidapi-key": "YOUR_RAPIDAPI_KEY", "x-rapidapi-host": "YOUR_CHOSEN_RAPIDAPI_HOST"}

I've put that file into gitignore list for obvious reasons.

PS: I've personally used IEX APIs for this project. They are pretty reasonable. If you choose some other APIs, you might need to revisit the JSON structure and schema accordingly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages