Financial Statements Of Major Companies(2009-2023)
Data from 10-K reports and balance sheets.
@kaggle.rish59_financial_statements_of_major_companies2009_2023
Data from 10-K reports and balance sheets.
@kaggle.rish59_financial_statements_of_major_companies2009_2023
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
);
Anyone who has the link will be able to view this.