- Introduction
- Project Overview
- Questions addressed
- File Description
- Dataset Overview
- Acknowledgements
In this project:
- I have analyzed real life data from the New York Stock Exchange.
- I’ll be drawing a subset of a large dataset provided by Kaggle that contains historical financial data from S&P 500 companies.
- I have created a smaller subset of the data that I will be using for the project using the Fundamentals.csv and Securities.csv files provided by Kaggle.
- Summary statistics and insights is performed for 3 banks
- P&L statement and Financial forecast can be performed for all the companies
- Developed a dynamic Profit and Loss Dashboard that calculates the Gross Profit, Total Operating Expenses and Operating Profit or EBIT for a company selected from a drop-down list
- Created a dynamic Financial Forecasting Model including forecasts for Revenue, Gross Profit and Operating Profit for two more years using scenario analysis to forecast future growth prospects for the company
- Calculated summary statistics including measures of center and spread for the financial business metrics in the Financial GICS sector for Banks GICS sub-category
- Drew inference from the statistical to create visual tools to communicate the results in informative ways
- What portion of revenue is able to cover operating expenses generated by the banks?
- Which bank generates more Total revenue each year?
- Do the 3 banks have similar spread in their Total Revenue and Total Operating Expenses?
- The spreadsheet file includes:
- Data file
- Summary statistics
- P&L Statement Dashboard
- Forecast Scenarios
- Visualization plots
- Presentation (PDF)
- Visualization plots
- Insights
- Background
- The Fundamentals file provides the fundamental financial data gathered from SEC 10K annual filings from 448 companies listed on the S&P 500 index
- The Securities file provided the industry or sector information the companies are categorized under on the S&P 500 index
- Attribute Information for the NYSE dataset:
- Ticker symbol: Stock symbol
- Years: Number of years for which data is provided
- Period ending
- Total revenue
- Cost of goods sold
- Sales, General and Administrative expenses
- Research and Development expenses
- Other Operating expense items
- Global Industry Classification Standard (GICS) Sector: Industry sector the company is categorized under (e.g., American Airlines with the ticker symbol AAL is categorized under Industrials.)
- GICS Sub Industry: Sub-industry sector the company is categorized under (e.g., AAL is further categorized under the sub-category of Airlines industry.)
The dataset files can be found here.