Portuguese (Brazil) Random Currency Amount Generator
Generate random money amounts with currency codes for invoice, payment and ledger test data.
This generator produces Portuguese (Brazil) (pt_BR) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Random Currency Amount Generator.
Generate now
Example output (Portuguese (Brazil))
A small sample of the JSON this generator returns (currencyAmount, pt_BR):
[
{
"amount": 37454.64,
"currency": "XOF",
"formatted": "$73199.66"
},
{
"amount": 59866.25,
"currency": "CAD",
"formatted": "$15600.29"
},
{
"amount": 5809.3,
"currency": "TWD",
"formatted": "$60111.90"
}
]Use it in code
Fetch the same Portuguese (Brazil) data from the free API — no key needed during beta, up to 100 records per call:
curl "https://mock.wrapper-agency.com/api/v1/mock?type=currencyAmount&count=20&locale=pt_BR"Need thousands of rows at once? The bulk API returns up to 10,000 records per call.
FAQ
- Is the portuguese (brazil) random currency amount generator data real?
- No. Every value is synthetic, generated with @faker-js/faker. There is no real personal data, so it is safe for testing, demos and committing to a repo (GDPR-friendly).
- How is this different from the default random currency amount generator?
- Names, addresses, phone numbers and other locale-specific fields are generated using Portuguese (Brazil) (pt_BR) data, so they look native to that region instead of US English.
- How do I get this data in my code?
- Call the free API: GET https://mock.wrapper-agency.com/api/v1/mock?type=currencyAmount&count=20&locale=pt_BR. It returns a JSON array of Portuguese (Brazil) records. Use ?seed=123 for deterministic output.
Random Currency Amount Generator in other locales
German Random Currency Amount Generator
de
French Random Currency Amount Generator
fr
Spanish Random Currency Amount Generator
es
Japanese Random Currency Amount Generator
ja
Italian Random Currency Amount Generator
it
Dutch Random Currency Amount Generator
nl
MockForge generates fully synthetic data — no real personal information, ever.