50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

RJSDMX (version 1.3)

getSDMX: Extract a list of time series

Description

This function is used to extract a list of time series identified by the parameters provided in input.

Usage

getSDMX(provider, id, start, end)

Arguments

provider
the name of the provider
id
the identifier of the time series
start
the start time - optional
end
the end time - optional

Examples

Run this code
# not run
# get single time series: EXR.A.USD.EUR.SP00.A (alternatively: EXR/A+M.USD.EUR.SP00.A)
# my_ts=getSDMX('ECB','EXR.A.USD.EUR.SP00.A')
# get monthly and annual frequency: 'EXR.A|M.USD.EUR.SP00.A' (alternatively: EXR/A+M.USD.EUR.SP00.A)
# my_ts=getSDMX('ECB','EXR.A|M.USD.EUR.SP00.A')
# get all available frequencies: 'EXR.*.USD.EUR.SP00.A' (alternatively: EXR/.USD.EUR.SP00.A)
# my_ts=getSDMX('ECB','EXR.*.USD.EUR.SP00.A')

Run the code above in your browser using DataLab