Currencies
Version 1.0.0 •
Published Jun 03, 2025 01:45 UTC
• by RefPack
A comprehensive list of world currencies including their ISO 4217 codes, symbols, native symbols, plural names, and decimal digit precision.
RefPack
Describe your dataset here.
Data Preview (data.json - First 3 Records of v1.0.0)
| Field Name | Field Type | Sample Values |
|---|---|---|
| code | string | USD CAD EUR |
| decimal_digits | number | 2 0 3 |
| name | string | US Dollar Canadian Dollar Euro |
| name_plural | string | US dollars Canadian dollars euros |
| rounding | number | 0 0.05 |
| symbol | string | $ CA$ € |
| symbol_native | string | $ € د.إ. |
Currencies Data Schema (v1.0.0)
Suggested Key Fields:
-
Primary Identifier Field:
code -
Display Name Field:
name
The data.json is an array, and each item in the array is an object with the following properties:
| Field Name | Type | Description | Constraints |
|---|---|---|---|
| code * | string |
ISO 4217 currency code |
|
| decimal_digits * | integer |
Number of decimal digits used |
min: 0 |
| name * | string |
Full currency name |
|
| name_plural * | string |
Plural form of the currency name |
|
| rounding * | number |
Rounding increment |
|
| symbol * | string |
Currency symbol |
|
| symbol_native * | string |
Native currency symbol |
Available Versions for currencies
Version 1.0.0 Current
Published: May 06, 2026 23:50 UTCReport an Issue
Found an issue with this dataset? Submit a report to help us improve data quality.
Reporting Guidelines
- Be specific about which data points have issues
- Provide verifiable sources for your corrections when possible
- For complex issues, consider joining our community forum for discussion
- Reports are typically reviewed within 2-3 business days