BancosBrasileiros 6.2.6

dotnet add package BancosBrasileiros --version 6.2.6
                    
NuGet\Install-Package BancosBrasileiros -Version 6.2.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BancosBrasileiros" Version="6.2.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BancosBrasileiros" Version="6.2.6" />
                    
Directory.Packages.props
<PackageReference Include="BancosBrasileiros" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BancosBrasileiros --version 6.2.6
                    
#r "nuget: BancosBrasileiros, 6.2.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=BancosBrasileiros&version=6.2.6
                    
Install BancosBrasileiros as a Cake Addin
#tool nuget:?package=BancosBrasileiros&version=6.2.6
                    
Install BancosBrasileiros as a Cake Tool

Bancos Brasileiros

<p align="center"> <img src="https://raw.githubusercontent.com/guibranco/BancosBrasileiros/main/logo.png" alt="Bancos Brasileiros logo" width="300"/> </p>

<p align="center"> 🇧🇷 🏦 📋 <strong>Comprehensive Brazilian Financial Institutions Database</strong> </p>

<p align="center"> <a href="https://ci.appveyor.com/project/guibranco/bancosbrasileiros"><img src="https://ci.appveyor.com/api/projects/status/f9sx7ux82epp8bd6?svg=true" alt="Build status"></a> <a href="https://github.com/guibranco/BancosBrasileiros/actions/workflows/daily-updates.yml"><img src="https://github.com/guibranco/BancosBrasileiros/actions/workflows/daily-updates.yml/badge.svg" alt="Daily updates"></a> <a href="https://github.com/guibranco/BancosBrasileiros/actions/workflows/link-checker.yml"><img src="https://github.com/guibranco/BancosBrasileiros/actions/workflows/link-checker.yml/badge.svg" alt="Link checker"></a> <a href="https://github.com/guibranco/BancosBrasileiros/"><img src="https://img.shields.io/github/last-commit/guibranco/BancosBrasileiros" alt="GitHub last commit"></a> <a href="https://github.com/guibranco/BancosBrasileiros/"><img src="https://img.shields.io/github/license/guibranco/BancosBrasileiros" alt="GitHub license"></a> <a href="https://wakatime.com/badge/github/guibranco/BancosBrasileiros"><img src="https://wakatime.com/badge/github/guibranco/BancosBrasileiros.svg" alt="time tracker"></a> </p>

<p align="center"> <a href="https://codeclimate.com/github/guibranco/BancosBrasileiros/maintainability"><img src="https://api.codeclimate.com/v1/badges/2dfea6fc7a71e09ea7da/maintainability" alt="Maintainability"></a> <a href="https://www.codefactor.io/repository/github/guibranco/BancosBrasileiros"><img src="https://www.codefactor.io/repository/github/guibranco/BancosBrasileiros/badge" alt="CodeFactor"></a> <a href="https://codebeat.co/projects/github-com-guibranco-bancosbrasileiros-main"><img src="https://codebeat.co/badges/6ca48409-5cda-48b2-844e-9248c2416865" alt="codebeat badge"></a> <a href="https://snyk.io/test/github/guibranco/BancosBrasileiros"><img src="https://snyk.io/test/github/guibranco/BancosBrasileiros/badge.svg?style=plastic" alt="Known Vulnerabilities"></a> <a href="https://github.com/guibranco/bancosbrasileiros/issues"><img src="https://img.shields.io/github/issues/guibranco/bancosbrasileiros" alt="GitHub issues"></a> </p>

[!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:

<div align="center">

Language File Badge
C# Bank.cs <img alt="C Sharp" src="https://img.shields.io/badge/-C_Sharp-239120?style=flat-square&logo=dotnet&logoColor=white" />
Dart bank.dart <img alt="Dart" src="https://img.shields.io/badge/-Dart-00C3B1?style=flat-square&logo=dart&logoColor=white" />
Go bank.go <img alt="Go" src="https://img.shields.io/badge/-Go-00ADD8?style=flat-square&logo=go&logoColor=white" />
Java Bank.java <img alt="Java" src="https://img.shields.io/badge/-Java-007396?style=flat-square&logo=OpenJDK&logoColor=white" />
JavaScript bank.js <img alt="JavaScript" src="https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=white" />
Kotlin Bank.kt <img alt="Kotlin" src="https://img.shields.io/badge/-Kotlin-0095D5?style=flat-square&logo=kotlin&logoColor=white" />
PHP Bank.php <img alt="PHP" src="https://img.shields.io/badge/-PHP-777BB4?style=flat-square&logo=php&logoColor=white" />
Python bank.py <img alt="Python" src="https://img.shields.io/badge/-Python-3776AB?style=flat-square&logo=python&logoColor=white" />
Rust bank.rs <img alt="Rust" src="https://img.shields.io/badge/-Rust-000000?style=flat-square&logo=rust&logoColor=white" />
TypeScript bank.ts <img alt="TypeScript" src="https://img.shields.io/badge/-TypeScript-3178C6?style=flat-square&logo=typescript&logoColor=white" />

</div>

📝 Implementation Examples

Practical implementation examples are available in the examples folder:

<div align="center">

Technology Directory Badge
Dart /examples/dart/ <img alt="Dart" src="https://img.shields.io/badge/-Dart-00C3B1?style=flat-square&logo=dart&logoColor=white" />
.NET/C# /examples/dotnet/ <img alt=".NET" src="https://img.shields.io/badge/-.NET-5C2D91?style=flat-square&logo=dotnet&logoColor=white" /><img alt="C Sharp" src="https://img.shields.io/badge/-C_Sharp-239120?style=flat-square&logo=dotnet&logoColor=white" />
EmberJS /examples/emberjs/ <img alt="Ember.js" src="https://img.shields.io/badge/-Emberjs-E04E39?style=flat-square&logo=ember.js&logoColor=white" />
PHP /examples/php/ <img alt="PHP" src="https://img.shields.io/badge/-PHP-777BB4?style=flat-square&logo=php&logoColor=white" />

</div>

[!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 = "0.1.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:

<table width="100%"><tr><th>ABBC</th><td> Brazilian Banks Association</td></tr><tr><th>BCB</th><td> Central Bank of Brazil (regulatory authority)(also known as BACEN or BC)</td></tr><tr><th>CIP</th><td> Interbank Payment Chamber</td></tr><tr><th>CNPJ</th><td> National Register of Legal Entities - RFB</td></tr><tr><th>COMPE</th><td> Check and Other Papers Compensation System</td></tr><tr><th>CTC</th><td> Credit Transfer Center</td></tr><tr><th>CPF</th><td> Individual Taxpayer Registry - RFB</td></tr><tr><th>CVM</th><td> Securities and Exchange Commission</td></tr><tr><th>FEBRABAN</th><td> Brazilian Federation of Banks</td></tr><tr><th>ISPB</th><td> SPB identification</td></tr><tr><th>PCPS</th><td> Centralized Salary Portability Platform</td></tr><tr><th>PCR</th><td> Centralized Receivables Platform</td></tr><tr><th>PIX</th><td> Brazilian Instant Payments</td></tr><tr><th>RFB</th><td> Federal Revenue Service of Brazil</td></tr><tr><th>RSFN</th><td> National Financial System Network</td></tr><tr><th>SFN</th><td> National Financial System</td></tr><tr><th>SLC</th><td> Card Settlement Service</td></tr><tr><th>SILOC</th><td> Deferred Settlement System for Interbank Transfers of Credit Orders</td></tr><tr><th>SITRAF</th><td> Funds Transfer System</td></tr><tr><th>SPB</th><td> Brazilian Payment System</td></tr><tr><th>SPI</th><td> Instant Payment System</td></tr><tr><th>STR</th><td> Reserves Transfer System</td></tr></table>

🔄 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

<table> <tbody> <tr> <td align="center"> <a href="https://github.com/guibranco"> <img src="https://avatars.githubusercontent.com/u/3362854?v=4" width="100;" alt="guibranco"/> <br /> <sub><b>Guilherme Branco Stracini</b></sub> </a> </td> <td align="center"> <a href="https://github.com/raphaelcunha"> <img src="https://avatars.githubusercontent.com/u/3853552?v=4" width="100;" alt="raphaelcunha"/> <br /> <sub><b>Raphael Cunha</b></sub> </a> </td> <td align="center"> <a href="https://github.com/Baldini"> <img src="https://avatars.githubusercontent.com/u/8235570?v=4" width="100;" alt="Baldini"/> <br /> <sub><b>Guilherme Baldini</b></sub> </a> </td> <td align="center"> <a href="https://github.com/BrunoM90"> <img src="https://avatars.githubusercontent.com/u/152902220?v=4" width="100;" alt="BrunoM90"/> <br /> <sub><b>Null</b></sub> </a> </td> <td align="center"> <a href="https://github.com/sahalhes"> <img src="https://avatars.githubusercontent.com/u/146409442?v=4" width="100;" alt="sahalhes"/> <br /> <sub><b>E S Sahal Hussain</b></sub> </a> </td> <td align="center"> <a href="https://github.com/Erick-Bueno"> <img src="https://avatars.githubusercontent.com/u/101439440?v=4" width="100;" alt="Erick-Bueno"/> <br /> <sub><b>Erick Bueno</b></sub> </a> </td> </tr> <tr> <td align="center"> <a href="https://github.com/pferreirafabricio"> <img src="https://avatars.githubusercontent.com/u/42717522?v=4" width="100;" alt="pferreirafabricio"/> <br /> <sub><b>Fabrício Pinto Ferreira</b></sub> </a> </td> <td align="center"> <a href="https://github.com/Guillergood"> <img src="https://avatars.githubusercontent.com/u/16701917?v=4" width="100;" alt="Guillergood"/> <br /> <sub><b>Guillermo Bueno Vargas</b></sub> </a> </td> <td align="center"> <a href="https://github.com/iurisilvio"> <img src="https://avatars.githubusercontent.com/u/105852?v=4" width="100;" alt="iurisilvio"/> <br /> <sub><b>Iuri De Silvio</b></sub> </a> </td> <td align="center"> <a href="https://github.com/jesobreira"> <img src="https://avatars.githubusercontent.com/u/3002249?v=4" width="100;" alt="jesobreira"/> <br /> <sub><b>Jefrey Sobreira Santos</b></sub> </a> </td> <td align="center"> <a href="https://github.com/joaovaladares"> <img src="https://avatars.githubusercontent.com/u/42593399?v=4" width="100;" alt="joaovaladares"/> <br /> <sub><b>João V. Valadares</b></sub> </a> </td> <td align="center"> <a href="https://github.com/leogregianin"> <img src="https://avatars.githubusercontent.com/u/1684053?v=4" width="100;" alt="leogregianin"/> <br /> <sub><b>Leonardo Gregianin</b></sub> </a> </td> </tr> <tr> <td align="center"> <a href="https://github.com/MauriciDmarc"> <img src="https://avatars.githubusercontent.com/u/129069676?v=4" width="100;" alt="MauriciDmarc"/> <br /> <sub><b>Maurici Dmarco</b></sub> </a> </td> <td align="center"> <a href="https://github.com/rafaeldomi"> <img src="https://avatars.githubusercontent.com/u/135021?v=4" width="100;" alt="rafaeldomi"/> <br /> <sub><b>Rafael Domiciano</b></sub> </a> </td> <td align="center"> <a href="https://github.com/victorbrandaao"> <img src="https://avatars.githubusercontent.com/u/85573492?v=4" width="100;" alt="victorbrandaao"/> <br /> <sub><b>Victor Leonardo Brandão</b></sub> </a> </td> <td align="center"> <a href="https://github.com/AmolKumarGupta"> <img src="https://avatars.githubusercontent.com/u/88397611?v=4" width="100;" alt="AmolKumarGupta"/> <br /> <sub><b>Amol</b></sub> </a> </td> <td align="center"> <a href="https://github.com/luisccf"> <img src="https://avatars.githubusercontent.com/u/14101365?v=4" width="100;" alt="luisccf"/> <br /> <sub><b>Luis Carlos Cardoso</b></sub> </a> </td> <td align="center"> <a href="https://github.com/rodrigondec"> <img src="https://avatars.githubusercontent.com/u/3301060?v=4" width="100;" alt="rodrigondec"/> <br /> <sub><b>Rodrigo Castro</b></sub> </a> </td> </tr> <tr> <td align="center"> <a href="https://github.com/vduggen"> <img src="https://avatars.githubusercontent.com/u/53385727?v=4" width="100;" alt="vduggen"/> <br /> <sub><b>Vitor Duggen</b></sub> </a> </td> </tr> <tbody> </table>

🤖 Bots

<table> <tbody> <tr> <td align="center"> <a href="https://github.com/snyk-bot"> <img src="https://avatars.githubusercontent.com/u/19733683?v=4" width="100;" alt="snyk-bot"/> <br /> <sub><b>Snyk Bot</b></sub> </a> </td> <td align="center"> <a href="https://github.com/github-actions[bot]"> <img src="https://avatars.githubusercontent.com/in/15368?v=4" width="100;" alt="github-actions[bot]"/> <br /> <sub><b>github-actions[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/dependabot[bot]"> <img src="https://avatars.githubusercontent.com/in/29110?v=4" width="100;" alt="dependabot[bot]"/> <br /> <sub><b>dependabot[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/gitauto-ai[bot]"> <img src="https://avatars.githubusercontent.com/in/844909?v=4" width="100;" alt="gitauto-ai[bot]"/> <br /> <sub><b>gitauto-ai[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/gstraccini[bot]"> <img src="https://avatars.githubusercontent.com/in/480132?v=4" width="100;" alt="gstraccini[bot]"/> <br /> <sub><b>gstraccini[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/penify-dev[bot]"> <img src="https://avatars.githubusercontent.com/in/399279?v=4" width="100;" alt="penify-dev[bot]"/> <br /> <sub><b>penify-dev[bot]</b></sub> </a> </td> </tr> <tr> <td align="center"> <a href="https://github.com/stack-file[bot]"> <img src="https://avatars.githubusercontent.com/in/408123?v=4" width="100;" alt="stack-file[bot]"/> <br /> <sub><b>stack-file[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/codefactor-io[bot]"> <img src="https://avatars.githubusercontent.com/in/25603?v=4" width="100;" alt="codefactor-io[bot]"/> <br /> <sub><b>codefactor-io[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/deepsource-autofix[bot]"> <img src="https://avatars.githubusercontent.com/in/57168?v=4" width="100;" alt="deepsource-autofix[bot]"/> <br /> <sub><b>deepsource-autofix[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/deepsource-io[bot]"> <img src="https://avatars.githubusercontent.com/in/16372?v=4" width="100;" alt="deepsource-io[bot]"/> <br /> <sub><b>deepsource-io[bot]</b></sub> </a> </td> </tr> <tbody> </table>

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.2.6 0 4/29/2025
6.2.5 36 4/26/2025
6.2.3 47 4/26/2025
6.2.0 42 4/26/2025
6.1.103 50 4/26/2025
6.1.102 42 4/25/2025
6.1.101 149 4/23/2025
6.1.100 149 4/23/2025
6.1.99 158 4/22/2025
6.1.97 187 4/16/2025
6.1.96 92 4/12/2025
6.1.94 154 4/10/2025
6.1.93 147 4/9/2025
6.1.92 146 4/8/2025
6.1.91 146 4/7/2025
6.1.89 120 4/4/2025
6.1.88 158 4/2/2025
6.1.85 152 4/2/2025
6.1.84 139 4/1/2025
6.1.83 145 3/31/2025
6.1.82 124 3/27/2025
6.1.81 453 3/26/2025
6.1.80 453 3/24/2025
6.1.79 159 3/9/2025
6.1.77 148 3/9/2025
6.1.76 209 3/5/2025
6.1.75 113 3/2/2025
6.1.74 105 2/28/2025
6.1.73 99 2/27/2025
6.1.72 96 2/25/2025
6.1.71 88 2/24/2025
6.1.70 100 2/22/2025
6.1.69 97 2/21/2025
6.1.68 281 2/18/2025
6.1.67 99 2/17/2025
6.1.66 103 2/13/2025
6.1.65 93 2/13/2025
6.1.64 93 2/11/2025
6.1.63 104 2/10/2025
6.1.62 103 2/7/2025
6.1.61 109 2/4/2025
6.1.60 87 1/29/2025
6.1.59 94 1/28/2025
6.1.58 91 1/27/2025
6.1.57 90 1/27/2025
6.1.55 88 1/26/2025
6.1.54 93 1/25/2025
6.1.53 83 1/24/2025
6.1.52 87 1/22/2025
6.1.51 101 1/21/2025
6.1.50 101 1/21/2025
6.1.49 95 1/20/2025
6.1.48 87 1/19/2025
6.1.39 80 1/18/2025
6.1.38 90 1/16/2025
6.1.37 75 1/14/2025
6.1.36 96 1/11/2025
6.1.35 91 1/9/2025
6.1.34 91 1/9/2025
6.1.33 79 1/8/2025
6.1.32 83 1/7/2025
6.1.31 97 1/6/2025
6.1.30 121 1/4/2025
6.1.29 98 1/2/2025
6.1.28 115 12/31/2024
6.1.27 107 12/28/2024
6.1.26 104 12/26/2024
6.1.25 100 12/21/2024
6.1.23 99 12/21/2024
6.1.22 102 12/20/2024
6.1.21 102 12/19/2024
6.1.18 99 12/19/2024
6.1.12 95 12/19/2024
6.1.11 90 12/17/2024
6.1.10 127 12/12/2024
6.1.8 104 12/12/2024
6.1.6 103 12/6/2024
6.1.5 109 12/5/2024
6.1.4 235 11/29/2024
6.1.3 225 11/28/2024
6.1.2 104 11/22/2024
6.1.1 89 11/20/2024
6.0.102 96 11/17/2024
6.0.99 105 11/12/2024
6.0.98 97 11/5/2024
6.0.97 168 10/18/2024
6.0.96 101 10/16/2024
6.0.95 100 10/15/2024
6.0.94 97 10/10/2024
6.0.93 104 10/6/2024
6.0.92 102 10/4/2024
6.0.91 182 10/2/2024
6.0.90 100 10/2/2024
6.0.89 103 10/1/2024
6.0.88 96 9/30/2024
6.0.87 101 9/27/2024
6.0.86 107 9/26/2024
6.0.85 98 9/25/2024
6.0.84 113 9/24/2024
6.0.83 101 9/24/2024
6.0.82 105 9/22/2024
6.0.81 98 9/22/2024
6.0.80 104 9/19/2024
6.0.79 112 9/18/2024
6.0.78 107 9/17/2024
6.0.77 114 9/15/2024
6.0.76 113 9/14/2024
6.0.75 114 9/13/2024
6.0.72 106 9/13/2024
6.0.69 172 9/6/2024
6.0.68 125 9/5/2024
6.0.67 122 9/1/2024
6.0.65 114 8/31/2024
6.0.64 120 8/30/2024
6.0.63 113 8/29/2024
6.0.62 112 8/27/2024
6.0.61 126 8/24/2024
6.0.59 131 8/22/2024
6.0.56 129 8/19/2024
6.0.55 121 8/19/2024
6.0.54 124 8/19/2024
6.0.53 132 8/19/2024
6.0.52 138 8/14/2024
6.0.51 129 8/13/2024
6.0.50 121 8/9/2024
6.0.49 87 8/5/2024
6.0.48 92 8/4/2024
6.0.46 78 7/31/2024
6.0.45 76 7/31/2024
6.0.44 92 7/30/2024
6.0.43 92 7/28/2024
6.0.41 94 7/26/2024
6.0.40 98 7/26/2024
6.0.37 123 7/13/2024
6.0.36 99 7/12/2024
6.0.35 122 7/5/2024
6.0.34 124 7/3/2024
6.0.33 128 7/2/2024
6.0.32 122 7/1/2024
6.0.31 129 6/29/2024
6.0.30 119 6/25/2024
6.0.29 103 6/24/2024
6.0.28 123 6/21/2024
6.0.27 125 6/19/2024
6.0.26 122 6/19/2024
6.0.25 126 6/19/2024
6.0.23 121 6/19/2024
6.0.22 126 6/18/2024
6.0.21 117 6/18/2024
6.0.19 102 6/12/2024
6.0.18 106 6/11/2024
6.0.17 110 6/10/2024
6.0.16 120 6/8/2024
6.0.15 118 6/7/2024
6.0.14 111 6/5/2024
6.0.13 116 6/4/2024
6.0.12 124 5/30/2024
6.0.11 129 5/29/2024
6.0.10 121 5/28/2024
6.0.7 123 5/28/2024
6.0.6 203 5/21/2024
6.0.5 111 5/19/2024
6.0.3 116 5/18/2024
6.0.2 119 5/15/2024
5.1.124 118 5/15/2024
5.1.123 112 5/15/2024
5.1.122 127 5/15/2024
5.1.118 126 5/15/2024
5.1.115 120 5/14/2024
5.1.114 119 5/14/2024
5.1.112 113 5/10/2024
5.1.111 123 5/9/2024
5.1.110 101 5/3/2024
5.1.109 111 4/26/2024
5.1.108 123 4/19/2024
5.1.107 120 4/18/2024
5.1.106 156 4/16/2024
5.1.105 210 4/2/2024
5.1.104 159 3/29/2024
5.1.103 193 3/26/2024
5.1.102 146 3/25/2024
5.1.100 133 3/25/2024
5.1.96 133 3/25/2024
5.1.95 166 3/22/2024
5.1.94 168 3/21/2024
5.1.93 175 3/20/2024
5.1.91 208 3/18/2024
5.1.90 204 3/15/2024
5.1.89 164 3/14/2024
5.1.88 204 3/11/2024
5.1.87 187 3/8/2024
5.1.86 136 3/5/2024
5.1.85 151 3/4/2024
5.1.84 137 2/29/2024
5.1.83 155 2/28/2024
5.1.82 172 2/27/2024
5.1.81 150 2/26/2024
5.1.79 168 2/23/2024
5.1.78 186 2/22/2024
5.1.76 190 2/15/2024
5.1.75 185 2/9/2024
5.1.74 173 1/24/2024
5.1.73 158 1/19/2024
5.1.71 134 1/19/2024
5.1.69 161 1/16/2024
5.1.68 179 1/12/2024
5.1.67 173 1/9/2024
5.1.66 215 12/18/2023
5.1.65 172 12/14/2023
5.1.62 170 12/8/2023
5.1.58 161 12/6/2023
5.1.57 141 12/4/2023
5.1.56 129 12/1/2023
5.1.52 123 11/29/2023
5.1.51 131 11/23/2023
5.1.50 128 11/14/2023
5.1.49 122 11/11/2023
5.1.48 140 11/9/2023
5.1.45 145 11/9/2023
5.1.44 112 11/8/2023
5.1.43 120 11/8/2023
5.1.42 184 11/5/2023
5.1.41 201 11/5/2023
5.1.39 261 10/31/2023
5.1.38 208 10/26/2023
5.1.37 256 10/25/2023
5.1.36 229 10/24/2023
5.1.35 179 10/24/2023
5.1.34 256 10/24/2023
5.1.33 194 10/24/2023
5.1.32 219 10/24/2023
5.1.31 230 10/21/2023
5.1.30 173 10/20/2023
5.1.29 196 10/17/2023
5.1.28 244 10/17/2023
5.1.8 258 10/15/2023
5.1.1 234 10/11/2023
5.0.81 190 10/11/2023
5.0.80 252 10/10/2023
5.0.79 202 10/10/2023
5.0.77 193 10/6/2023
5.0.76 185 10/4/2023
5.0.75 209 9/29/2023
5.0.74 205 9/25/2023
5.0.73 191 9/25/2023
5.0.72 198 9/25/2023
5.0.71 162 9/22/2023
5.0.68 212 9/21/2023
5.0.67 236 9/21/2023
5.0.66 184 9/20/2023
5.0.65 172 9/18/2023
5.0.57 188 9/5/2023
5.0.56 224 9/2/2023
5.0.55 206 9/2/2023
5.0.52 185 9/2/2023
5.0.47 184 9/2/2023
5.0.45 192 9/2/2023
5.0.42 180 9/2/2023
5.0.39 201 9/2/2023
5.0.38 219 9/2/2023
5.0.37 244 8/30/2023
5.0.36 203 8/30/2023
5.0.35 243 8/30/2023
5.0.33 244 8/30/2023
5.0.32 191 8/30/2023
5.0.29 198 8/30/2023
5.0.27 202 8/30/2023
5.0.26 209 8/30/2023
5.0.25 196 8/30/2023
5.0.24 225 8/28/2023
5.0.23 253 8/28/2023
5.0.22 228 8/25/2023
5.0.21 196 8/25/2023
5.0.20 249 8/25/2023
5.0.19 214 8/25/2023
5.0.18 276 8/24/2023
5.0.16 218 8/24/2023
5.0.15 240 8/24/2023
5.0.14 227 8/8/2023
5.0.13 165 8/2/2023
5.0.12 184 7/27/2023
5.0.11 150 7/27/2023
5.0.10 236 7/27/2023
5.0.9 170 7/24/2023
5.0.8 178 7/23/2023
5.0.7 172 7/23/2023
5.0.6 177 7/22/2023
5.0.5 163 7/22/2023
5.0.1 170 7/22/2023
4.0.236 177 7/22/2023
4.0.235 170 7/21/2023
4.0.233 186 7/21/2023
4.0.231 164 7/21/2023
4.0.223 179 7/21/2023
4.0.221 178 7/21/2023
4.0.220 177 7/19/2023
4.0.218 171 7/16/2023
4.0.217 172 7/15/2023
4.0.216 179 7/15/2023
4.0.215 163 7/15/2023
4.0.214 164 7/15/2023
4.0.207 163 7/12/2023
4.0.206 155 7/8/2023
4.0.205 161 7/6/2023
4.0.204 165 7/5/2023
4.0.203 172 7/5/2023
4.0.202 167 7/3/2023
4.0.201 158 6/30/2023
4.0.200 153 6/29/2023
4.0.199 151 6/29/2023
4.0.198 163 6/28/2023
4.0.197 147 6/28/2023
4.0.196 139 6/28/2023
4.0.195 155 6/27/2023
4.0.194 157 6/27/2023
4.0.193 157 6/27/2023
4.0.192 174 6/26/2023
4.0.191 149 6/26/2023
4.0.189 153 6/26/2023
4.0.179 159 6/23/2023
4.0.177 158 6/23/2023
4.0.175 144 6/23/2023
4.0.174 144 6/23/2023
4.0.170 160 6/23/2023
4.0.169 160 6/23/2023
4.0.166 158 6/23/2023
4.0.163 152 6/23/2023
4.0.161 147 6/23/2023
4.0.160 145 6/23/2023
4.0.158 153 6/23/2023
4.0.156 157 6/23/2023
4.0.155 155 6/23/2023
4.0.154 152 6/20/2023
4.0.153 161 6/16/2023
4.0.152 165 6/14/2023
4.0.151 148 6/14/2023
4.0.150 154 6/8/2023
4.0.149 175 6/6/2023
4.0.148 171 6/6/2023
4.0.147 160 6/5/2023
4.0.146 159 6/4/2023
4.0.145 157 6/1/2023
4.0.144 165 5/30/2023
4.0.143 164 5/29/2023
4.0.142 162 5/24/2023
4.0.141 166 5/24/2023
4.0.140 173 5/15/2023
4.0.139 167 5/13/2023
4.0.138 172 5/10/2023
4.0.137 163 5/8/2023
4.0.136 156 5/8/2023
4.0.135 148 5/8/2023
4.0.134 153 5/7/2023
4.0.133 158 5/7/2023
4.0.132 167 5/6/2023
4.0.131 164 5/5/2023
4.0.130 161 5/4/2023
4.0.129 172 5/4/2023
4.0.127 180 5/2/2023
4.0.125 190 4/27/2023
4.0.124 183 4/25/2023
4.0.123 207 4/25/2023
4.0.122 183 4/23/2023
4.0.121 191 4/21/2023
4.0.120 198 4/19/2023
4.0.119 205 4/18/2023
4.0.118 203 4/17/2023
4.0.117 204 4/15/2023
4.0.116 201 4/14/2023
4.0.115 203 4/13/2023
4.0.114 199 4/13/2023
4.0.113 210 4/12/2023
4.0.112 191 4/11/2023
4.0.111 194 4/11/2023
4.0.110 222 4/7/2023
4.0.109 234 4/6/2023
4.0.108 225 4/5/2023
4.0.107 211 4/4/2023
4.0.106 212 4/3/2023
4.0.105 230 4/1/2023
4.0.104 229 3/29/2023
4.0.103 241 3/25/2023
4.0.102 239 3/24/2023
4.0.101 232 3/23/2023
4.0.100 230 3/22/2023
4.0.99 224 3/22/2023
4.0.98 226 3/21/2023
4.0.97 238 3/18/2023
4.0.96 227 3/15/2023
4.0.95 256 3/9/2023
4.0.94 243 3/7/2023
4.0.93 250 3/4/2023
4.0.92 243 3/3/2023
4.0.91 261 3/2/2023
4.0.90 256 3/2/2023
4.0.87 268 2/20/2023
4.0.86 285 2/5/2023
4.0.85 304 1/30/2023
4.0.84 315 1/23/2023
4.0.83 322 1/23/2023
4.0.82 303 1/22/2023
4.0.81 305 1/10/2023
4.0.78 307 12/28/2022
4.0.77 304 12/27/2022
4.0.76 308 12/23/2022
4.0.75 297 12/21/2022
4.0.74 304 12/13/2022
4.0.73 307 12/10/2022
4.0.72 295 12/8/2022
4.0.71 301 12/7/2022
4.0.70 308 12/7/2022
4.0.69 345 12/6/2022
4.0.68 371 12/1/2022
4.0.67 354 11/30/2022
4.0.66 350 11/26/2022
4.0.65 345 11/22/2022
4.0.64 358 11/18/2022
4.0.63 357 11/18/2022
4.0.61 375 11/15/2022
4.0.60 360 11/12/2022
4.0.59 361 11/9/2022
4.0.58 392 11/4/2022
4.0.57 391 10/29/2022
4.0.56 385 10/28/2022
4.0.55 396 10/27/2022
4.0.54 410 10/22/2022
4.0.53 423 10/21/2022
4.0.52 443 10/19/2022
4.0.51 447 10/12/2022
4.0.50 439 10/8/2022
4.0.49 450 10/4/2022
4.0.48 460 10/1/2022
4.0.47 456 9/29/2022
4.0.46 502 9/27/2022
4.0.45 486 9/27/2022
4.0.44 489 9/26/2022
4.0.43 500 9/26/2022
4.0.41 477 9/26/2022
4.0.40 484 9/26/2022
4.0.38 471 9/23/2022
4.0.37 488 9/21/2022
4.0.36 462 9/16/2022
4.0.35 465 9/16/2022
4.0.34 457 9/16/2022
4.0.33 449 9/16/2022
4.0.32 467 9/16/2022
4.0.31 477 9/16/2022
4.0.30 474 9/16/2022
4.0.29 521 9/14/2022
4.0.28 457 9/10/2022
4.0.27 472 9/9/2022
4.0.26 466 9/8/2022
4.0.25 450 9/6/2022
4.0.24 474 9/2/2022
4.0.23 471 8/31/2022
4.0.22 471 8/30/2022
4.0.21 473 8/25/2022
4.0.20 468 8/24/2022
4.0.19 462 8/18/2022
4.0.18 491 8/13/2022
4.0.17 463 8/12/2022
4.0.16 471 8/10/2022
4.0.15 469 8/5/2022
4.0.14 473 7/30/2022
4.0.13 478 7/27/2022
4.0.12 513 7/22/2022
4.0.11 493 7/21/2022
4.0.10 489 7/21/2022
4.0.9 483 7/21/2022
4.0.8 508 7/20/2022
4.0.7 492 7/19/2022
4.0.6 516 7/16/2022
4.0.5 541 7/14/2022
4.0.4 503 7/7/2022
4.0.3 510 6/23/2022
4.0.2 487 6/23/2022
4.0.0 500 6/23/2022
3.0.36 521 4/23/2022
3.0.35 493 4/21/2022
3.0.34 506 3/31/2022
3.0.33 490 3/31/2022
3.0.32 511 3/31/2022
3.0.31 481 3/31/2022