Baselight

Financial Statements Of Major Companies(2009-2023)

Data from 10-K reports and balance sheets.

@kaggle.rish59_financial_statements_of_major_companies2009_2023

Loading...
Loading...

About this Dataset

Financial Statements Of Major Companies(2009-2023)

This is a compiled datasets comprising of data from various companies' 10-K annual reports and balance sheets.
The data is a longitudinal or panel data, from year 2009-2022(/23) and also consists of a few bankrupt companies to help for investigating factors.
The names of the companies are given according to their Stocks.
Companies divided into specific categories.

Tables

Financial Statements

@kaggle.rish59_financial_statements_of_major_companies2009_2023.financial_statements
  • 39.57 KB
  • 161 rows
  • 23 columns
Loading...

CREATE TABLE financial_statements (
  "year" BIGINT,
  "company" VARCHAR,
  "category" VARCHAR,
  "market_cap_in_b_usd" DOUBLE,
  "revenue" DOUBLE,
  "gross_profit" DOUBLE,
  "net_income" DOUBLE,
  "earning_per_share" DOUBLE,
  "ebitda" DOUBLE,
  "share_holder_equity" DOUBLE,
  "cash_flow_from_operating" DOUBLE,
  "cash_flow_from_investing" DOUBLE,
  "cash_flow_from_financial_activities" DOUBLE,
  "current_ratio" DOUBLE,
  "debt_equity_ratio" DOUBLE,
  "roe" DOUBLE,
  "roa" DOUBLE,
  "roi" DOUBLE,
  "net_profit_margin" DOUBLE,
  "free_cash_flow_per_share" DOUBLE,
  "return_on_tangible_equity" DOUBLE,
  "number_of_employees" BIGINT,
  "inflation_rate_in_us" DOUBLE
);

Share link

Anyone who has the link will be able to view this.