---
title: AdAccount.Currency
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/adaccount/currency-data.typealias
---

# AdAccount.Currency

The currency for the ad account.

## Declaration

```data
string AdAccount.Currency
```

## Possible Values

USD: United States Dollar. RMB: Renminbi. A legacy alias for CNY, not an ISO 4217 code. Prefer CNY. AUD: Australian Dollar. CAD: Canadian Dollar. EUR: Euro. GBP: British Pound Sterling. JPY: Japanese Yen. MXN: Mexican Peso. NZD: New Zealand Dollar. RUB: Russian Ruble. CNY: Chinese Yuan. The ISO 4217 code for the same currency as RMB. INR: Indian Rupee. BRL: Brazilian Real. IDR: Indonesian Rupiah.

## Discussion

Discussion The AdAccount currency is inherited from the parent org at creation. Example {   "currency": "USD" }
