Skip to content

I built a script that can calculate the average price of the stock you chose using pandas and yfinance libs. This script can also scrape stocks from yahoo finance's webiste and check them if they worth buying using bs4 lib.

Notifications You must be signed in to change notification settings

Reven8e/stock-suggester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

stock-suggester

-This script can calculate the average of the stock u chose, then comparing the current price to the average price.

-This script can also scrape stocks from yahoo finance's webiste and check them if they worth buying.

-NOTE- The script will work only when the stock market is open in your time zone!

Installing

install python 3.8 (or later)
pip/3 install yfinance
pip/3 install pandas_datareader
pip/3 install datetime
pip/3 install bs4
pip/3 install BeautifulSoup4

About

I built a script that can calculate the average price of the stock you chose using pandas and yfinance libs. This script can also scrape stocks from yahoo finance's webiste and check them if they worth buying using bs4 lib.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages