get_brazil_rates {BrazilDataAPI}R Documentation

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()

Value

A tibble with the following columns:

See Also

GET, fromJSON, as_tibble

Examples

## Not run: 
taxas <- get_brazil_rates()
print(taxas)

## End(Not run)


[Package BrazilDataAPI version 0.1.0 Index]