Questions tagged [sdmx]

Exchange of Statistical Data and Associated Information

Learn how to extract information from the Australian Bureau of Statistics by utilizing pandasmdx

Has anyone successfully retrieved ABS data using the pandasdmx library? Below is an example code that retrieves data from the European Central Bank (ECB) and works as expected. from pandasdmx import Request ecb = Request('ECB') flow_response ...