cbr_currency: Historical currency prices from Central Bank of Russia.

Description Usage Arguments Details Value Examples

Description

Historical currency prices from Central Bank of Russia.

Usage

1
cbr_currency(currency = "R01120", from = "1993-01-05", to = "2013-09-18")

Arguments

currency

internal Central Bank currency code starting with the letter 'R'

from

the first day of the time interval, character or Date

to

the last day of the time interval, character or Date

Details

Historical currency prices from Central Bank of Russia.

Value

data.frame with historical currency prices from cbr.ru

Examples

1
2
3
df <- cbr_currency(currency = 'R01120',
  from = '1993-01-05', to = '2013-01-09')
# 'R01120' --- Burundi frank :)

bdemeshev/cbr documentation built on May 12, 2019, 3:40 a.m.