Baselight

Chinese Companies' Cash Flow

Cash Flow of Chinese publicly traded stocks

@kaggle.franciscofeng_chinese_companies_cash_flow

Cash Flow
@kaggle.franciscofeng_chinese_companies_cash_flow.cash_flow

  • 14.34 MB
  • 203331 rows
  • 10 columns
date

Date

ticker

Ticker

net_cash_flow_net_cash_flow

Net Cash Flow-net Cash Flow

net_cash_flow_growth

Net Cash Flow Growth

operating_cash_flow_net_operating_cash_flow

Operating Cash Flow-net Operating Cash Flow

operating_cash_flow_cash_flow_ratio

Operating Cash Flow-cash Flow Ratio

investment_cash_flow_net_investment_cash_flow

Investment Cash Flow-net Investment Cash Flow

investment_cash_flow_cash_flow_ratio

Investment Cash Flow-cash Flow Ratio

cash_flow_from_financing_net_cash_flow

Cash Flow From Financing-net Cash Flow

cash_flow_from_financing_cash_flow_ratio

Cash Flow From Financing-cash Flow Ratio

Sat May 14 2022 00:00:00 GMT+0000 (Coordinated Universal Time)sh688235-330656000-113.1237487716-1961086000-593.08949482241790489000541.4959958386-156293000-47.2675529856
Fri May 13 2022 00:00:00 GMT+0000 (Coordinated Universal Time)sh688981-15868735000-216.12134210281041379000065.6245756199-27093630000-170.73591562288871870005.590785907
Thu May 12 2022 00:00:00 GMT+0000 (Coordinated Universal Time)sh603185960061213.54273.8216132368652560233.3567.9706902171-2122044067.11-221.03216307282429548287.85253.0618103914
Thu May 12 2022 00:00:00 GMT+0000 (Coordinated Universal Time)sh600679-209031635.65-576.783602978-17418703.22-8.3330464146-139616004.3-66.7918058747-52042737.3-24.8970626566
Tue May 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)sz002765210174068.3920.427028176158051138.4575.2001137573-41935748.83-19.952865341294478542.9844.9525213763
Tue May 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)sz002291-452595299.58-938.0947800438-22817008.03-5.0413709668-409527646.48-90.4842906809-20256585.66-4.4756509135
Sat May 07 2022 00:00:00 GMT+0000 (Coordinated Universal Time)sz002726673732163.941268.1891767477612923238.8790.9743176406-161361169.15-23.9503437399222221874.5732.9837116979
Fri May 06 2022 00:00:00 GMT+0000 (Coordinated Universal Time)sh6882701531168551.3416190.6385633563-2489239.11-0.1625712014-668192.12-0.04363935761534325982.57100.2062105591
Fri May 06 2022 00:00:00 GMT+0000 (Coordinated Universal Time)sh605555-457656297.53-574.2079545741198179881.3743.3032130093-578998921.99-126.513919969-76687620.36-16.7565967679
Fri May 06 2022 00:00:00 GMT+0000 (Coordinated Universal Time)sh60387849979580.6943.6956417385-63541906.56-127.1357335991115835751.15231.7661523983-2314263.9-4.6304187991

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

Share link

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