Console Recipes
Demonstrates all of the functionality available on the command line tool
ores.console.
Recipes
General
General commands that do not exercise domain functionality.
Help
Displays the available options.
- Global
./ores.cli --help
ORE Studio is a User Interface for Open Source Risk Engine (ORE). CLI provides a command line version of the interface. ORE Studio is created by the ORE Studio project. ores.cli uses a command-based interface: <command> <options>. See below for a list of valid commands. Global options: General: -h [ --help ] Display usage and exit. -v [ --version ] Output version information and exit. Logging: -e [ --log-enabled ] Generate a log file. -l [ --log-level ] arg What level to use for logging. Valid values: trace, debug, info, warn, error. Defaults to info. --log-to-console Output logging to the console, as well as to file. --log-directory arg Where to place the log files. Commands: import Imports data into the system. export Exports data from the system. client Launch interactive REPL to connect to ores.service. For command specific options, type <command> --help. - Importing
./ores.cli import --help
ORE Studio is a User Interface for Open Source Risk Engine (ORE). CLI provides a command line version of the interface. ORE Studio is created by the ORE Studio project. Displaying options specific to the 'import' command. For global options, type --help. Import: --entity arg Entity to import, e.g. 'CurrencyConfig', etc. --target arg One or more target files containing entities.
- Exporting
./ores.cli export --help
ORE Studio is a User Interface for Open Source Risk Engine (ORE). CLI provides a command line version of the interface. ORE Studio is created by the ORE Studio project. Displaying options specific to the 'export' command. For global options, type --help. Export: --entity arg Entity to export, e.g. 'CurrencyConfig', etc. --as-of arg Time point from which to dump data. If not supplied, defaults to latest. --key arg Key to filter data by. --all-versions If supplied, retrieves all versions. --format arg Format to export data in, e.g. xml or json.
Version
./ores.cli --version
OreStudio v0.0.3 Copyright (C) 2025 Marco Craveiro. License GPLv3: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Build: Provider = LOCAL IMPORTANT: build details are NOT for security purposes.
Importing
Currencies
./ores.cli import ${log_args} --entity currencies --target ${data_dir}/currencies_API.xml | jq .
[
{
"iso_code": "AED",
"name": "United Arab Emirates dirham",
"numeric_code": "784",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "AFN",
"name": "Afghan afghani",
"numeric_code": "971",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "ALL",
"name": "Albanian lek",
"numeric_code": "8",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "AMD",
"name": "Armenian dram",
"numeric_code": "51",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "ANG",
"name": "Netherlands Antillean guilder",
"numeric_code": "532",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "AOA",
"name": "Angolan kwanza",
"numeric_code": "973",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "ARS",
"name": "Argentine peso",
"numeric_code": "32",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "AUD",
"name": "Australian dollar",
"numeric_code": "36",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "AWG",
"name": "Aruban florin",
"numeric_code": "533",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "AZN",
"name": "Azerbaijani manat",
"numeric_code": "944",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BAM",
"name": "Bosnia and Herzegovina convertible mark",
"numeric_code": "977",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BBD",
"name": "Barbados dollar",
"numeric_code": "52",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BDT",
"name": "Bangladeshi taka",
"numeric_code": "50",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BGN",
"name": "Bulgarian lev",
"numeric_code": "975",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BHD",
"name": "Bahraini dinar",
"numeric_code": "48",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1000,
"rounding_type": "Closest",
"rounding_precision": 3,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BIF",
"name": "Burundian franc",
"numeric_code": "108",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BMD",
"name": "Bermudian dollar",
"numeric_code": "60",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BND",
"name": "Brunei dollar",
"numeric_code": "96",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BOB",
"name": "Boliviano",
"numeric_code": "68",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BOV",
"name": "Bolivian Mvdol (funds code)",
"numeric_code": "984",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BRL",
"name": "Brazilian real",
"numeric_code": "986",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BSD",
"name": "Bahamian dollar",
"numeric_code": "44",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BTN",
"name": "Bhutanese ngultrum",
"numeric_code": "64",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BWP",
"name": "Botswana pula",
"numeric_code": "72",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BYN",
"name": "Belarusian ruble",
"numeric_code": "933",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "BZD",
"name": "Belize dollar",
"numeric_code": "84",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CAD",
"name": "Canadian dollar",
"numeric_code": "124",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CDF",
"name": "Congolese franc",
"numeric_code": "976",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CHE",
"name": "WIR euro (complementary currency)",
"numeric_code": "947",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CHF",
"name": "Swiss franc",
"numeric_code": "756",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CHW",
"name": "WIR franc (complementary currency)",
"numeric_code": "948",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CLF",
"name": "Unidad de Fomento (funds code)",
"numeric_code": "990",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 10000,
"rounding_type": "Closest",
"rounding_precision": 4,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CLP",
"name": "Chilean peso",
"numeric_code": "152",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CNH",
"name": "Offshore Chinese Yuan traded in Hong Kong (Non-ISO)",
"numeric_code": "0",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CNT",
"name": "Offshore Chinese Yuan traded in Taiwan (Non-ISO)",
"numeric_code": "0",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CNY",
"name": "Chinese yuan",
"numeric_code": "156",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "COP",
"name": "Colombian peso",
"numeric_code": "170",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "COU",
"name": "Unidad de Valor Real (UVR) (funds code)",
"numeric_code": "970",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CRC",
"name": "Costa Rican colon",
"numeric_code": "188",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CUC",
"name": "Cuban convertible peso",
"numeric_code": "931",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CUP",
"name": "Cuban peso",
"numeric_code": "192",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CVE",
"name": "Cape Verdean escudo",
"numeric_code": "132",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "CZK",
"name": "Czech koruna",
"numeric_code": "203",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "DJF",
"name": "Djiboutian franc",
"numeric_code": "262",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "DKK",
"name": "Danish krone",
"numeric_code": "208",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "DOP",
"name": "Dominican peso",
"numeric_code": "214",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "DZD",
"name": "Algerian dinar",
"numeric_code": "12",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "EGP",
"name": "Egyptian pound",
"numeric_code": "818",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "ERN",
"name": "Eritrean nakfa",
"numeric_code": "232",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "ETB",
"name": "Ethiopian birr",
"numeric_code": "230",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "EUR",
"name": "Euro",
"numeric_code": "978",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "FJD",
"name": "Fiji dollar",
"numeric_code": "242",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "FKP",
"name": "Falkland Islands pound",
"numeric_code": "238",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "GBP",
"name": "Pound sterling",
"numeric_code": "826",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "GEL",
"name": "Georgian lari",
"numeric_code": "981",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "GGP",
"name": "Guernsey Pound (Non-ISO)",
"numeric_code": "0",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "GHS",
"name": "Ghanaian cedi",
"numeric_code": "936",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "GIP",
"name": "Gibraltar pound",
"numeric_code": "292",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "GMD",
"name": "Gambian dalasi",
"numeric_code": "270",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "GNF",
"name": "Guinean franc",
"numeric_code": "324",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "GTQ",
"name": "Guatemalan quetzal",
"numeric_code": "320",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "GYD",
"name": "Guyanese dollar",
"numeric_code": "328",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "HKD",
"name": "Hong Kong dollar",
"numeric_code": "344",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "HNL",
"name": "Honduran lempira",
"numeric_code": "340",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "HRK",
"name": "Croatian kuna",
"numeric_code": "191",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "HTG",
"name": "Haitian gourde",
"numeric_code": "332",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "HUF",
"name": "Hungarian forint",
"numeric_code": "348",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "IDR",
"name": "Indonesian rupiah",
"numeric_code": "360",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "ILS",
"name": "Israeli new shekel",
"numeric_code": "376",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "IMP",
"name": "Isle of Man Pound (Non-ISO)",
"numeric_code": "0",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "INR",
"name": "Indian rupee",
"numeric_code": "356",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "IQD",
"name": "Iraqi dinar",
"numeric_code": "368",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1000,
"rounding_type": "Closest",
"rounding_precision": 3,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "IRR",
"name": "Iranian rial",
"numeric_code": "364",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "ISK",
"name": "Icelandic krona",
"numeric_code": "352",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "JEP",
"name": "Jersey Pound (Non-ISO)",
"numeric_code": "0",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "JMD",
"name": "Jamaican dollar",
"numeric_code": "388",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "JOD",
"name": "Jordanian dinar",
"numeric_code": "400",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1000,
"rounding_type": "Closest",
"rounding_precision": 3,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "JPY",
"name": "Japanese yen",
"numeric_code": "392",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "KES",
"name": "Kenyan shilling",
"numeric_code": "404",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "KGS",
"name": "Kyrgyzstani som",
"numeric_code": "417",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "KHR",
"name": "Cambodian riel",
"numeric_code": "116",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "KID",
"name": "Kiribati dollar (Non-ISO)",
"numeric_code": "0",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "KMF",
"name": "Comoro franc",
"numeric_code": "174",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "KPW",
"name": "North Korean won",
"numeric_code": "408",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "KRW",
"name": "South Korean won",
"numeric_code": "410",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "KWD",
"name": "Kuwaiti dinar",
"numeric_code": "414",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1000,
"rounding_type": "Closest",
"rounding_precision": 3,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "KYD",
"name": "Cayman Islands dollar",
"numeric_code": "136",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "KZT",
"name": "Kazakhstani tenge",
"numeric_code": "398",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "LAK",
"name": "Lao kip",
"numeric_code": "418",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "LBP",
"name": "Lebanese pound",
"numeric_code": "422",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "LKR",
"name": "Sri Lankan rupee",
"numeric_code": "144",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "LRD",
"name": "Liberian dollar",
"numeric_code": "430",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "LSL",
"name": "Lesotho loti",
"numeric_code": "426",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "LYD",
"name": "Libyan dinar",
"numeric_code": "434",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1000,
"rounding_type": "Closest",
"rounding_precision": 3,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MAD",
"name": "Moroccan dirham",
"numeric_code": "504",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MDL",
"name": "Moldovan leu",
"numeric_code": "498",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MGA",
"name": "Malagasy ariary",
"numeric_code": "969",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MKD",
"name": "Macedonian denar",
"numeric_code": "807",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MMK",
"name": "Myanmar kyat",
"numeric_code": "104",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MNT",
"name": "Mongolian toegroeg",
"numeric_code": "496",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MOP",
"name": "Macanese pataca",
"numeric_code": "446",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MRU",
"name": "Mauritanian ouguiya",
"numeric_code": "929",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MUR",
"name": "Mauritian rupee",
"numeric_code": "480",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MVR",
"name": "Maldivian rufiyaa",
"numeric_code": "462",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MWK",
"name": "Malawian kwacha",
"numeric_code": "454",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MXN",
"name": "Mexican peso",
"numeric_code": "484",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MXV",
"name": "Mexican Unidad de Inversion (UDI) (funds code)",
"numeric_code": "979",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MYR",
"name": "Malaysian ringgit",
"numeric_code": "458",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "MZN",
"name": "Mozambican metical",
"numeric_code": "943",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "NAD",
"name": "Namibian dollar",
"numeric_code": "516",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "NGN",
"name": "Nigerian naira",
"numeric_code": "566",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "NIO",
"name": "Nicaraguan cordoba",
"numeric_code": "558",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "NOK",
"name": "Norwegian krone",
"numeric_code": "578",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "NPR",
"name": "Nepalese rupee",
"numeric_code": "524",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "NZD",
"name": "New Zealand dollar",
"numeric_code": "554",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "OMR",
"name": "Omani rial",
"numeric_code": "512",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1000,
"rounding_type": "Closest",
"rounding_precision": 3,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "PAB",
"name": "Panamanian balboa",
"numeric_code": "590",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "PEN",
"name": "Peruvian sol",
"numeric_code": "604",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "PGK",
"name": "Papua New Guinean kina",
"numeric_code": "598",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "PHP",
"name": "Philippine peso",
"numeric_code": "608",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "PKR",
"name": "Pakistani rupee",
"numeric_code": "586",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "PLN",
"name": "Polish z_oty",
"numeric_code": "985",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "PYG",
"name": "Paraguayan guarani",
"numeric_code": "600",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "QAR",
"name": "Qatari riyal",
"numeric_code": "634",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "RON",
"name": "Romanian leu",
"numeric_code": "946",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "RSD",
"name": "Serbian dinar",
"numeric_code": "941",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "RUB",
"name": "Russian ruble",
"numeric_code": "643",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "RWF",
"name": "Rwandan franc",
"numeric_code": "646",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SAR",
"name": "Saudi riyal",
"numeric_code": "682",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SBD",
"name": "Solomon Islands dollar",
"numeric_code": "90",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SCR",
"name": "Seychelles rupee",
"numeric_code": "690",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SDG",
"name": "Sudanese pound",
"numeric_code": "938",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SEK",
"name": "Swedish krona/kronor",
"numeric_code": "752",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SGD",
"name": "Singapore dollar",
"numeric_code": "702",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SHP",
"name": "Saint Helena pound",
"numeric_code": "654",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SLL",
"name": "Sierra Leonean leone",
"numeric_code": "694",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SOS",
"name": "Somali shilling",
"numeric_code": "706",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SRD",
"name": "Surinamese dollar",
"numeric_code": "968",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SSP",
"name": "South Sudanese pound",
"numeric_code": "728",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "STN",
"name": "Sao Tome and Principe dobra",
"numeric_code": "930",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SVC",
"name": "Salvadoran colon",
"numeric_code": "222",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SYP",
"name": "Syrian pound",
"numeric_code": "760",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "SZL",
"name": "Swazi lilangeni",
"numeric_code": "748",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "THB",
"name": "Thai baht",
"numeric_code": "764",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "TJS",
"name": "Tajikistani somoni",
"numeric_code": "972",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "TMT",
"name": "Turkmenistan manat",
"numeric_code": "934",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "TND",
"name": "Tunisian dinar",
"numeric_code": "788",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1000,
"rounding_type": "Closest",
"rounding_precision": 3,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "TOP",
"name": "Tongan pa_anga",
"numeric_code": "776",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "TRY",
"name": "Turkish lira",
"numeric_code": "949",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "TTD",
"name": "Trinidad and Tobago dollar",
"numeric_code": "780",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "TWD",
"name": "New Taiwan dollar",
"numeric_code": "901",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "TZS",
"name": "Tanzanian shilling",
"numeric_code": "834",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "UAH",
"name": "Ukrainian hryvnia",
"numeric_code": "980",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "UGX",
"name": "Ugandan shilling",
"numeric_code": "800",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "USD",
"name": "United States dollar",
"numeric_code": "840",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "USN",
"name": "United States dollar (next day) (funds code)",
"numeric_code": "997",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "UYI",
"name": "Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)",
"numeric_code": "940",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "UYU",
"name": "Uruguayan peso",
"numeric_code": "858",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "UYW",
"name": "Unidad previsional",
"numeric_code": "927",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 10000,
"rounding_type": "Closest",
"rounding_precision": 4,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "UZS",
"name": "Uzbekistan som",
"numeric_code": "860",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "VES",
"name": "Venezuelan bolivar soberano",
"numeric_code": "928",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "VND",
"name": "Vietnamese dong",
"numeric_code": "704",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "VUV",
"name": "Vanuatu vatu",
"numeric_code": "548",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "WST",
"name": "Samoan tala",
"numeric_code": "882",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "XAF",
"name": "CFA franc BEAC",
"numeric_code": "950",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "XAG",
"name": "Silver (one troy ounce)",
"numeric_code": "961",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "XAU",
"name": "Gold (one troy ounce)",
"numeric_code": "959",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "XCD",
"name": "East Caribbean dollar",
"numeric_code": "951",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "XOF",
"name": "CFA franc BCEAO",
"numeric_code": "952",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "XPD",
"name": "Palladium (one troy ounce)",
"numeric_code": "964",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "XPF",
"name": "CFP franc (franc Pacifique)",
"numeric_code": "953",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 1,
"rounding_type": "Closest",
"rounding_precision": 0,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "XPT",
"name": "Platinum (one troy ounce)",
"numeric_code": "962",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "XSU",
"name": "SUCRE",
"numeric_code": "994",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "XUA",
"name": "ADB Unit of Account",
"numeric_code": "965",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "YER",
"name": "Yemeni rial",
"numeric_code": "886",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "ZAR",
"name": "South African rand",
"numeric_code": "710",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "ZMW",
"name": "Zambian kwacha",
"numeric_code": "967",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
},
{
"iso_code": "ZWL",
"name": "Zimbabwean dollar",
"numeric_code": "932",
"symbol": "",
"fraction_symbol": "",
"fractions_per_unit": 100,
"rounding_type": "Closest",
"rounding_precision": 2,
"format": "",
"currency_type": "",
"modified_by": "",
"valid_from": "",
"valid_to": ""
}
]
Exporting
XML Exporting
- Currencies
- Export latest
./ores.cli export ${log_args} ${format_args} --entity currencies | xmllint --format -<?xml version="1.0" encoding="UTF-8"?> <CurrencyConfig> <Currency> <Name>United Arab Emirates dirham</Name> <ISOCode>AED</ISOCode> <NumericCode>784</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Afghan afghani</Name> <ISOCode>AFN</ISOCode> <NumericCode>971</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Albanian lek</Name> <ISOCode>ALL</ISOCode> <NumericCode>8</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Armenian dram</Name> <ISOCode>AMD</ISOCode> <NumericCode>51</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Netherlands Antillean guilder</Name> <ISOCode>ANG</ISOCode> <NumericCode>532</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Angolan kwanza</Name> <ISOCode>AOA</ISOCode> <NumericCode>973</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Argentine peso</Name> <ISOCode>ARS</ISOCode> <NumericCode>32</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Australian dollar</Name> <ISOCode>AUD</ISOCode> <NumericCode>36</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Aruban florin</Name> <ISOCode>AWG</ISOCode> <NumericCode>533</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Azerbaijani manat</Name> <ISOCode>AZN</ISOCode> <NumericCode>944</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Bosnia and Herzegovina convertible mark</Name> <ISOCode>BAM</ISOCode> <NumericCode>977</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Barbados dollar</Name> <ISOCode>BBD</ISOCode> <NumericCode>52</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Bangladeshi taka</Name> <ISOCode>BDT</ISOCode> <NumericCode>50</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Bulgarian lev</Name> <ISOCode>BGN</ISOCode> <NumericCode>975</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Bahraini dinar</Name> <ISOCode>BHD</ISOCode> <NumericCode>48</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1000</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>3</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Burundian franc</Name> <ISOCode>BIF</ISOCode> <NumericCode>108</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Bermudian dollar</Name> <ISOCode>BMD</ISOCode> <NumericCode>60</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Brunei dollar</Name> <ISOCode>BND</ISOCode> <NumericCode>96</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Boliviano</Name> <ISOCode>BOB</ISOCode> <NumericCode>68</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Bolivian Mvdol (funds code)</Name> <ISOCode>BOV</ISOCode> <NumericCode>984</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Brazilian real</Name> <ISOCode>BRL</ISOCode> <NumericCode>986</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Bahamian dollar</Name> <ISOCode>BSD</ISOCode> <NumericCode>44</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Bhutanese ngultrum</Name> <ISOCode>BTN</ISOCode> <NumericCode>64</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Botswana pula</Name> <ISOCode>BWP</ISOCode> <NumericCode>72</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Belarusian ruble</Name> <ISOCode>BYN</ISOCode> <NumericCode>933</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Belize dollar</Name> <ISOCode>BZD</ISOCode> <NumericCode>84</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Canadian dollar</Name> <ISOCode>CAD</ISOCode> <NumericCode>124</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Congolese franc</Name> <ISOCode>CDF</ISOCode> <NumericCode>976</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>WIR euro (complementary currency)</Name> <ISOCode>CHE</ISOCode> <NumericCode>947</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Swiss franc</Name> <ISOCode>CHF</ISOCode> <NumericCode>756</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>WIR franc (complementary currency)</Name> <ISOCode>CHW</ISOCode> <NumericCode>948</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Unidad de Fomento (funds code)</Name> <ISOCode>CLF</ISOCode> <NumericCode>990</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>10000</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>4</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Chilean peso</Name> <ISOCode>CLP</ISOCode> <NumericCode>152</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Offshore Chinese Yuan traded in Hong Kong (Non-ISO)</Name> <ISOCode>CNH</ISOCode> <NumericCode>0</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Offshore Chinese Yuan traded in Taiwan (Non-ISO)</Name> <ISOCode>CNT</ISOCode> <NumericCode>0</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Chinese yuan</Name> <ISOCode>CNY</ISOCode> <NumericCode>156</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Colombian peso</Name> <ISOCode>COP</ISOCode> <NumericCode>170</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Unidad de Valor Real (UVR) (funds code)</Name> <ISOCode>COU</ISOCode> <NumericCode>970</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Costa Rican colon</Name> <ISOCode>CRC</ISOCode> <NumericCode>188</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Cuban convertible peso</Name> <ISOCode>CUC</ISOCode> <NumericCode>931</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Cuban peso</Name> <ISOCode>CUP</ISOCode> <NumericCode>192</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Cape Verdean escudo</Name> <ISOCode>CVE</ISOCode> <NumericCode>132</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Czech koruna</Name> <ISOCode>CZK</ISOCode> <NumericCode>203</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Djiboutian franc</Name> <ISOCode>DJF</ISOCode> <NumericCode>262</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Danish krone</Name> <ISOCode>DKK</ISOCode> <NumericCode>208</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Dominican peso</Name> <ISOCode>DOP</ISOCode> <NumericCode>214</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Algerian dinar</Name> <ISOCode>DZD</ISOCode> <NumericCode>12</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Egyptian pound</Name> <ISOCode>EGP</ISOCode> <NumericCode>818</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Eritrean nakfa</Name> <ISOCode>ERN</ISOCode> <NumericCode>232</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Ethiopian birr</Name> <ISOCode>ETB</ISOCode> <NumericCode>230</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Euro</Name> <ISOCode>EUR</ISOCode> <NumericCode>978</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Fiji dollar</Name> <ISOCode>FJD</ISOCode> <NumericCode>242</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Falkland Islands pound</Name> <ISOCode>FKP</ISOCode> <NumericCode>238</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Pound sterling</Name> <ISOCode>GBP</ISOCode> <NumericCode>826</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Georgian lari</Name> <ISOCode>GEL</ISOCode> <NumericCode>981</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Guernsey Pound (Non-ISO)</Name> <ISOCode>GGP</ISOCode> <NumericCode>0</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Ghanaian cedi</Name> <ISOCode>GHS</ISOCode> <NumericCode>936</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Gibraltar pound</Name> <ISOCode>GIP</ISOCode> <NumericCode>292</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Gambian dalasi</Name> <ISOCode>GMD</ISOCode> <NumericCode>270</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Guinean franc</Name> <ISOCode>GNF</ISOCode> <NumericCode>324</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Guatemalan quetzal</Name> <ISOCode>GTQ</ISOCode> <NumericCode>320</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Guyanese dollar</Name> <ISOCode>GYD</ISOCode> <NumericCode>328</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Hong Kong dollar</Name> <ISOCode>HKD</ISOCode> <NumericCode>344</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Honduran lempira</Name> <ISOCode>HNL</ISOCode> <NumericCode>340</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Croatian kuna</Name> <ISOCode>HRK</ISOCode> <NumericCode>191</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Haitian gourde</Name> <ISOCode>HTG</ISOCode> <NumericCode>332</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Hungarian forint</Name> <ISOCode>HUF</ISOCode> <NumericCode>348</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Indonesian rupiah</Name> <ISOCode>IDR</ISOCode> <NumericCode>360</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Israeli new shekel</Name> <ISOCode>ILS</ISOCode> <NumericCode>376</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Isle of Man Pound (Non-ISO)</Name> <ISOCode>IMP</ISOCode> <NumericCode>0</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Indian rupee</Name> <ISOCode>INR</ISOCode> <NumericCode>356</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Iraqi dinar</Name> <ISOCode>IQD</ISOCode> <NumericCode>368</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1000</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>3</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Iranian rial</Name> <ISOCode>IRR</ISOCode> <NumericCode>364</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Icelandic krona</Name> <ISOCode>ISK</ISOCode> <NumericCode>352</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Jersey Pound (Non-ISO)</Name> <ISOCode>JEP</ISOCode> <NumericCode>0</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Jamaican dollar</Name> <ISOCode>JMD</ISOCode> <NumericCode>388</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Jordanian dinar</Name> <ISOCode>JOD</ISOCode> <NumericCode>400</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1000</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>3</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Japanese yen</Name> <ISOCode>JPY</ISOCode> <NumericCode>392</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Kenyan shilling</Name> <ISOCode>KES</ISOCode> <NumericCode>404</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Kyrgyzstani som</Name> <ISOCode>KGS</ISOCode> <NumericCode>417</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Cambodian riel</Name> <ISOCode>KHR</ISOCode> <NumericCode>116</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Kiribati dollar (Non-ISO)</Name> <ISOCode>KID</ISOCode> <NumericCode>0</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Comoro franc</Name> <ISOCode>KMF</ISOCode> <NumericCode>174</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>North Korean won</Name> <ISOCode>KPW</ISOCode> <NumericCode>408</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>South Korean won</Name> <ISOCode>KRW</ISOCode> <NumericCode>410</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Kuwaiti dinar</Name> <ISOCode>KWD</ISOCode> <NumericCode>414</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1000</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>3</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Cayman Islands dollar</Name> <ISOCode>KYD</ISOCode> <NumericCode>136</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Kazakhstani tenge</Name> <ISOCode>KZT</ISOCode> <NumericCode>398</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Lao kip</Name> <ISOCode>LAK</ISOCode> <NumericCode>418</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Lebanese pound</Name> <ISOCode>LBP</ISOCode> <NumericCode>422</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Sri Lankan rupee</Name> <ISOCode>LKR</ISOCode> <NumericCode>144</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Liberian dollar</Name> <ISOCode>LRD</ISOCode> <NumericCode>430</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Lesotho loti</Name> <ISOCode>LSL</ISOCode> <NumericCode>426</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Libyan dinar</Name> <ISOCode>LYD</ISOCode> <NumericCode>434</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1000</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>3</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Moroccan dirham</Name> <ISOCode>MAD</ISOCode> <NumericCode>504</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Moldovan leu</Name> <ISOCode>MDL</ISOCode> <NumericCode>498</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Malagasy ariary</Name> <ISOCode>MGA</ISOCode> <NumericCode>969</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Macedonian denar</Name> <ISOCode>MKD</ISOCode> <NumericCode>807</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Myanmar kyat</Name> <ISOCode>MMK</ISOCode> <NumericCode>104</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Mongolian toegroeg</Name> <ISOCode>MNT</ISOCode> <NumericCode>496</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Macanese pataca</Name> <ISOCode>MOP</ISOCode> <NumericCode>446</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Mauritanian ouguiya</Name> <ISOCode>MRU</ISOCode> <NumericCode>929</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Mauritian rupee</Name> <ISOCode>MUR</ISOCode> <NumericCode>480</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Maldivian rufiyaa</Name> <ISOCode>MVR</ISOCode> <NumericCode>462</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Malawian kwacha</Name> <ISOCode>MWK</ISOCode> <NumericCode>454</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Mexican peso</Name> <ISOCode>MXN</ISOCode> <NumericCode>484</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Mexican Unidad de Inversion (UDI) (funds code)</Name> <ISOCode>MXV</ISOCode> <NumericCode>979</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Malaysian ringgit</Name> <ISOCode>MYR</ISOCode> <NumericCode>458</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Mozambican metical</Name> <ISOCode>MZN</ISOCode> <NumericCode>943</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Namibian dollar</Name> <ISOCode>NAD</ISOCode> <NumericCode>516</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Nigerian naira</Name> <ISOCode>NGN</ISOCode> <NumericCode>566</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Nicaraguan cordoba</Name> <ISOCode>NIO</ISOCode> <NumericCode>558</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Norwegian krone</Name> <ISOCode>NOK</ISOCode> <NumericCode>578</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Nepalese rupee</Name> <ISOCode>NPR</ISOCode> <NumericCode>524</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>New Zealand dollar</Name> <ISOCode>NZD</ISOCode> <NumericCode>554</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Omani rial</Name> <ISOCode>OMR</ISOCode> <NumericCode>512</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1000</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>3</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Panamanian balboa</Name> <ISOCode>PAB</ISOCode> <NumericCode>590</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Peruvian sol</Name> <ISOCode>PEN</ISOCode> <NumericCode>604</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Papua New Guinean kina</Name> <ISOCode>PGK</ISOCode> <NumericCode>598</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Philippine peso</Name> <ISOCode>PHP</ISOCode> <NumericCode>608</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Pakistani rupee</Name> <ISOCode>PKR</ISOCode> <NumericCode>586</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Polish z_oty</Name> <ISOCode>PLN</ISOCode> <NumericCode>985</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Paraguayan guarani</Name> <ISOCode>PYG</ISOCode> <NumericCode>600</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Qatari riyal</Name> <ISOCode>QAR</ISOCode> <NumericCode>634</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Romanian leu</Name> <ISOCode>RON</ISOCode> <NumericCode>946</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Serbian dinar</Name> <ISOCode>RSD</ISOCode> <NumericCode>941</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Russian ruble</Name> <ISOCode>RUB</ISOCode> <NumericCode>643</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Rwandan franc</Name> <ISOCode>RWF</ISOCode> <NumericCode>646</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Saudi riyal</Name> <ISOCode>SAR</ISOCode> <NumericCode>682</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Solomon Islands dollar</Name> <ISOCode>SBD</ISOCode> <NumericCode>90</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Seychelles rupee</Name> <ISOCode>SCR</ISOCode> <NumericCode>690</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Sudanese pound</Name> <ISOCode>SDG</ISOCode> <NumericCode>938</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Swedish krona/kronor</Name> <ISOCode>SEK</ISOCode> <NumericCode>752</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Singapore dollar</Name> <ISOCode>SGD</ISOCode> <NumericCode>702</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Saint Helena pound</Name> <ISOCode>SHP</ISOCode> <NumericCode>654</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Sierra Leonean leone</Name> <ISOCode>SLL</ISOCode> <NumericCode>694</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Somali shilling</Name> <ISOCode>SOS</ISOCode> <NumericCode>706</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Surinamese dollar</Name> <ISOCode>SRD</ISOCode> <NumericCode>968</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>South Sudanese pound</Name> <ISOCode>SSP</ISOCode> <NumericCode>728</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Sao Tome and Principe dobra</Name> <ISOCode>STN</ISOCode> <NumericCode>930</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Salvadoran colon</Name> <ISOCode>SVC</ISOCode> <NumericCode>222</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Syrian pound</Name> <ISOCode>SYP</ISOCode> <NumericCode>760</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Swazi lilangeni</Name> <ISOCode>SZL</ISOCode> <NumericCode>748</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Thai baht</Name> <ISOCode>THB</ISOCode> <NumericCode>764</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Tajikistani somoni</Name> <ISOCode>TJS</ISOCode> <NumericCode>972</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Turkmenistan manat</Name> <ISOCode>TMT</ISOCode> <NumericCode>934</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Tunisian dinar</Name> <ISOCode>TND</ISOCode> <NumericCode>788</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1000</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>3</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Tongan pa_anga</Name> <ISOCode>TOP</ISOCode> <NumericCode>776</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Turkish lira</Name> <ISOCode>TRY</ISOCode> <NumericCode>949</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Trinidad and Tobago dollar</Name> <ISOCode>TTD</ISOCode> <NumericCode>780</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>New Taiwan dollar</Name> <ISOCode>TWD</ISOCode> <NumericCode>901</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Tanzanian shilling</Name> <ISOCode>TZS</ISOCode> <NumericCode>834</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Ukrainian hryvnia</Name> <ISOCode>UAH</ISOCode> <NumericCode>980</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Ugandan shilling</Name> <ISOCode>UGX</ISOCode> <NumericCode>800</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>United States dollar</Name> <ISOCode>USD</ISOCode> <NumericCode>840</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>United States dollar (next day) (funds code)</Name> <ISOCode>USN</ISOCode> <NumericCode>997</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)</Name> <ISOCode>UYI</ISOCode> <NumericCode>940</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Uruguayan peso</Name> <ISOCode>UYU</ISOCode> <NumericCode>858</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Unidad previsional</Name> <ISOCode>UYW</ISOCode> <NumericCode>927</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>10000</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>4</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Uzbekistan som</Name> <ISOCode>UZS</ISOCode> <NumericCode>860</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Venezuelan bolivar soberano</Name> <ISOCode>VES</ISOCode> <NumericCode>928</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Vietnamese dong</Name> <ISOCode>VND</ISOCode> <NumericCode>704</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Vanuatu vatu</Name> <ISOCode>VUV</ISOCode> <NumericCode>548</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Samoan tala</Name> <ISOCode>WST</ISOCode> <NumericCode>882</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>CFA franc BEAC</Name> <ISOCode>XAF</ISOCode> <NumericCode>950</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Silver (one troy ounce)</Name> <ISOCode>XAG</ISOCode> <NumericCode>961</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Gold (one troy ounce)</Name> <ISOCode>XAU</ISOCode> <NumericCode>959</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>East Caribbean dollar</Name> <ISOCode>XCD</ISOCode> <NumericCode>951</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>CFA franc BCEAO</Name> <ISOCode>XOF</ISOCode> <NumericCode>952</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Palladium (one troy ounce)</Name> <ISOCode>XPD</ISOCode> <NumericCode>964</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>CFP franc (franc Pacifique)</Name> <ISOCode>XPF</ISOCode> <NumericCode>953</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>1</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>0</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Platinum (one troy ounce)</Name> <ISOCode>XPT</ISOCode> <NumericCode>962</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>SUCRE</Name> <ISOCode>XSU</ISOCode> <NumericCode>994</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>ADB Unit of Account</Name> <ISOCode>XUA</ISOCode> <NumericCode>965</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Yemeni rial</Name> <ISOCode>YER</ISOCode> <NumericCode>886</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>South African rand</Name> <ISOCode>ZAR</ISOCode> <NumericCode>710</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Zambian kwacha</Name> <ISOCode>ZMW</ISOCode> <NumericCode>967</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Zimbabwean dollar</Name> <ISOCode>ZWL</ISOCode> <NumericCode>932</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> </CurrencyConfig>
- Export latest by iso code
./ores.cli export ${log_args} ${format_args} --entity currencies --key 'AOA' | xmllint --format -<?xml version="1.0" encoding="UTF-8"?> <CurrencyConfig> <Currency> <Name>Angolan kwanza</Name> <ISOCode>AOA</ISOCode> <NumericCode>973</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> </CurrencyConfig>
- Export at time point
Sliced as there are too many.
./ores.cli export ${log_args} ${format_args} --entity currencies --as-of "2025-09-29 00:06:09" | xmllint --format - | head -n 50<?xml version="1.0" encoding="UTF-8"?> <CurrencyConfig> <Currency> <Name>United Arab Emirates dirham</Name> <ISOCode>AED</ISOCode> <NumericCode>784</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Afghan afghani</Name> <ISOCode>AFN</ISOCode> <NumericCode>971</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Albanian lek</Name> <ISOCode>ALL</ISOCode> <NumericCode>8</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Armenian dram</Name> <ISOCode>AMD</ISOCode> <NumericCode>51</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency>
- Export at time point by iso code
./ores.cli export ${log_args} ${format_args} --entity currencies --as-of "2025-09-29 00:08:06" --key 'AOA' | xmllint --format -<?xml version="1.0" encoding="UTF-8"?> <CurrencyConfig> <Currency> <Name>Angolan kwanza</Name> <ISOCode>AOA</ISOCode> <NumericCode>973</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> </CurrencyConfig>
- Export all by iso code
./ores.cli export ${log_args} ${format_args} --entity currencies --key 'AOA' --all-versions | xmllint --format -<?xml version="1.0" encoding="UTF-8"?> <CurrencyConfig> <Currency> <Name>Angolan kwanza</Name> <ISOCode>AOA</ISOCode> <NumericCode>973</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Angolan kwanza</Name> <ISOCode>AOA</ISOCode> <NumericCode>973</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> </CurrencyConfig>
- Export all
Sliced as there are too many.
./ores.cli export ${log_args} ${format_args} --entity currencies --all-versions | xmllint --format - | head -n 50<?xml version="1.0" encoding="UTF-8"?> <CurrencyConfig> <Currency> <Name>Danish krone</Name> <ISOCode>DKK</ISOCode> <NumericCode>208</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Lebanese pound</Name> <ISOCode>LBP</ISOCode> <NumericCode>422</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Bhutanese ngultrum</Name> <ISOCode>BTN</ISOCode> <NumericCode>64</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency> <Currency> <Name>Sri Lankan rupee</Name> <ISOCode>LKR</ISOCode> <NumericCode>144</NumericCode> <Symbol/> <FractionSymbol/> <FractionsPerUnit>100</FractionsPerUnit> <RoundingType>Closest</RoundingType> <RoundingPrecision>2</RoundingPrecision> <Format/> <CurrencyType/> </Currency>
- Export latest
JSON Exporting
- Currencies
- Export latest
./ores.cli export ${log_args} ${format_args} --entity currencies | jq .[ { "iso_code": "AED", "name": "United Arab Emirates dirham", "numeric_code": "784", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "AFN", "name": "Afghan afghani", "numeric_code": "971", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "ALL", "name": "Albanian lek", "numeric_code": "8", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "AMD", "name": "Armenian dram", "numeric_code": "51", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "ANG", "name": "Netherlands Antillean guilder", "numeric_code": "532", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "AOA", "name": "Angolan kwanza", "numeric_code": "973", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "ARS", "name": "Argentine peso", "numeric_code": "32", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "AUD", "name": "Australian dollar", "numeric_code": "36", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "AWG", "name": "Aruban florin", "numeric_code": "533", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "AZN", "name": "Azerbaijani manat", "numeric_code": "944", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BAM", "name": "Bosnia and Herzegovina convertible mark", "numeric_code": "977", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BBD", "name": "Barbados dollar", "numeric_code": "52", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BDT", "name": "Bangladeshi taka", "numeric_code": "50", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BGN", "name": "Bulgarian lev", "numeric_code": "975", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BHD", "name": "Bahraini dinar", "numeric_code": "48", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1000, "rounding_type": "Closest", "rounding_precision": 3, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BIF", "name": "Burundian franc", "numeric_code": "108", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BMD", "name": "Bermudian dollar", "numeric_code": "60", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BND", "name": "Brunei dollar", "numeric_code": "96", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BOB", "name": "Boliviano", "numeric_code": "68", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BOV", "name": "Bolivian Mvdol (funds code)", "numeric_code": "984", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BRL", "name": "Brazilian real", "numeric_code": "986", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BSD", "name": "Bahamian dollar", "numeric_code": "44", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BTN", "name": "Bhutanese ngultrum", "numeric_code": "64", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BWP", "name": "Botswana pula", "numeric_code": "72", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BYN", "name": "Belarusian ruble", "numeric_code": "933", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BZD", "name": "Belize dollar", "numeric_code": "84", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CAD", "name": "Canadian dollar", "numeric_code": "124", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CDF", "name": "Congolese franc", "numeric_code": "976", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CHE", "name": "WIR euro (complementary currency)", "numeric_code": "947", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CHF", "name": "Swiss franc", "numeric_code": "756", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CHW", "name": "WIR franc (complementary currency)", "numeric_code": "948", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CLF", "name": "Unidad de Fomento (funds code)", "numeric_code": "990", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 10000, "rounding_type": "Closest", "rounding_precision": 4, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CLP", "name": "Chilean peso", "numeric_code": "152", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CNH", "name": "Offshore Chinese Yuan traded in Hong Kong (Non-ISO)", "numeric_code": "0", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CNT", "name": "Offshore Chinese Yuan traded in Taiwan (Non-ISO)", "numeric_code": "0", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CNY", "name": "Chinese yuan", "numeric_code": "156", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "COP", "name": "Colombian peso", "numeric_code": "170", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "COU", "name": "Unidad de Valor Real (UVR) (funds code)", "numeric_code": "970", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CRC", "name": "Costa Rican colon", "numeric_code": "188", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CUC", "name": "Cuban convertible peso", "numeric_code": "931", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CUP", "name": "Cuban peso", "numeric_code": "192", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CVE", "name": "Cape Verdean escudo", "numeric_code": "132", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "CZK", "name": "Czech koruna", "numeric_code": "203", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "DJF", "name": "Djiboutian franc", "numeric_code": "262", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "DKK", "name": "Danish krone", "numeric_code": "208", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "DOP", "name": "Dominican peso", "numeric_code": "214", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "DZD", "name": "Algerian dinar", "numeric_code": "12", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "EGP", "name": "Egyptian pound", "numeric_code": "818", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "ERN", "name": "Eritrean nakfa", "numeric_code": "232", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "ETB", "name": "Ethiopian birr", "numeric_code": "230", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "EUR", "name": "Euro", "numeric_code": "978", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "FJD", "name": "Fiji dollar", "numeric_code": "242", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "FKP", "name": "Falkland Islands pound", "numeric_code": "238", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "GBP", "name": "Pound sterling", "numeric_code": "826", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "GEL", "name": "Georgian lari", "numeric_code": "981", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "GGP", "name": "Guernsey Pound (Non-ISO)", "numeric_code": "0", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "GHS", "name": "Ghanaian cedi", "numeric_code": "936", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "GIP", "name": "Gibraltar pound", "numeric_code": "292", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "GMD", "name": "Gambian dalasi", "numeric_code": "270", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "GNF", "name": "Guinean franc", "numeric_code": "324", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "GTQ", "name": "Guatemalan quetzal", "numeric_code": "320", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "GYD", "name": "Guyanese dollar", "numeric_code": "328", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "HKD", "name": "Hong Kong dollar", "numeric_code": "344", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "HNL", "name": "Honduran lempira", "numeric_code": "340", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "HRK", "name": "Croatian kuna", "numeric_code": "191", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "HTG", "name": "Haitian gourde", "numeric_code": "332", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "HUF", "name": "Hungarian forint", "numeric_code": "348", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "IDR", "name": "Indonesian rupiah", "numeric_code": "360", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "ILS", "name": "Israeli new shekel", "numeric_code": "376", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "IMP", "name": "Isle of Man Pound (Non-ISO)", "numeric_code": "0", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "INR", "name": "Indian rupee", "numeric_code": "356", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "IQD", "name": "Iraqi dinar", "numeric_code": "368", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1000, "rounding_type": "Closest", "rounding_precision": 3, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "IRR", "name": "Iranian rial", "numeric_code": "364", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "ISK", "name": "Icelandic krona", "numeric_code": "352", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "JEP", "name": "Jersey Pound (Non-ISO)", "numeric_code": "0", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "JMD", "name": "Jamaican dollar", "numeric_code": "388", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "JOD", "name": "Jordanian dinar", "numeric_code": "400", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1000, "rounding_type": "Closest", "rounding_precision": 3, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "JPY", "name": "Japanese yen", "numeric_code": "392", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "KES", "name": "Kenyan shilling", "numeric_code": "404", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "KGS", "name": "Kyrgyzstani som", "numeric_code": "417", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "KHR", "name": "Cambodian riel", "numeric_code": "116", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "KID", "name": "Kiribati dollar (Non-ISO)", "numeric_code": "0", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "KMF", "name": "Comoro franc", "numeric_code": "174", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "KPW", "name": "North Korean won", "numeric_code": "408", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "KRW", "name": "South Korean won", "numeric_code": "410", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "KWD", "name": "Kuwaiti dinar", "numeric_code": "414", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1000, "rounding_type": "Closest", "rounding_precision": 3, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "KYD", "name": "Cayman Islands dollar", "numeric_code": "136", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "KZT", "name": "Kazakhstani tenge", "numeric_code": "398", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "LAK", "name": "Lao kip", "numeric_code": "418", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "LBP", "name": "Lebanese pound", "numeric_code": "422", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "LKR", "name": "Sri Lankan rupee", "numeric_code": "144", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "LRD", "name": "Liberian dollar", "numeric_code": "430", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "LSL", "name": "Lesotho loti", "numeric_code": "426", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "LYD", "name": "Libyan dinar", "numeric_code": "434", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1000, "rounding_type": "Closest", "rounding_precision": 3, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MAD", "name": "Moroccan dirham", "numeric_code": "504", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MDL", "name": "Moldovan leu", "numeric_code": "498", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MGA", "name": "Malagasy ariary", "numeric_code": "969", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MKD", "name": "Macedonian denar", "numeric_code": "807", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MMK", "name": "Myanmar kyat", "numeric_code": "104", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MNT", "name": "Mongolian toegroeg", "numeric_code": "496", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MOP", "name": "Macanese pataca", "numeric_code": "446", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MRU", "name": "Mauritanian ouguiya", "numeric_code": "929", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MUR", "name": "Mauritian rupee", "numeric_code": "480", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MVR", "name": "Maldivian rufiyaa", "numeric_code": "462", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MWK", "name": "Malawian kwacha", "numeric_code": "454", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MXN", "name": "Mexican peso", "numeric_code": "484", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MXV", "name": "Mexican Unidad de Inversion (UDI) (funds code)", "numeric_code": "979", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MYR", "name": "Malaysian ringgit", "numeric_code": "458", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "MZN", "name": "Mozambican metical", "numeric_code": "943", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "NAD", "name": "Namibian dollar", "numeric_code": "516", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "NGN", "name": "Nigerian naira", "numeric_code": "566", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "NIO", "name": "Nicaraguan cordoba", "numeric_code": "558", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "NOK", "name": "Norwegian krone", "numeric_code": "578", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "NPR", "name": "Nepalese rupee", "numeric_code": "524", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "NZD", "name": "New Zealand dollar", "numeric_code": "554", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "OMR", "name": "Omani rial", "numeric_code": "512", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1000, "rounding_type": "Closest", "rounding_precision": 3, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "PAB", "name": "Panamanian balboa", "numeric_code": "590", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "PEN", "name": "Peruvian sol", "numeric_code": "604", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "PGK", "name": "Papua New Guinean kina", "numeric_code": "598", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "PHP", "name": "Philippine peso", "numeric_code": "608", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "PKR", "name": "Pakistani rupee", "numeric_code": "586", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "PLN", "name": "Polish z_oty", "numeric_code": "985", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "PYG", "name": "Paraguayan guarani", "numeric_code": "600", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "QAR", "name": "Qatari riyal", "numeric_code": "634", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "RON", "name": "Romanian leu", "numeric_code": "946", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "RSD", "name": "Serbian dinar", "numeric_code": "941", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "RUB", "name": "Russian ruble", "numeric_code": "643", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "RWF", "name": "Rwandan franc", "numeric_code": "646", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SAR", "name": "Saudi riyal", "numeric_code": "682", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SBD", "name": "Solomon Islands dollar", "numeric_code": "90", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SCR", "name": "Seychelles rupee", "numeric_code": "690", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SDG", "name": "Sudanese pound", "numeric_code": "938", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SEK", "name": "Swedish krona/kronor", "numeric_code": "752", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SGD", "name": "Singapore dollar", "numeric_code": "702", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SHP", "name": "Saint Helena pound", "numeric_code": "654", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SLL", "name": "Sierra Leonean leone", "numeric_code": "694", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SOS", "name": "Somali shilling", "numeric_code": "706", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SRD", "name": "Surinamese dollar", "numeric_code": "968", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SSP", "name": "South Sudanese pound", "numeric_code": "728", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "STN", "name": "Sao Tome and Principe dobra", "numeric_code": "930", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SVC", "name": "Salvadoran colon", "numeric_code": "222", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SYP", "name": "Syrian pound", "numeric_code": "760", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "SZL", "name": "Swazi lilangeni", "numeric_code": "748", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "THB", "name": "Thai baht", "numeric_code": "764", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "TJS", "name": "Tajikistani somoni", "numeric_code": "972", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "TMT", "name": "Turkmenistan manat", "numeric_code": "934", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "TND", "name": "Tunisian dinar", "numeric_code": "788", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1000, "rounding_type": "Closest", "rounding_precision": 3, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "TOP", "name": "Tongan pa_anga", "numeric_code": "776", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "TRY", "name": "Turkish lira", "numeric_code": "949", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "TTD", "name": "Trinidad and Tobago dollar", "numeric_code": "780", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "TWD", "name": "New Taiwan dollar", "numeric_code": "901", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "TZS", "name": "Tanzanian shilling", "numeric_code": "834", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "UAH", "name": "Ukrainian hryvnia", "numeric_code": "980", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "UGX", "name": "Ugandan shilling", "numeric_code": "800", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "USD", "name": "United States dollar", "numeric_code": "840", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "USN", "name": "United States dollar (next day) (funds code)", "numeric_code": "997", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "UYI", "name": "Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)", "numeric_code": "940", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "UYU", "name": "Uruguayan peso", "numeric_code": "858", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "UYW", "name": "Unidad previsional", "numeric_code": "927", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 10000, "rounding_type": "Closest", "rounding_precision": 4, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "UZS", "name": "Uzbekistan som", "numeric_code": "860", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "VES", "name": "Venezuelan bolivar soberano", "numeric_code": "928", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "VND", "name": "Vietnamese dong", "numeric_code": "704", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "VUV", "name": "Vanuatu vatu", "numeric_code": "548", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "WST", "name": "Samoan tala", "numeric_code": "882", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "XAF", "name": "CFA franc BEAC", "numeric_code": "950", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "XAG", "name": "Silver (one troy ounce)", "numeric_code": "961", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "XAU", "name": "Gold (one troy ounce)", "numeric_code": "959", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "XCD", "name": "East Caribbean dollar", "numeric_code": "951", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "XOF", "name": "CFA franc BCEAO", "numeric_code": "952", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "XPD", "name": "Palladium (one troy ounce)", "numeric_code": "964", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "XPF", "name": "CFP franc (franc Pacifique)", "numeric_code": "953", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 1, "rounding_type": "Closest", "rounding_precision": 0, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "XPT", "name": "Platinum (one troy ounce)", "numeric_code": "962", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "XSU", "name": "SUCRE", "numeric_code": "994", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "XUA", "name": "ADB Unit of Account", "numeric_code": "965", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "YER", "name": "Yemeni rial", "numeric_code": "886", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "ZAR", "name": "South African rand", "numeric_code": "710", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "ZMW", "name": "Zambian kwacha", "numeric_code": "967", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "ZWL", "name": "Zimbabwean dollar", "numeric_code": "932", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" } ] - Export latest by iso code
./ores.cli export ${log_args} ${format_args} --entity currencies --key 'AOA' | jq .[ { "iso_code": "AOA", "name": "Angolan kwanza", "numeric_code": "973", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" } ] - Export at time point
Sliced as there are too many.
./ores.cli export ${log_args} ${format_args} --entity currencies --as-of "2025-09-29 00:06:09" | jq .[:3][ { "iso_code": "AED", "name": "United Arab Emirates dirham", "numeric_code": "784", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:06:08", "valid_to": "2025-09-29 00:09:22" }, { "iso_code": "AFN", "name": "Afghan afghani", "numeric_code": "971", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:06:08", "valid_to": "2025-09-29 00:09:22" }, { "iso_code": "ALL", "name": "Albanian lek", "numeric_code": "8", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:06:08", "valid_to": "2025-09-29 00:09:22" } ] - Export at time point by iso code
./ores.cli export ${log_args} ${format_args} --entity currencies --as-of "2025-09-29 00:08:06" --key 'AOA' | jq .[ { "iso_code": "AOA", "name": "Angolan kwanza", "numeric_code": "973", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:06:08", "valid_to": "2025-09-29 00:09:22" } ] - Export all by iso code
./ores.cli export ${log_args} ${format_args} --entity currencies --key 'AOA' --all-versions | jq .[ { "iso_code": "AOA", "name": "Angolan kwanza", "numeric_code": "973", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "AOA", "name": "Angolan kwanza", "numeric_code": "973", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:06:08", "valid_to": "2025-09-29 00:09:22" } ] - Export all
Sliced as there are too many.
./ores.cli export ${log_args} ${format_args} --entity currencies --all-versions | jq .[:4][ { "iso_code": "DKK", "name": "Danish krone", "numeric_code": "208", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "LBP", "name": "Lebanese pound", "numeric_code": "422", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "BTN", "name": "Bhutanese ngultrum", "numeric_code": "64", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" }, { "iso_code": "LKR", "name": "Sri Lankan rupee", "numeric_code": "144", "symbol": "", "fraction_symbol": "", "fractions_per_unit": 100, "rounding_type": "Closest", "rounding_precision": 2, "format": "", "currency_type": "", "modified_by": "ores", "valid_from": "2025-09-29 00:09:22", "valid_to": "9999-12-31 23:59:59" } ]
- Export latest
Client
Basic connect
./ores.cli ${log_args} client <<EOF
connect localhost 55555 test
exit
ORE Studio Client REPL v0.0.3 Type 'help' for available commands, 'exit' to quit
ores-client> ores-client> Bye! ✓ Connected ores-client>
| Previous: Recipes |