Skip to contents

This function retrieves official interest rates and indexes from the BrazilAPI endpoint: `https://brasilapi.com.br/api/taxas/v1`.

Usage

get_brazil_rates()

Value

A tibble with the following columns:

  • nome: Name or acronym of the rate/index.

  • valor: Current value of the rate/index.

See also

Examples

if (FALSE) { # \dontrun{
taxas <- get_brazil_rates()
print(taxas)
} # }