Chinese Income Statement (2006 - 2022)
Income Statement of all publicly traded stocks/companies on Chinese market
@kaggle.wentinglu_chinese_income_statement_2006_2022
Income Statement of all publicly traded stocks/companies on Chinese market
@kaggle.wentinglu_chinese_income_statement_2006_2022
CREATE TABLE chinese_income_statement (
"date" TIMESTAMP,
"ticker" VARCHAR,
"net_profit" DOUBLE,
"net_profit_growth" DOUBLE,
"total_operating_income" DOUBLE,
"total_operating_income_growth" DOUBLE,
"n__total_operating_expense_operating_expense" DOUBLE,
"n__total_operating_expense_sales_expense" DOUBLE,
"n__total_operating_expense_management_expense" DOUBLE,
"n__total_opearting_expense_financial_expense" DOUBLE,
"n__total_operating_expense_total_operating_expense" DOUBLE,
"net_operating_profit" DOUBLE,
"total_profit" DOUBLE
);
CREATE TABLE ticker_company_name_mapping (
"ticker" VARCHAR,
"company_name" VARCHAR
);
Anyone who has the link will be able to view this.