BancosBrasileiros 6.2.83

There is a newer version of this package available.
See the version list below for details.
dotnet add package BancosBrasileiros --version 6.2.83
                    
NuGet\Install-Package BancosBrasileiros -Version 6.2.83
                    
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.83" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BancosBrasileiros" Version="6.2.83" />
                    
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.83
                    
#r "nuget: BancosBrasileiros, 6.2.83"
                    
#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.
#:package BancosBrasileiros@6.2.83
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BancosBrasileiros&version=6.2.83
                    
Install as a Cake Addin
#tool nuget:?package=BancosBrasileiros&version=6.2.83
                    
Install 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/"><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://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://www.codefactor.io/repository/github/guibranco/BancosBrasileiros"><img src="https://www.codefactor.io/repository/github/guibranco/BancosBrasileiros/badge" alt="CodeFactor"></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>

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>

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:

<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.

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/icarusiftctts"> <img src="https://avatars.githubusercontent.com/u/174119232?v=4" width="100;" alt="icarusiftctts"/> <br /> <sub><b>Praneel Dev</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> </tr> <tr> <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> <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> </tr> <tr> <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> <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> </tr> <tr> <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> <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/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/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/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.85 0 9/24/2025
6.2.84 34 9/23/2025
6.2.83 53 9/22/2025
6.2.82 103 9/20/2025
6.2.81 275 9/16/2025
6.2.80 256 9/15/2025
6.2.77 145 9/11/2025
6.2.76 139 9/11/2025
6.2.74 140 9/9/2025
6.2.73 129 9/5/2025
6.2.72 158 9/4/2025
6.2.71 159 9/3/2025
6.2.69 151 9/2/2025
6.2.68 157 9/1/2025
6.2.67 206 8/27/2025
6.2.66 167 8/19/2025
6.2.65 159 8/18/2025
6.2.64 89 8/16/2025
6.2.63 128 8/15/2025
6.2.60 169 8/11/2025
6.2.59 165 8/9/2025
6.2.58 212 8/8/2025
6.2.57 221 8/8/2025
6.2.53 253 8/7/2025
6.2.52 244 8/7/2025
6.2.50 192 8/4/2025
6.2.49 188 7/29/2025
6.2.44 577 7/22/2025
6.2.43 597 7/22/2025
6.2.42 275 7/20/2025
6.2.40 141 7/18/2025
6.2.38 183 7/16/2025
6.2.37 188 7/11/2025
6.2.36 145 7/5/2025
6.2.35 148 7/4/2025
6.2.34 197 7/1/2025
6.2.33 157 6/28/2025
6.2.32 189 6/24/2025
6.2.31 190 6/23/2025
6.2.30 151 6/21/2025
6.2.28 152 6/20/2025
6.2.27 204 6/18/2025
6.2.26 190 6/17/2025
6.2.23 191 6/17/2025
6.2.22 199 6/16/2025
6.2.21 282 6/13/2025
6.2.20 361 6/10/2025
6.2.19 180 6/6/2025
6.2.18 192 6/5/2025
6.2.17 180 6/4/2025
6.2.16 205 5/29/2025
6.2.15 218 5/21/2025
6.2.14 184 5/17/2025
6.2.12 293 5/13/2025
6.2.10 206 5/8/2025
6.2.9 205 5/7/2025
6.2.8 218 5/6/2025
6.2.7 204 4/30/2025
6.2.6 209 4/29/2025
6.2.5 135 4/26/2025
6.2.3 149 4/26/2025
6.2.0 159 4/26/2025
6.1.103 149 4/26/2025
6.1.102 139 4/25/2025
6.1.101 228 4/23/2025
6.1.100 229 4/23/2025
6.1.99 237 4/22/2025
6.1.97 292 4/16/2025
6.1.96 170 4/12/2025
6.1.94 232 4/10/2025
6.1.93 227 4/9/2025
6.1.92 223 4/8/2025
6.1.91 242 4/7/2025
6.1.89 207 4/4/2025
6.1.88 255 4/2/2025
6.1.85 239 4/2/2025
6.1.84 237 4/1/2025
6.1.83 235 3/31/2025
6.1.82 202 3/27/2025
6.1.81 532 3/26/2025
6.1.80 528 3/24/2025
6.1.79 247 3/9/2025
6.1.77 240 3/9/2025
6.1.76 284 3/5/2025
6.1.75 200 3/2/2025
6.1.74 192 2/28/2025
6.1.73 173 2/27/2025
6.1.72 167 2/25/2025
6.1.71 187 2/24/2025
6.1.70 191 2/22/2025
6.1.69 182 2/21/2025
6.1.68 449 2/18/2025
6.1.67 179 2/17/2025
6.1.66 180 2/13/2025
6.1.65 179 2/13/2025
6.1.64 166 2/11/2025
6.1.63 177 2/10/2025
6.1.62 193 2/7/2025
6.1.61 185 2/4/2025
6.1.60 161 1/29/2025
6.1.59 168 1/28/2025
6.1.58 179 1/27/2025
6.1.57 178 1/27/2025
6.1.55 174 1/26/2025
6.1.54 165 1/25/2025
6.1.53 161 1/24/2025
6.1.52 161 1/22/2025
6.1.51 182 1/21/2025
6.1.50 185 1/21/2025
6.1.49 171 1/20/2025
6.1.48 170 1/19/2025
6.1.39 162 1/18/2025
6.1.38 163 1/16/2025
6.1.37 147 1/14/2025
6.1.36 169 1/11/2025
6.1.35 175 1/9/2025
6.1.34 162 1/9/2025
6.1.33 152 1/8/2025
6.1.32 162 1/7/2025
6.1.31 176 1/6/2025
6.1.30 194 1/4/2025
6.1.29 171 1/2/2025
6.1.28 193 12/31/2024
6.1.27 185 12/28/2024
6.1.26 194 12/26/2024
6.1.25 173 12/21/2024
6.1.23 171 12/21/2024
6.1.22 183 12/20/2024
6.1.21 183 12/19/2024
6.1.18 171 12/19/2024
6.1.12 182 12/19/2024
6.1.11 176 12/17/2024
6.1.10 220 12/12/2024
6.1.8 195 12/12/2024
6.1.6 180 12/6/2024
6.1.5 193 12/5/2024
6.1.4 315 11/29/2024
6.1.3 295 11/28/2024
6.1.2 190 11/22/2024
6.1.1 160 11/20/2024
6.0.102 181 11/17/2024
6.0.99 192 11/12/2024
6.0.98 184 11/5/2024
6.0.97 238 10/18/2024
6.0.96 215 10/16/2024
6.0.95 186 10/15/2024
6.0.94 173 10/10/2024
6.0.93 198 10/6/2024
6.0.92 191 10/4/2024
6.0.91 255 10/2/2024
6.0.90 194 10/2/2024
6.0.89 197 10/1/2024
6.0.88 172 9/30/2024
6.0.87 181 9/27/2024
6.0.86 179 9/26/2024
6.0.85 167 9/25/2024
6.0.84 185 9/24/2024
6.0.83 176 9/24/2024
6.0.82 179 9/22/2024
6.0.81 170 9/22/2024
6.0.80 177 9/19/2024
6.0.79 185 9/18/2024
6.0.78 188 9/17/2024
6.0.77 187 9/15/2024
6.0.76 201 9/14/2024
6.0.75 198 9/13/2024
6.0.72 176 9/13/2024
6.0.69 261 9/6/2024
6.0.68 197 9/5/2024
6.0.67 206 9/1/2024
6.0.65 197 8/31/2024
6.0.64 193 8/30/2024
6.0.63 184 8/29/2024
6.0.62 183 8/27/2024
6.0.61 196 8/24/2024
6.0.59 209 8/22/2024
6.0.56 205 8/19/2024
6.0.55 211 8/19/2024
6.0.54 206 8/19/2024
6.0.53 206 8/19/2024
6.0.52 210 8/14/2024
6.0.51 203 8/13/2024
6.0.50 196 8/9/2024
6.0.49 161 8/5/2024
6.0.48 163 8/4/2024
6.0.46 151 7/31/2024
6.0.45 150 7/31/2024
6.0.44 164 7/30/2024
6.0.43 174 7/28/2024
6.0.41 183 7/26/2024
6.0.40 169 7/26/2024
6.0.37 191 7/13/2024
6.0.36 171 7/12/2024
6.0.35 194 7/5/2024
6.0.34 210 7/3/2024
6.0.33 199 7/2/2024
6.0.32 194 7/1/2024
6.0.31 214 6/29/2024
6.0.30 191 6/25/2024
6.0.29 187 6/24/2024
6.0.28 211 6/21/2024
6.0.27 205 6/19/2024
6.0.26 210 6/19/2024
6.0.25 199 6/19/2024
6.0.23 191 6/19/2024
6.0.22 196 6/18/2024
6.0.21 190 6/18/2024
6.0.19 191 6/12/2024
6.0.18 180 6/11/2024
6.0.17 192 6/10/2024
6.0.16 202 6/8/2024
6.0.15 200 6/7/2024
6.0.14 192 6/5/2024
6.0.13 198 6/4/2024
6.0.12 208 5/30/2024
6.0.11 201 5/29/2024
6.0.10 193 5/28/2024
6.0.7 207 5/28/2024
6.0.6 283 5/21/2024
6.0.5 183 5/19/2024
6.0.3 186 5/18/2024
6.0.2 192 5/15/2024
5.1.124 190 5/15/2024
5.1.123 195 5/15/2024
5.1.122 198 5/15/2024
5.1.118 212 5/15/2024
5.1.115 209 5/14/2024
5.1.114 205 5/14/2024
5.1.112 201 5/10/2024
5.1.111 195 5/9/2024
5.1.110 172 5/3/2024
5.1.109 185 4/26/2024
5.1.108 195 4/19/2024
5.1.107 196 4/18/2024
5.1.106 243 4/16/2024
5.1.105 284 4/2/2024
5.1.104 234 3/29/2024
5.1.103 265 3/26/2024
5.1.102 230 3/25/2024
5.1.100 206 3/25/2024
5.1.96 205 3/25/2024
5.1.95 240 3/22/2024
5.1.94 254 3/21/2024
5.1.93 247 3/20/2024
5.1.91 295 3/18/2024
5.1.90 285 3/15/2024
5.1.89 242 3/14/2024
5.1.88 277 3/11/2024
5.1.87 274 3/8/2024
5.1.86 209 3/5/2024
5.1.85 229 3/4/2024
5.1.84 208 2/29/2024
5.1.83 238 2/28/2024
5.1.82 245 2/27/2024
5.1.81 232 2/26/2024
5.1.79 249 2/23/2024
5.1.78 256 2/22/2024
5.1.76 304 2/15/2024
5.1.75 256 2/9/2024
5.1.74 245 1/24/2024
5.1.73 230 1/19/2024
5.1.71 208 1/19/2024
5.1.69 233 1/16/2024
5.1.68 246 1/12/2024
5.1.67 241 1/9/2024
5.1.66 300 12/18/2023
5.1.65 242 12/14/2023
5.1.62 251 12/8/2023
5.1.58 210 12/6/2023
5.1.57 189 12/4/2023
5.1.56 203 12/1/2023
5.1.52 173 11/29/2023
5.1.51 181 11/23/2023
5.1.50 177 11/14/2023
5.1.49 184 11/11/2023
5.1.48 194 11/9/2023
5.1.45 216 11/9/2023
5.1.44 168 11/8/2023
5.1.43 190 11/8/2023
5.1.42 250 11/5/2023
5.1.41 252 11/5/2023
5.1.39 328 10/31/2023
5.1.38 271 10/26/2023
5.1.37 310 10/25/2023
5.1.36 298 10/24/2023
5.1.35 235 10/24/2023
5.1.34 313 10/24/2023
5.1.33 260 10/24/2023
5.1.32 275 10/24/2023
5.1.31 304 10/21/2023
5.1.30 229 10/20/2023
5.1.29 259 10/17/2023
5.1.28 312 10/17/2023
5.1.8 332 10/15/2023
5.1.1 292 10/11/2023
5.0.81 247 10/11/2023
5.0.80 324 10/10/2023
5.0.79 271 10/10/2023
5.0.77 253 10/6/2023
5.0.76 255 10/4/2023
5.0.75 267 9/29/2023
5.0.74 267 9/25/2023
5.0.73 253 9/25/2023
5.0.72 257 9/25/2023
5.0.71 223 9/22/2023
5.0.68 267 9/21/2023
5.0.67 293 9/21/2023
5.0.66 251 9/20/2023
5.0.65 249 9/18/2023
5.0.57 259 9/5/2023
5.0.56 310 9/2/2023
5.0.55 277 9/2/2023
5.0.52 261 9/2/2023
5.0.47 261 9/2/2023
5.0.45 272 9/2/2023
5.0.42 261 9/2/2023
5.0.39 284 9/2/2023
5.0.38 288 9/2/2023
5.0.37 316 8/30/2023
5.0.36 272 8/30/2023
5.0.35 314 8/30/2023
5.0.33 315 8/30/2023
5.0.32 277 8/30/2023
5.0.29 281 8/30/2023
5.0.27 274 8/30/2023
5.0.26 278 8/30/2023
5.0.25 283 8/30/2023
5.0.24 297 8/28/2023
5.0.23 334 8/28/2023
5.0.22 300 8/25/2023
5.0.21 273 8/25/2023
5.0.20 339 8/25/2023
5.0.19 283 8/25/2023
5.0.18 368 8/24/2023
5.0.16 302 8/24/2023
5.0.15 323 8/24/2023
5.0.14 308 8/8/2023
5.0.13 247 8/2/2023
5.0.12 275 7/27/2023
5.0.11 237 7/27/2023
5.0.10 330 7/27/2023
5.0.9 248 7/24/2023
5.0.8 265 7/23/2023
5.0.7 261 7/23/2023
5.0.6 264 7/22/2023
5.0.5 255 7/22/2023
5.0.1 258 7/22/2023
4.0.236 262 7/22/2023
4.0.235 262 7/21/2023
4.0.233 276 7/21/2023
4.0.231 251 7/21/2023
4.0.223 277 7/21/2023
4.0.221 264 7/21/2023
4.0.220 253 7/19/2023
4.0.218 247 7/16/2023
4.0.217 248 7/15/2023
4.0.216 255 7/15/2023
4.0.215 241 7/15/2023
4.0.214 238 7/15/2023
4.0.207 242 7/12/2023
4.0.206 232 7/8/2023
4.0.205 255 7/6/2023
4.0.204 242 7/5/2023
4.0.203 259 7/5/2023
4.0.202 244 7/3/2023
4.0.201 235 6/30/2023
4.0.200 242 6/29/2023
4.0.199 229 6/29/2023
4.0.198 252 6/28/2023
4.0.197 224 6/28/2023
4.0.196 218 6/28/2023
4.0.195 245 6/27/2023
4.0.194 241 6/27/2023
4.0.193 248 6/27/2023
4.0.192 270 6/26/2023
4.0.191 236 6/26/2023
4.0.189 232 6/26/2023
4.0.179 252 6/23/2023
4.0.177 244 6/23/2023
4.0.175 221 6/23/2023
4.0.174 231 6/23/2023
4.0.170 259 6/23/2023
4.0.169 246 6/23/2023
4.0.166 234 6/23/2023
4.0.163 242 6/23/2023
4.0.161 225 6/23/2023
4.0.160 221 6/23/2023
4.0.158 230 6/23/2023
4.0.156 248 6/23/2023
4.0.155 231 6/23/2023
4.0.154 244 6/20/2023
4.0.153 256 6/16/2023
4.0.152 256 6/14/2023
4.0.151 226 6/14/2023
4.0.150 234 6/8/2023
4.0.149 267 6/6/2023
4.0.148 275 6/6/2023
4.0.147 254 6/5/2023
4.0.146 254 6/4/2023
4.0.145 248 6/1/2023
4.0.144 245 5/30/2023
4.0.143 243 5/29/2023
4.0.142 242 5/24/2023
4.0.141 259 5/24/2023
4.0.140 260 5/15/2023
4.0.139 265 5/13/2023
4.0.138 265 5/10/2023
4.0.137 254 5/8/2023
4.0.136 251 5/8/2023
4.0.135 228 5/8/2023
4.0.134 236 5/7/2023
4.0.133 240 5/7/2023
4.0.132 258 5/6/2023
4.0.131 255 5/5/2023
4.0.130 242 5/4/2023
4.0.129 263 5/4/2023
4.0.127 266 5/2/2023
4.0.125 271 4/27/2023
4.0.124 269 4/25/2023
4.0.123 288 4/25/2023
4.0.122 280 4/23/2023
4.0.121 273 4/21/2023
4.0.120 299 4/19/2023
4.0.119 301 4/18/2023
4.0.118 285 4/17/2023
4.0.117 286 4/15/2023
4.0.116 283 4/14/2023
4.0.115 283 4/13/2023
4.0.114 279 4/13/2023
4.0.113 291 4/12/2023
4.0.112 283 4/11/2023
4.0.111 274 4/11/2023
4.0.110 302 4/7/2023
4.0.109 325 4/6/2023
4.0.108 322 4/5/2023
4.0.107 301 4/4/2023
4.0.106 292 4/3/2023
4.0.105 312 4/1/2023
4.0.104 310 3/29/2023
4.0.103 333 3/25/2023
4.0.102 320 3/24/2023
4.0.101 322 3/23/2023
4.0.100 311 3/22/2023
4.0.99 319 3/22/2023
4.0.98 319 3/21/2023
4.0.97 318 3/18/2023
4.0.96 310 3/15/2023
4.0.95 344 3/9/2023
4.0.94 331 3/7/2023
4.0.93 344 3/4/2023
4.0.92 325 3/3/2023
4.0.91 342 3/2/2023
4.0.90 346 3/2/2023
4.0.87 358 2/20/2023
4.0.86 366 2/5/2023
4.0.85 401 1/30/2023
4.0.84 397 1/23/2023
4.0.83 416 1/23/2023
4.0.82 397 1/22/2023
4.0.81 386 1/10/2023
4.0.78 400 12/28/2022
4.0.77 401 12/27/2022
4.0.76 409 12/23/2022
4.0.75 394 12/21/2022
4.0.74 386 12/13/2022
4.0.73 407 12/10/2022
4.0.72 387 12/8/2022
4.0.71 383 12/7/2022
4.0.70 388 12/7/2022
4.0.69 428 12/6/2022
4.0.68 456 12/1/2022
4.0.67 447 11/30/2022
4.0.66 437 11/26/2022
4.0.65 425 11/22/2022
4.0.64 440 11/18/2022
4.0.63 438 11/18/2022
4.0.61 457 11/15/2022
4.0.60 443 11/12/2022
4.0.59 445 11/9/2022
4.0.58 473 11/4/2022
4.0.57 494 10/29/2022
4.0.56 467 10/28/2022
4.0.55 492 10/27/2022
4.0.54 502 10/22/2022
4.0.53 505 10/21/2022
4.0.52 526 10/19/2022
4.0.51 546 10/12/2022
4.0.50 526 10/8/2022
4.0.49 532 10/4/2022
4.0.48 543 10/1/2022
4.0.47 536 9/29/2022
4.0.46 593 9/27/2022
4.0.45 576 9/27/2022
4.0.44 583 9/26/2022
4.0.43 591 9/26/2022
4.0.41 574 9/26/2022
4.0.40 583 9/26/2022
4.0.38 553 9/23/2022
4.0.37 579 9/21/2022
4.0.36 555 9/16/2022
4.0.35 546 9/16/2022
4.0.34 551 9/16/2022
4.0.33 546 9/16/2022
4.0.32 560 9/16/2022
4.0.31 558 9/16/2022
4.0.30 558 9/16/2022
4.0.29 602 9/14/2022
4.0.28 542 9/10/2022
4.0.27 571 9/9/2022
4.0.26 560 9/8/2022
4.0.25 543 9/6/2022
4.0.24 557 9/2/2022
4.0.23 553 8/31/2022
4.0.22 567 8/30/2022
4.0.21 564 8/25/2022
4.0.20 552 8/24/2022
4.0.19 547 8/18/2022
4.0.18 577 8/13/2022
4.0.17 548 8/12/2022
4.0.16 574 8/10/2022
4.0.15 565 8/5/2022
4.0.14 572 7/30/2022
4.0.13 563 7/27/2022
4.0.12 612 7/22/2022
4.0.11 579 7/21/2022
4.0.10 590 7/21/2022
4.0.9 570 7/21/2022
4.0.8 595 7/20/2022
4.0.7 590 7/19/2022
4.0.6 619 7/16/2022
4.0.5 643 7/14/2022
4.0.4 590 7/7/2022
4.0.3 621 6/23/2022
4.0.2 576 6/23/2022
4.0.0 602 6/23/2022
3.0.36 613 4/23/2022
3.0.35 596 4/21/2022
3.0.34 613 3/31/2022
3.0.33 584 3/31/2022
3.0.32 604 3/31/2022
3.0.31 573 3/31/2022