Baselight

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

Loading...
Loading...

About this Dataset

Balance Sheet Of Chinese Companies (2006-2022)

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.

Tables

Financial Statement

@kaggle.wentinglu_structured_chinese_company_balance_sheet.financial_statement
  • 18.8 MB
  • 196488 rows
  • 13 columns
Loading...

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
);

Stock Code Info

@kaggle.wentinglu_structured_chinese_company_balance_sheet.stock_code_info
  • 81.44 KB
  • 4714 rows
  • 2 columns
Loading...

CREATE TABLE stock_code_info (
  "ticker" VARCHAR,
  "abbreviated_name" VARCHAR
);

Share link

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