npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

bancos-brasileiros

v6.2.115

Published

A JSON list of Brazilian commercial banks

Readme

Bancos Brasileiros

[!Important]

Para a versão em Português (PT_BR) do README.md, siga me por favor.


📖 Overview

Bancos Brasileiros is a comprehensive database containing information on over 400 registered Brazilian financial institutions. The data is automatically updated daily from official sources using our MergeTool.

📊 Available Data Formats

The database is available in multiple formats to suit your needs:

  • CSV - For spreadsheet applications and data analysis
  • JSON - For web applications and APIs
  • Markdown - For documentation and GitHub projects
  • SQL - For database implementations
  • XML - For legacy systems and specific applications

🏛️ Data Schema

Each entry in the database contains the following information:

| Field | Description | Format | |:------|:------------|:-------| | COMPE | Bank code (Clearing System) | 3 digits | | ISPB | Brazilian Payment System ID | 8 digits | | Document | CNPJ (Company Registration) | 14 numbers or 18 digits (formatted) | | LongName | Official institution name | As registered with BACEN/STR | | ShortName | Abbreviated name | As registered with BACEN/STR | | Network | Connection network type | RSFN, Internet, or null | | Type | Institution type | commercial, multiple, savings, or null | | PixType | PIX/SPI participation type | DRCT (Direct), INDR (Indirect), or null | | Charge | Supports charge operations | true, false, or null | | CreditDocument | Supports TED operations | true, false, or null | | LegalCheque | "Cheque Legal" participation | true or false | | DetectaFlow | "Detecta Flow" participation | true or false | | PCR | "PCR" participation | true or false | | PCRP | "PCRP" participation | true or false | | SalaryPortability | Salary portability support | "Banco folha e Destinatário" (both), "Destinatário" (receive only), or null | | Products | Offered financial products | List in Portuguese | | Url | Official website | URL format | | DateOperationStarted | Commercial operations start date | Date format | | DatePixStarted | PIX operations start date | Date format (PIX participants only) | | DateRegistered | Database entry creation date | Date format | | DateUpdated | Database entry last update | Date format |

🛠️ Schema Files & Class Definitions

Schema Files

Ready-to-use schema definitions are available in the schemas folder:

Class Definitions

Use our pre-built class definitions in various programming languages:

| Language | File | Badge | |:---------|:-----|:--| | C# | Bank.cs | | | Dart | bank.dart | | | Go | bank.go | | | Java | Bank.java | | | JavaScript | bank.js | | | Kotlin | Bank.kt | | | PHP | Bank.php | | | Python | bank.py | | | Rust | bank.rs | | | TypeScript | bank.ts | |

📝 Implementation Examples

Practical implementation examples are available in the examples folder:

| Technology | Directory | Badge | |:-----------|:----------|:--| | Dart | /examples/dart/ | | | .NET/C# | /examples/dotnet/ | | | EmberJS | /examples/emberjs/ | | | PHP | /examples/php/ | |

[!Tip] Need an example for a specific language or framework? Open an issue requesting it!

📦 Package Manager Integrations

Rust Crates (Cargo)

Crates.io

[dependencies]
bancos_brasileiros = "5.0.0"

Node.js (NPM)

npm npm

npm i bancos-brasileiros

.NET (NuGet)

BancosBrasileiros NuGet Version BancosBrasileiros NuGet Downloads

dotnet add package BancosBrasileiros

PHP (Packagist)

BancosBrasileiros Packagist Version BancosBrasileiros Packagist Downloads

composer require guibranco/bancos-brasileiros

📚 Financial System Acronyms

Understanding the Brazilian financial system terminology:

🔄 Updates & Data Quality

The database is automatically updated daily using our MergeTool that collects information from official sources.

[!Warning]

Found missing or incorrect data? Please open an issue

📜 Changelog

View our complete changelog for detailed update history.

👨‍💻 Contributors

🤖 Bots