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
This is a structured tabular data of key balance sheet info of all Chinese publicly traded companies on the Chinese stock market. The covered period is from Q2 2006 to Q2 2022. Users/Researchers can use this dataset to conduct research on fundamental analysis, market analysis, trading strategies, economics of China and etc.
I hope this organized dataset can help researchers conduct research more conveniently.
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.