Random Currency Amount Generator
Generate random money amounts with currency codes for invoice, payment and ledger test data.
Generate now
Example output
A small sample of the JSON this generator returns (currencyAmount):
[
{
"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 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"Need thousands of rows at once? The bulk API returns up to 10,000 records per call.
FAQ
- Is the 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 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. It returns a JSON array of records. Use ?seed=123 for deterministic output.
- How many records can I generate?
- Up to 100 per call for free, or up to 10,000 per call via the paid bulk API for agents and CI pipelines.
Other generators
Fake Person Data Generator
person
Fake Email Address Generator
email
Fake Name Generator
fullName
Fake Company Data Generator
company
Fake Address Generator
address
UUID Generator
uuid
Fake Product Data Generator
product
Fake Credit Card Number Generator (Test)
creditCardFake
MockForge generates fully synthetic data — no real personal information, ever.