if sidebar_radio_data_src == "data_src: yahoo.com":
if sidebar_radio_strategy == "AssetClass_Country_Sector_D_fr_20140101_to_t":
# df_USD_SGD = yhapi.yhapi_dh('SGD=x', dt_start, dt_end)
dfx_R_US_Govt_01_03y = yhapi.yhapi_dh('SHY', dt_start, dt_end, "D")
dfx_R_US_Govt_03_07y = yhapi.yhapi_dh('IEI', dt_start, dt_end, "D")
dfx_R_US_Govt_07_10y = yhapi.yhapi_dh('IEF', dt_start, dt_end, "D")
dfx_R_US_Govt_10_20y = yhapi.yhapi_dh('TLH', dt_start, dt_end, "D")
dfx_R_US_Govt_20y = yhapi.yhapi_dh('TLT', dt_start, dt_end, "D")
dfx_E_US_All_SPY = yhapi.yhapi_dh('SPY', dt_start, dt_end, "D")
dfx_E_US_Tech_QQQ = yhapi.yhapi_dh('QQQ', dt_start, dt_end, "D")
dfx_C_US_GSG = yhapi.yhapi_dh('GSG', dt_start, dt_end, "D")
dfx_C_US_GLD = yhapi.yhapi_dh('GLD', dt_start, dt_end, "D")
dfx_C_US_GLD_Fut = yhapi.yhapi_dh('GC=F', dt_start, dt_end, "D")
dfx_C_US_GLD_ETF = yhapi.yhapi_dh('GLD', dt_start, dt_end, "D")
dfx_C_US_Energy = yhapi.yhapi_dh('XLE', dt_start, dt_end, "D")
dfx_C_US_Energy_ETF = yhapi.yhapi_dh('XLE', dt_start, dt_end, "D")
dfx_D_US_BTC = yhapi.yhapi_dh('BTC-USD', dt_start, dt_end, "D")
dfx_D_US_BTC_Fut = yhapi.yhapi_dh('BTC=F', dt_start, dt_end, "D")
dfx_D_US_BTC_ETF = yhapi.yhapi_dh('IBIT', dt_start, dt_end, "D")