Skip to content
Discussion options

You must be logged in to vote

Hi @lz1nwm , this is the correct query:

getTimeSeriesTable2(provider='OECD_SDMXV3', dataflow = 'DSD_EO@DF_EO', key = '*.CB.A')

the dataflow id is DSD_EO@DF_EO , the connectors manage the agency (OECD.ECO.MAD) and version automatically, so they do not have to be provided.

You may also want to try the new filter based query style:

getTimeSeries2(provider='OECD_SDMXV3', dataflow='DSD_EO@DF_EO', filter='c[MEASURE]=CB&c[FREQ]=A');

Both query types take a while to complete (13k time series)

Best, Attilio

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@lz1nwm
Comment options

Answer selected by lz1nwm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants