
Get Official Interest Rates and Indexes from Brazil
Source:R/get_brazil_rates.R
get_brazil_rates.Rd
This function retrieves official interest rates and indexes from the BrazilAPI endpoint: `https://brasilapi.com.br/api/taxas/v1`.
Value
A tibble with the following columns:
nome
: Name or acronym of the rate/index.valor
: Current value of the rate/index.
Examples
if (FALSE) { # \dontrun{
taxas <- get_brazil_rates()
print(taxas)
} # }