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

TerenceLau 2021-06-10 12:57:46 +08:00
parent 7aa24f3fc9
commit 6b18927e63
1 changed files with 15 additions and 15 deletions

@ -14,19 +14,19 @@ ig_monthly = cn.ig_monthly(): # China's Industry Growth (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)
trscg_monthly = cn.trscg_monthly() # China Total Retail Sales of Consumer Goods (monthly)
ms_monthly = cn. ms_monthly(): # China Monetary Supply (monthly)
ie_monthly = cn.ie_monthly(): # China Import & Export (monthly)
stock_monthly = cn.stock_monthly(): # China (SH & SZ) Stock Trading Statistics (monthly)
fgr_monthly = cn.fgr_monthly(): # China Forex and Gold Reserve (monthly)
ctsf_monthly = cn.ctsf_monthly(): # China Client Transaction Settlement Funds (monthly)
sao_monthly = cn.sao_monthly(): # China (SH & SZ) Stock Account Overview (monthly)
fdi_monthly = cn.fdi_monthly(): # China Foreign Direct Investment (monthly)
gr_monthly = cn.gr_monthly(): # China Government Revenue (monthly)
ti_monthly = cn.ti_monthly(): # China Tax Income (monthly)
nl_monthly = cn.nl_monthly(): # China New Loan (monthly)
dfclc_monthly = cn.dfclc_monthly(): # China Deposit of Foreign Currency and Local Currency (monthly)
fl_monthly = cn.fl_monthly(): # China Forex Loan (monthly)
drr_monthly = cn.drr_monthly(): # China Deposit Reserve Ratio (monthly)
interest_monthly = cn.interest_monthly(): # China Interest (monthly)
gdc_daily = cn.gdc_daily(): # China gasoline, Diesel and Crude Oil
ms_monthly = cn. ms_monthly() # China Monetary Supply (monthly)
ie_monthly = cn.ie_monthly() # China Import & Export (monthly)
stock_monthly = cn.stock_monthly() # China (SH & SZ) Stock Trading Statistics (monthly)
fgr_monthly = cn.fgr_monthly() # China Forex and Gold Reserve (monthly)
ctsf_monthly = cn.ctsf_monthly() # China Client Transaction Settlement Funds (monthly)
sao_monthly = cn.sao_monthly() # China (SH & SZ) Stock Account Overview (monthly)
fdi_monthly = cn.fdi_monthly() # China Foreign Direct Investment (monthly)
gr_monthly = cn.gr_monthly() # China Government Revenue (monthly)
ti_monthly = cn.ti_monthly() # China Tax Income (monthly)
nl_monthly = cn.nl_monthly() # China New Loan (monthly)
dfclc_monthly = cn.dfclc_monthly() # China Deposit of Foreign Currency and Local Currency (monthly)
fl_monthly = cn.fl_monthly() # China Forex Loan (monthly)
drr_monthly = cn.drr_monthly() # China Deposit Reserve Ratio (monthly)
interest_monthly = cn.interest_monthly() # China Interest (monthly)
gdc_daily = cn.gdc_daily() # China gasoline, Diesel and Crude Oil
```