🇧🇷Brazil (BR)
ISO 3166 country code - South America / South America
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 |
...and 22 more. 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 Countries
Use Brazil data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries