🇧🇷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)

CodeNameType
BR-ACAcreState
BR-ALAlagoasState
BR-AMAmazonasState
BR-APAmapáState
BR-BABahiaState
BR-CECearáState
BR-DFDistrito FederalFederal district
BR-ESEspírito SantoState
BR-GOGoiásState
BR-MAMaranhãoState
BR-MGMinas GeraisState
BR-MSMato Grosso do SulState
BR-MTMato GrossoState
BR-PAParáState
BR-PBParaíbaState

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