This project is to extract stock Data from Tesla and GameStock to create a dashboard. Using yahoo finance, the company Share price and revenue were extracted from the web to plot the graph. Both beautifulSoup and pandas html reader were used for the webscrapping.
- Extract Tesla and GameStop Stock data using yfinance and ticker function
- Extract Tesla revenue data using beautifulsoup
- Extract GameStop revenue using pandas read_html
- Assessing data
- Cleaning data
- Create Dashboard