Updated 3 Example: Macro Economic Indicator (China) (markdown)

TerenceLau 2021-06-10 13:08:44 +08:00
parent 6b18927e63
commit 3404522d7c
1 changed files with 4 additions and 4 deletions

@ -9,10 +9,10 @@ pmi_monthly = cn.pmi_monthly() # China's pmi (monthly)
fai_monthly = cn.fai_monthly() # China fix asset investment (monthly) fai_monthly = cn.fai_monthly() # China fix asset investment (monthly)
hi_old_monthly = cn.hi_old_monthly() # China house index old version (2008-2010) hi_old_monthly = cn.hi_old_monthly() # China house index old version (2008-2010)
hi_new_monthly = cn.hi_new_monthly("广州","深圳") # China house index new version (newly built commercial housing & second-hand commercial housing) (monthly) hi_new_monthly = cn.hi_new_monthly("广州","深圳") # China house index new version (newly built commercial housing & second-hand commercial housing) (monthly)
ci_eei_monthly = cn.ci_eei_monthly(): # China Macroeconomic Climate Index & Entrepreneur Expectation Index (monthly) ci_eei_monthly = cn.ci_eei_monthly() # China Macroeconomic Climate Index & Entrepreneur Expectation Index (monthly)
ig_monthly = cn.ig_monthly(): # China's Industry Growth (monthly) ig_monthly = cn.ig_monthly() # China's Industry Growth (monthly)
cgpi_monthly = cn.cgpi_monthly(): # China Corporate Goods Price Index (monthly) cgpi_monthly = cn.cgpi_monthly() # China Corporate Goods Price Index (monthly)
cci_csi_cei_monthly = cn.cci_csi_cei_monthly(): # China Consumer Confidence Index & Consumer Satisfaction Index & Consumer Expectation Index (monthly) cci_csi_cei_monthly = cn.cci_csi_cei_monthly() # China Consumer Confidence Index & Consumer Satisfaction Index & Consumer Expectation Index (monthly)
trscg_monthly = cn.trscg_monthly() # China Total Retail Sales of Consumer Goods (monthly) trscg_monthly = cn.trscg_monthly() # China Total Retail Sales of Consumer Goods (monthly)
ms_monthly = cn. ms_monthly() # China Monetary Supply (monthly) ms_monthly = cn. ms_monthly() # China Monetary Supply (monthly)
ie_monthly = cn.ie_monthly() # China Import & Export (monthly) ie_monthly = cn.ie_monthly() # China Import & Export (monthly)