cbr_rates: Get rates of Central Bank of Russian Federation

Description Usage Arguments Value Examples

View source: R/cbr_rates.R

Description

Get rates: Currency to 'RUB' by dates.

Usage

1

Arguments

code

ISO code of currency. By default, USD. You can specify one of sixty possible ISO codes.

start_date

By default, 7 days ago.

end_date

By default, today.

Value

Dataframe with date and Currency to 'RUB' to Currency rate.

Examples

1
2
3
4
5
# How many roubles costs of 1 American dollar during last week?
cbr_rates()

# Dynamic of cost rouble to 1 EUR in 2017
cbr_rates(code = 'EUR', '2017-01-01', '2017-12-31')

sergeymong/cbrRatesR documentation built on Feb. 23, 2020, 10:52 p.m.