---
title: isoCurrencyCodes
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nslocale/isocurrencycodes
---

# isoCurrencyCodes

The list of known currency codes.

## Declaration

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

## Discussion

Discussion Not all currency codes have supporting locale data in the system.

## See Also

### Getting Known Identifiers and Codes

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