---
title: commonISOCurrencyCodes
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nslocale/commonisocurrencycodes
---

# commonISOCurrencyCodes

A list of commonly encountered currency codes.

## Declaration

```swift
class var commonISOCurrencyCodes: [String] { get }
```

## Discussion

Discussion Common codes may include, for example, "AED", "AUD", "BZD", "DKK", "EUR", "GBP", "JPY", "KES", "MXN", "OMR", "STD", "USD", "XCD", and "ZWD".

## See Also

### Getting Known Identifiers and Codes

- [availableLocaleIdentifiers](foundation/nslocale/availablelocaleidentifiers.md)
- [isoCountryCodes](foundation/nslocale/isocountrycodes.md)
- [isoLanguageCodes](foundation/nslocale/isolanguagecodes.md)
- [isoCurrencyCodes](foundation/nslocale/isocurrencycodes.md)
