Skip to content
AutoSuggesAutoSugges home
Start free
Menu
Appearance
Appearance: System.

Currencies

ISO 4217 currencies in current use: 153 codes with English names, symbols and minor units, searchable by code, name or symbol. From Unicode CLDR 48.2.

Provenance

Effective version
48.2
Retrieved
2026-09-23
Refresh cadence
Twice a year, on each CLDR release
Licence
Unicode License V3. Copyright © 2019-2025 Unicode, Inc. Redistribution permitted provided the copyright and permission notice accompany copies or associated documentation. Read the licence
Attribution
Unicode CLDR 48.2, © Unicode, Inc., Unicode License V3

Field schema

153 items.

Every field this dataset’s items carry
FieldTypeMeaning
valuestringThe canonical, unique value — what a query resolves to.
displayValuestringThe locale-resolved label a suggestion renders.
descriptionstring, optionalFree-text detail shown beside the item. NAICS uses it for the ancestor breadcrumb; not every dataset sets it.
parentSourceIdstring, optionalThe parent item in the source’s own key space, for a hierarchical dataset.
hierarchyLevelstring, optionalWhich level of the hierarchy this item sits at.
displayOrderintegerCurated display order, distinct from relevance rank (`DEC-LIST-004`).
aliasesstring[]Alternate spellings that resolve to this item at no extra runtime KV read (`DEC-ALIAS-001`).
metadataobjectDataset-specific fields — e.g. NAICS’s `code`/`level`/`trilateral`, or a country’s `alpha2`/`alpha3`/`numeric`.

A worked item

{
  "value": "LRD",
  "displayValue": "Liberian Dollar",
  "aliases": [
    "LRD",
    "Liberian Dollar"
  ],
  "metadata": {
    "code": "LRD",
    "symbol": "LRD",
    "minorUnits": 2,
    "countries": [
      "LR"
    ]
  }
}

Query it

/v1/query?key=YOUR_PUBLISHABLE_KEY&q=liberian

The publishable key above is a public, browser-safe identifier — never a secret.

Download

The licence above permits redistributing the compiled list as a file. Download Currencies as JSON.