Baselight

Chinese Companies' Cash Flow

Cash Flow of Chinese publicly traded stocks

@kaggle.franciscofeng_chinese_companies_cash_flow

Loading...
Loading...

About this Dataset

Chinese Companies' Cash Flow

Cash Flow of all Chinese companies that are publicly listed. These data can be used to estimate the health of these companies and therefore make good investment decisions or conducting research thereafter.

Tables

Cash Flow

@kaggle.franciscofeng_chinese_companies_cash_flow.cash_flow
  • 14.34 MB
  • 203331 rows
  • 10 columns
Loading...

CREATE TABLE cash_flow (
  "date" TIMESTAMP,
  "ticker" VARCHAR,
  "net_cash_flow_net_cash_flow" DOUBLE,
  "net_cash_flow_growth" DOUBLE,
  "operating_cash_flow_net_operating_cash_flow" DOUBLE,
  "operating_cash_flow_cash_flow_ratio" DOUBLE,
  "investment_cash_flow_net_investment_cash_flow" DOUBLE,
  "investment_cash_flow_cash_flow_ratio" DOUBLE,
  "cash_flow_from_financing_net_cash_flow" DOUBLE,
  "cash_flow_from_financing_cash_flow_ratio" DOUBLE
);

Map Ticker To Company

@kaggle.franciscofeng_chinese_companies_cash_flow.map_ticker_to_company
  • 79.57 KB
  • 4713 rows
  • 2 columns
Loading...

CREATE TABLE map_ticker_to_company (
  "ticker" VARCHAR,
  "company_name" VARCHAR
);

Share link

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