Learn R Programming

BrazilDataAPI (version 0.1.0)

get_brazil_rates: Get Official Interest Rates and Indexes from Brazil

Description

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

Usage

get_brazil_rates()

Arguments

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

Run this code
if (FALSE) {
taxas <- get_brazil_rates()
print(taxas)
}

Run the code above in your browser using DataLab