---
title: CFLocaleCopyCommonISOCurrencyCodes()
framework: corefoundation
role: symbol
role_heading: Function
path: corefoundation/cflocalecopycommonisocurrencycodes()
---

# CFLocaleCopyCommonISOCurrencyCodes()

Returns an array of strings that represents ISO currency codes for currencies in common use.

## Declaration

```swift
func CFLocaleCopyCommonISOCurrencyCodes() -> CFArray!
```

## Return Value

Return Value An array of CFString objects that represents ISO currency codes for currencies in common use. Ownership follows the The Create Rule.

## See Also

### Getting ISO Information

- [CFLocaleCopyISOCountryCodes()](corefoundation/cflocalecopyisocountrycodes().md)
- [CFLocaleCopyISOLanguageCodes()](corefoundation/cflocalecopyisolanguagecodes().md)
- [CFLocaleCopyISOCurrencyCodes()](corefoundation/cflocalecopyisocurrencycodes().md)
