Skip to contents

Gets all currency values

Usage

get_all_currencies(date)

Arguments

date

reference date

Value

A data.frame with all currency values from the given date. The currency rates come quoted in BRL.

Examples

if (FALSE) {
get_all_currencies("2017-03-10")
}