Currencies
| URL | https://api.xero.com/api.xro/2.0/Currencies |
| Methods Supported | GET |
| Description | Allows you to retrieve currencies for your organisation |
Optional parameters for GET Currencies
| ModifiedAfter | A UTC timestamp (YYYYMMDDHHMMSS) . Only currencies created or modified since this timestamp will be returned e.g. 20090901000000 |
| Where | Filter by an any element (see Filters) |
| order | Order by any element returned (see Order By) |
Response elements for Currencies
| Code | 3 letter alpha code for the currency – see list of currency codes |
| Description | Name of Currency |
Example response for GET Currencies
<Currencies>
<Currency>
<Code>NZD</Code>
<Description>New Zealand Dollar</Description>
</Currency>
<Currency>
<Code>USD</Code>
<Description>United States Dollar</Description>
</Currency>
</Currencies>