Given the recent (major) changes in the OECD API access and that DBNOMICS OECD datasets (eg MEI, QNA, EO) seem no longer seem to be updated since Autumn 2024, is that the END of OECD dataset availability via DBNOMICS ?. I have several .ipynb that extract OECD data via DBNOMICS - are these all now redundant ? Apols. if I missed any historical announcements on this - grateful for any latest news/updates.
Most kind
1 Like
Hi there,
I think I’m experiencing an issue similar to yours. I was using the rdbnomics
package to extract the OECD EO data automatically using R, and just using “EO” as the dataset code would always return the latest version. However, for some time now, it has been returning an outdated version from 2024.
From what I can tell, the data is available though you would need to use “DSD_EO@DF_EO” instead of just “EO”. For me, changing this in my R code partially solved the issue and I was able to get the latest data as they appear on the website, though I wasn’t able to extract the whole dataset as I could before, just a few time series. Hope this helps.