Baselight

Chinese Macroeconomic Data (2005 - 2022)

Macroeconomic data used to perform economic or market analysis on Chinese market

@kaggle.franciscofeng_chinese_macroeconomic_data_20052022

Chinese Macro Data
@kaggle.franciscofeng_chinese_macroeconomic_data_20052022.chinese_macro_data

  • 57.54 KB
  • 255 rows
  • 33 columns
date

Date

cpi

Cpi

ppi

Ppi

fdi

Fdi

total_index

Total Index

agricultural_index

Agricultural Index

mineral_index

Mineral Index

fuel_electric_index

Fuel Electric Index

gdp

Gdp

export

Export %

import

Import %

pmi

Pmi

lpi_index

LPI Index

new_financial_credit

New Financial Credit

consumer_confidence_index

Consumer Confidence Index

total_retail_sales

Total Retail Sales

foreign_reserve

Foreign Reserve

money_supply

Money Supply

issuance_of_inv_prod

Issuance Of Inv Prod

insurance_income

Insurance Income

domestic_phone_sales

Domestic Phone Sales

consumption_index_national

Consumption Index (national)

consumption_index_city

Consumption Index (city)

consumption_index_rural

Consumption Index (rural)

inv_in_fixed_asset

Inv In Fixed Asset

total_export

Total Export

total_import

Total Import

fiscal_revenue

Fiscal Revenue

forex_loan

Forex Loan

deposit_in_currency

Deposit In Currency

net_currency_inj

Net Currency Inj

large_bank_reserve_ratio

Large Bank Reserve Ratio

small_bank_reserve_ratio

Small Bank Reserve Ratio

Sat Jan 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2.47.1104.67106.22115.83115.8332.724.6593117246.68-480
Tue Feb 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1.95.8104.82107.92111.23118.8342.123.954.7245512427.64-1030
Tue Mar 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)45.4103.48103.68110.28119.4730-554.55211241544.37-1900
Fri Apr 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2.75.6102.81101.45109.44120.5732.718.657.95513778977.81-1820
Sun May 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1.85.8103.16100.88110.27122.5331.816.256.72816248657.71-1000
Wed Jun 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1.85.9103.01100.3111.59122.8230.31552.95820082949.37-1300
Fri Jul 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1.65.2102.72100.23110.98123.5730.515.151.75822259891.14-740
Mon Aug 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1.85.2102.1399.59110.84123.2328.612.451.17124604393.59-930
Thu Sep 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1.35.3101.4398.83109.18121.3233.223.552.66527773271.01-780
Sat Oct 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)0.94.5100.9398.32106.42120.7725.823.555.18430372843.96-1370

CREATE TABLE chinese_macro_data (
  "date" TIMESTAMP,
  "cpi" DOUBLE,
  "ppi" DOUBLE,
  "fdi" DOUBLE,
  "total_index" DOUBLE,
  "agricultural_index" DOUBLE,
  "mineral_index" DOUBLE,
  "fuel_electric_index" DOUBLE,
  "gdp" DOUBLE,
  "export" DOUBLE,
  "import" DOUBLE,
  "pmi" DOUBLE,
  "lpi_index" DOUBLE,
  "new_financial_credit" DOUBLE,
  "consumer_confidence_index" DOUBLE,
  "total_retail_sales" DOUBLE,
  "foreign_reserve" DOUBLE,
  "money_supply" DOUBLE,
  "issuance_of_inv_prod" DOUBLE,
  "insurance_income" DOUBLE,
  "domestic_phone_sales" DOUBLE,
  "consumption_index_national" DOUBLE,
  "consumption_index_city" DOUBLE,
  "consumption_index_rural" DOUBLE,
  "inv_in_fixed_asset" DOUBLE,
  "total_export" DOUBLE,
  "total_import" DOUBLE,
  "fiscal_revenue" DOUBLE,
  "forex_loan" DOUBLE,
  "deposit_in_currency" DOUBLE,
  "net_currency_inj" DOUBLE,
  "large_bank_reserve_ratio" DOUBLE,
  "small_bank_reserve_ratio" DOUBLE
);

Share link

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