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

# currencyCode

The ISO 4217 currency code that applies to the price information.

## Declaration

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

## Discussion

Discussion To retrieve the list of available currency codes, call the isoCurrencyCodes method of the NSLocale class.

## See Also

### Getting the Price Range Information

- [minimumPrice](intents/inpricerange/minimumprice.md)
- [maximumPrice](intents/inpricerange/maximumprice.md)
