bb_series {bbk}R Documentation

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

Description

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

Usage

bb_series(key)

Arguments

key

character(1) key to query.

Value

A data.frame() with the requested data. The columns are:

date

The date of the observation

value

The value of the observation

key

The time series key

title

The title of the dataflow

frequency

The frequency of the observation

category

The category of the observation

unit

The unit of the observation

unit_multiplier

The unit multiplier of the observation

last_update

The last update date

source

The source of the data

comment

A comment on the data

References

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

See Also

Other data: bb_data()

Examples


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


[Package bbk version 0.2.0 Index]