Chinese Macroeconomic Data (2005 - 2022)
Macroeconomic data used to perform economic or market analysis on Chinese market
@kaggle.franciscofeng_chinese_macroeconomic_data_20052022
Macroeconomic data used to perform economic or market analysis on Chinese market
@kaggle.franciscofeng_chinese_macroeconomic_data_20052022
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
);
Anyone who has the link will be able to view this.