Coding a Stock Tracker With Python

by j_scum1233 in Design > Software

35 Views, 0 Favorites, 0 Comments

Coding a Stock Tracker With Python

canva-photo-editor-8-7.png

For my Project i decided to make a stock tracker. I decided to chose this because i enjoy coding with python as well as trading my stocks. One thing that always bothered me about other stock trackers was the restricted graphing capabilities only allowing you to choose a day week month or year.

Installing Pycharm and Python Libraries

0_RSHaCzm8VQ-DFQOv.png

First Install pycharm from www.jetbrains.com and then follow the steps. Open a new project. Go to view , tool windows and then python packages. Import yfinance, seaborn, PySimpleGUI , matplotlib.pyplot.

Coding

Screenshot 2022-05-19 132115.png

Once you have the libraries downloaded you can load my code.

github.com

And please feel free to change the code or do whatever you want with it.

done!

Using the Code and Whats Next?

graph.png

To use the code simply input your stock ticker through the GUI, and then the period of your graph. So, whats next? One thing many people do using the Yfinance library is creating home devices to show you the stock prices as well as algorithmic trading algorithms that can make you money overtime.