---
title: currencyCode
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inbalanceamount/currencycode
---

# currencyCode

The ISO 4217 currency code that applies to a monetary amount.

## Declaration

```swift
var currencyCode: String? { get }
```

## Discussion

Discussion Use this value to determine the appropriate currency designator to apply to the value in the amount property. To retrieve the list of available currency codes, call the isoCurrencyCodes method of the NSLocale class.

## See Also

### Getting the Balance Information

- [amount](intents/inbalanceamount/amount.md)
- [balanceType](intents/inbalanceamount/balancetype.md)
- [INBalanceType](intents/inbalancetype.md)
