Learn R Programming

BrazilDataAPI (version 0.1.0)

get_brazil_banks: Get List of Banks in Brazil

Description

This function retrieves the list of all banks in Brazil from the BrasilAPI endpoint: `https://brasilapi.com.br/api/banks/v1`. The response includes key details such as bank code, name, and ISPB (identificador do sistema de pagamentos).

Usage

get_brazil_banks()

Arguments

Value

A tibble (data frame) with the following columns:

  • code: Bank code (integer).

  • name: Short name of the bank.

  • fullName: Full registered name of the bank.

  • ispb: ISPB code (Identificador do Sistema de Pagamentos Brasileiros).

See Also

Examples

Run this code
if (FALSE) {
banks <- get_brazil_banks()
head(banks)
}

Run the code above in your browser using DataLab