Skip to content

m-narayanan/Python-Project-for-Data-Science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Extracting and Visualizing Stock Data

This project focuses on extracting essential stock data and visualizing it through graphs, which can help in making informed decisions. The data is retrieved using both the yfinance library and web scraping techniques.

Table of Contents

  1. Define a Function that Makes a Graph
  2. Question 1: Use yfinance to Extract Stock Data
  3. Question 2: Use Web Scraping to Extract Tesla Revenue Data
  4. Question 3: Use yfinance to Extract Stock Data
  5. Question 4: Use Web Scraping to Extract GME Revenue Data
  6. Question 5: Plot Tesla Stock Graph
  7. Question 6: Plot GameStop Stock Graph

Define a Function that Makes a Graph

Write a Python function that takes stock data and plots a graph to visualize the stock's performance over time.


Question 1: Use yfinance to Extract Stock Data

Utilize the yfinance library to retrieve historical stock data for the selected company. Use the data to analyze key financial indicators.


Question 2: Use Web Scraping to Extract Tesla Revenue Data

Apply web scraping techniques to extract Tesla's revenue data from reliable financial websites.


Question 3: Use yfinance to Extract Stock Data

Use the yfinance library again to extract stock data for another selected company.


Question 4: Use Web Scraping to Extract GME Revenue Data

Perform web scraping to extract revenue data for GameStop (GME) from trusted online sources.


Question 5: Plot Tesla Stock Graph

Visualize Tesla's stock data by plotting it on a graph using the matplotlib or seaborn library in Python.


Question 6: Plot GameStop Stock Graph

Plot the historical stock data of GameStop and visualize its performance over time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors