MockHero

currency

Business

Generate ISO 4217 currency codes like EUR, USD, GBP, JPY. Perfect for multi-currency financial applications and payment testing.

Example Outputs

EURUSDGBPJPYCADCHF

API 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

Try it now

Generate currency data instantly in the playground.

Generate Currency + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free