Currencies

Standardized currency definitions based on ISO 4217 for reporting and metrics.

Semantic Contract

Definitions

ColumnDescription
idUnique identifier of the currency.
currency_codeISO 4217 currency codes.

Sample & Implementation

A list of Currencies
idname
1EUR
2USD
3GBP
4CHF
CREATE TABLE IF NOT EXISTS currencies (
    id INTEGER PRIMARY KEY,
    currency_code VARCHAR NOT NULL
)

Data Format

Field

Type

Dependencies

  • None.

On this page

Star us on GitHub

If you enjoy this content and find it useful, give us a star on GitHub to show your support and stay updated with our latest improvements.