bbk_series {bbk}R Documentation

Returns the Bundesbank time serie that is found with the specified time series key

Description

Returns the Bundesbank time serie that is found with the specified time series key

Usage

bbk_series(key)

Arguments

key

character(1) key to query.

Value

A data.frame() with the requested data.

Source

https://www.bundesbank.de/en/statistics/time-series-databases/help-for-sdmx-web-service/web-service-interface-data

See Also

bbk_data() for an endpoint with more options.

Other data: bbk_data(), ecb_data()

Examples


bbk_series("BBEX3.M.DKK.EUR.BB.AC.A01")
bbk_series("BBAF3.Q.F41.S121.DE.S1.W0.LE.N._X.B")
bbk_series("BBBK11.D.TTA000")


[Package bbk version 0.4.0 Index]