eurusds: Returns the historical price of 1 USD in EUR

Description Usage Arguments Value Examples

Description

Returns the historical price of 1 USD in EUR

Usage

1
eurusds(date_from, date_to, decimals = 3)

Arguments

date_from

first date of the examined period

date_to

last date of the examined period

decimals

precision of rounding in decimals

Value

integer

Examples

1
2
eurusds('2019-01-01', '2019-02-01')
eurusds('2019-01-01', '2019-02-01', 5)

molnardan95/exchangeratesr documentation built on June 13, 2019, 7:48 a.m.