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

TerenceLau 2021-07-08 09:21:18 +08:00
parent 3404522d7c
commit f589331fdc
1 changed files with 3 additions and 0 deletions

@ -29,4 +29,7 @@ fl_monthly = cn.fl_monthly() # China Forex Loan (monthly)
drr_monthly = cn.drr_monthly() # China Deposit Reserve Ratio (monthly) drr_monthly = cn.drr_monthly() # China Deposit Reserve Ratio (monthly)
interest_monthly = cn.interest_monthly() # China Interest (monthly) interest_monthly = cn.interest_monthly() # China Interest (monthly)
gdc_daily = cn.gdc_daily() # China gasoline, Diesel and Crude Oil gdc_daily = cn.gdc_daily() # China gasoline, Diesel and Crude Oil
cn_epu_monthly = cn.CN_EPU_Monthly() # Mainland China Economic Policy Uncertainty (monthly)
cn_epu_daily = cn.CN_EPU_Daily() # Mainland China Economic Policy Uncertainty (daily)
cn_policy_specific_epu = cn.Policy_Specific_EPU() # Mainland China Policy Specific EPU
``` ```