Balance Sheet Of Chinese Companies (2006-2022)
Balance Sheet of all Chinese publicly trading companies from year 2006 to 2022
@kaggle.wentinglu_structured_chinese_company_balance_sheet
Balance Sheet of all Chinese publicly trading companies from year 2006 to 2022
@kaggle.wentinglu_structured_chinese_company_balance_sheet
CREATE TABLE financial_statement (
"announcement_date" TIMESTAMP,
"ticker" VARCHAR,
"asset_cash_and_cash_equivalents" DOUBLE,
"asset_account_receivable" DOUBLE,
"asset_inventory" DOUBLE,
"asset_total_asset" DOUBLE,
"asset_total_asset_growth_rate" DOUBLE,
"liability_account_payable" DOUBLE,
"liability_advance_from_customers" DOUBLE,
"liability_total_liability" DOUBLE,
"liability_liability_growth_rate" DOUBLE,
"debt_ratio" DOUBLE,
"total_investors_equity" DOUBLE
);
CREATE TABLE stock_code_info (
"ticker" VARCHAR,
"abbreviated_name" VARCHAR
);
Anyone who has the link will be able to view this.