I have following dataset for Quandl
Using same API key for both WLab6 and Wlab7, I see way less tickers populated in Wlab 7. Is there a way to enable additional logging?
CODE:
CHRIS/CME_AD1 CHRIS/CME_AD2 CHRIS/CME_BB1 CHRIS/CME_BB2 CHRIS/CME_BO1 CHRIS/CME_BO2 CHRIS/CME_BP1 CHRIS/CME_BP2 CHRIS/CME_BR1 CHRIS/CME_BR2 CHRIS/CME_C1 CHRIS/CME_C2 CHRIS/CME_CD1 CHRIS/CME_CD2 CHRIS/CME_CL1 CHRIS/CME_CL2 CHRIS/CME_E71 CHRIS/CME_E72 CHRIS/CME_EC1 CHRIS/CME_EC2 CHRIS/CME_ES1 CHRIS/CME_ES2 CHRIS/CME_FC1 CHRIS/CME_FC2 CHRIS/CME_GC1 CHRIS/CME_GC2 CHRIS/CME_HO1 CHRIS/CME_HO2 CHRIS/CME_J71 CHRIS/CME_J72 CHRIS/CME_JY1 CHRIS/CME_JY2 CHRIS/CME_LC1 CHRIS/CME_LC2 CHRIS/CME_LN1 CHRIS/CME_LN2 CHRIS/CME_M6B1 CHRIS/CME_M6B2 CHRIS/CME_M6E1 CHRIS/CME_M6E2 CHRIS/CME_MD1 CHRIS/CME_MD2 CHRIS/CME_MP1 CHRIS/CME_MP2 CHRIS/CME_NG1 CHRIS/CME_NG2 CHRIS/CME_NQ1 CHRIS/CME_NQ2 CHRIS/CME_O1 CHRIS/CME_O2 CHRIS/CME_QG1 CHRIS/CME_QG2 CHRIS/CME_QM1 CHRIS/CME_QM2 CHRIS/CME_RA1 CHRIS/CME_RA2 CHRIS/CME_RB1 CHRIS/CME_RB2 CHRIS/CME_RF1 CHRIS/CME_RF2 CHRIS/CME_RR1 CHRIS/CME_RR2 CHRIS/CME_RU1 CHRIS/CME_RU2 CHRIS/CME_S1 CHRIS/CME_S2 CHRIS/CME_SF1 CHRIS/CME_SF2 CHRIS/CME_SM1 CHRIS/CME_SM2 CHRIS/CME_W1 CHRIS/CME_W2 CHRIS/CME_YC1 CHRIS/CME_YC2 CHRIS/CME_YK1 CHRIS/CME_YK2 CHRIS/CME_YM1 CHRIS/CME_YM2 CHRIS/EUREX_F2MX1 CHRIS/EUREX_F2MX2 CHRIS/EUREX_FDAX1 CHRIS/EUREX_FDAX2 CHRIS/EUREX_FESX1 CHRIS/EUREX_FESX2 CHRIS/EUREX_FSTX1 CHRIS/EUREX_FSTX2 CHRIS/ICE_CC1 CHRIS/ICE_CC2 CHRIS/ICE_CT1 CHRIS/ICE_CT2 CHRIS/ICE_DX1 CHRIS/ICE_DX2 CHRIS/ICE_IBO1 CHRIS/ICE_IBO2 CHRIS/ICE_ICN1 CHRIS/ICE_ICN2 CHRIS/ICE_IS1 CHRIS/ICE_IS2 CHRIS/ICE_ISM1 CHRIS/ICE_ISM2 CHRIS/ICE_IW1 CHRIS/ICE_IW2 CHRIS/ICE_KC1 CHRIS/ICE_KC2 CHRIS/ICE_KRU1 CHRIS/ICE_KRU2 CHRIS/ICE_N1 CHRIS/ICE_N2 CHRIS/ICE_OJ1 CHRIS/ICE_OJ2 CHRIS/ICE_SB1 CHRIS/ICE_SB2 CHRIS/LIFFE_Z1 CHRIS/LIFFE_Z2
Using same API key for both WLab6 and Wlab7, I see way less tickers populated in Wlab 7. Is there a way to enable additional logging?
Rename
This is a throttling issue, thanks for bringing it up.
I tried one ticker CHRIS/CME_AD1 and it returns data for me when requesting a chart. Retrying the DataSet update several times has updated it finally. The DataSet only contains free symbols with stalled history so you can use multiple retries as a workaround. Most interesting data points are provided by Nasdaq (ex-Quandl) on subscription basis.
The WL6 provider uses some logic to throttle data requests which would make it significantly more complex to port because Wealth-Lab 7 was born multi-threaded. The interim solution for Data Extensions Build 15 will be making it single-threaded. Once released that's going to slow things down visiblyat the price of satisfying 100% data requests without misses:

If there is considerable demand to justify the development effort we could look into parallelizing the Quandl provider's bulk update only in future. It won't speed up Update DataSet, though.
I tried one ticker CHRIS/CME_AD1 and it returns data for me when requesting a chart. Retrying the DataSet update several times has updated it finally. The DataSet only contains free symbols with stalled history so you can use multiple retries as a workaround. Most interesting data points are provided by Nasdaq (ex-Quandl) on subscription basis.
The WL6 provider uses some logic to throttle data requests which would make it significantly more complex to port because Wealth-Lab 7 was born multi-threaded. The interim solution for Data Extensions Build 15 will be making it single-threaded. Once released that's going to slow things down visiblyat the price of satisfying 100% data requests without misses:
If there is considerable demand to justify the development effort we could look into parallelizing the Quandl provider's bulk update only in future. It won't speed up Update DataSet, though.
Your Response
Post
Edit Post
Login is required