{
  "platform_id": "db4f7fca-f19a-4c43-bd5d-5168cfefd2c0",
  "name": "Zimbabwean Dollar",
  "code": "ZWD",
  "symbol": null,
  "is_base_currency": null,
  "exchange_rate": 1,
  "updated_at": null
}
  • Currencies enable businesses operating internationally to manage and track transactions in different national currencies.
  • By monitoring different currencies, businesses can gain critical insights into how currency fluctuations affect their financial performance.
  • Businesses can link different currency accounts or transactions to view consolidated reports in a single base currency.

Attributes

platform_id
string
required

The Platform’s ID for the currency

name
string

The name of the currency

code
string

The currency code

symbol
string

The symbol that represents the currency

is_base_currency
boolean

Whether the currency is the base currency for the company

exchange_rate
float

The exchange rate for the currency

updated_at
date

The last ISO 8601 timestamp that the data was updated at

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the currency
namestringThe name of the currency
codestringThe currency code.
symbolstringThe symbol that represents the currency. Not applicable for many currencies
is_base_currencybooleanWhether the currency is the base currency for the company
exchange_ratefloatThe exchange rate for the currency
updated_atdateThe last ISO 8601 timestamp that the data was updated at
{
  "platform_id": "db4f7fca-f19a-4c43-bd5d-5168cfefd2c0",
  "name": "Zimbabwean Dollar",
  "code": "ZWD",
  "symbol": null,
  "is_base_currency": null,
  "exchange_rate": 1,
  "updated_at": null
}