Skip to content

marcello-calabrese/ticker_selection_BI_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Engineering Project: 4 shares of a stock data extraction, upload on MySql used to be in a BI project

Stock Selected and Data Extracted

The API used will be the yfinance API. Stocks selected are: MSFT, ZION, IBM, JNJ, MCD. The data is extracted from Yahoo Finance. Type of data extracted are:

  • Company Name
  • Company Ticker
  • Closed Price
  • Company Info
  • Company P/E Ratio
  • Company Cash Flow
  • Company Dividend

Data Transformation and Loading on MySql

The data is transformed into a format that is easier to be used in the BI project. The format will be a pandas dataframe that will be created and transformed from the data extracted. The dataframe will be used to be uploaded on MySql.

Data Analysis

The data analysis will be done using PowerBI connected to MySQL.

Screenshot of PowerBI dashboard Picture 1: image

Releases

No releases published

Packages

No packages published

Languages