---
title: currencyCode
framework: financekit
role: symbol
role_heading: Instance Property
path: financekit/currencyamount/currencycode
---

# currencyCode

The currency of the amount.

## Declaration

```swift
let currencyCode: String
```

## Discussion

Discussion FinanceKit expresses currencies as three character strings. These are usually ISO 4217 compliant, but aren’t guaranteed to be since not all currencies are expressible by the ISO 4217 standard.

## See Also

### Instance Properties

- [amount](financekit/currencyamount/amount.md)
