powered by
This function retrieves official interest rates and indexes from the BrazilAPI endpoint: `https://brasilapi.com.br/api/taxas/v1`.
get_brazil_rates()
A tibble with the following columns:
nome: Name or acronym of the rate/index.
nome
valor: Current value of the rate/index.
valor
GET, fromJSON, as_tibble
GET
fromJSON
as_tibble
if (FALSE) { taxas <- get_brazil_rates() print(taxas) }
Run the code above in your browser using DataLab