🇧🇷Brazil (BR)
ISO 3166 country code - South America / South America
About Brazil
Brazil (BR) is located in South America, South America. The official currency is the Brazilian Real (BRL). It has 27 administrative subdivisions defined in ISO 3166-2.
Alpha-2BR
Alpha-3BRA
Numeric076
Currency
R$ BRL - Brazilian Real
Code Example
import { country } from '@koshmoney/countries';
// Look up Brazil by alpha-2 code
const br = country.getCountry('BR');
// => { name: 'Brazil', alpha2: 'BR', alpha3: 'BRA', numeric: '076' }
// Look up by alpha-3 code
country.getCountryByAlpha3('BRA');
// Look up by numeric code
country.getCountryByNumeric('076');Subdivisions (27)
| Code | Name | Type |
|---|---|---|
| BR-AC | Acre | State |
| BR-AL | Alagoas | State |
| BR-AM | Amazonas | State |
| BR-AP | Amapá | State |
| BR-BA | Bahia | State |
| BR-CE | Ceará | State |
| BR-DF | Distrito Federal | Federal district |
| BR-ES | EspÃrito Santo | State |
| BR-GO | Goiás | State |
| BR-MA | Maranhão | State |
| BR-MG | Minas Gerais | State |
| BR-MS | Mato Grosso do Sul | State |
| BR-MT | Mato Grosso | State |
| BR-PA | Pará | State |
| BR-PB | ParaÃba | State |
Showing 15 of 27. View all 27 subdivisions →
FAQ
- What is the ISO code for Brazil?
- Brazil has three ISO 3166-1 codes: Alpha-2 "BR", Alpha-3 "BRA", and Numeric "076".
- How many subdivisions does Brazil have?
- Brazil has 27 subdivisions defined in ISO 3166-2, including Acre, Alagoas, Amazonas, and more.
- How to look up Brazil in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('BR') to get all ISO codes, or subdivision.getByCountry('BR') for subdivisions.
Related Articles
Related Countries
Use Brazil data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries