currency
BusinessGenerate ISO 4217 currency codes like EUR, USD, GBP, JPY. Perfect for multi-currency financial applications and payment testing.
Example Outputs
EURUSDGBPJPYCADCHFAPI Usage
Send a POST request to generate currency data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "currency",
"type": "currency"
}
]
}
]
}'Common Use Cases
- Multi-currency testing
- Payment forms
- Price display testing
- Exchange rate testing
Quick Info
- Field Type
- currency
- Category
- Business
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Currency + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.