Baselight

China Tech-Giant Stock Data In HK Market (2022)

2022年中国港股市场科技巨头的股票交易情况

@kaggle.liqiang2022_china_techgiant_stock_data_in_hk_market_2022

Loading...
Loading...

About this Dataset

China Tech-Giant Stock Data In HK Market (2022)

China's TikTok is rapidly taking over the market worldwide, and as an internet powerhouse, we should have a better understanding of Chinese tech companies' stocks and be able to predict the price movement of their shares. Not only will this help us understand China, but it will also benefit individual investments.

This article collects information on the stocks of representative technology companies in the Hong Kong financial market in 2022, such as Alibaba, Tencent, Xiaomi and etc.

I have write a demo for your coding, you could do further on this dataset

Tables

China Tech Hk

@kaggle.liqiang2022_china_techgiant_stock_data_in_hk_market_2022.china_tech_hk
  • 125.12 KB
  • 2706 rows
  • 11 columns
Loading...

CREATE TABLE china_tech_hk (
  "ts_code" VARCHAR,
  "trade_date" BIGINT,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "pre_close" DOUBLE,
  "change" DOUBLE,
  "pct_chg" DOUBLE,
  "vol" DOUBLE,
  "amount" DOUBLE
);

Share link

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