Skip to main content

currency

Information about a currency, like the ISO code and symbol.

Properties

The ISO code of the currency.

The name of the currency.

The symbol of the currency.

{
"iso_code": "CAD",
"name": "Canadian Dollar",
"symbol": "$"
}
Was this section helpful?