Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.5 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.5 KB

IBM Data Science project assignment - Analyze Stock Data

In this lab I'm Analyze and Visualize Stock Data of Tesla and GameStop Revenue using data from Yahoo Finance API. And others stocks like Apple, AMD, Netflix and Amazon.

Demonstration of Result

Plot Tesla Stock Graph

Tesla Revenue Stock Graph

Plot GameStop Stock Graph

GameStop Revenue Stock Graph

Plot Apple Stack data Graph

Apple Stock Data Graph

Using Technology

  • Jupyter Notebook
  • IBM cloud, IBM Watson Studio
  • Yahoo Finance API
  • Webscraping using BeautifulSoup
  • yfinance to extract stock data
  • pandas
  • matplotlib
  • plotly

Installation

  • You can 1. clone nessacarry graphs file 2. install dependencies 3. run this code and you must see results of stock graph visualization with matplotlib and plotly.

Resources