---
title: "Get a currency"
method: GET
path: "/api/rest/v1/currencies/{code}"
tags: ["Currency"]
---

# Get a currency

`GET /api/rest/v1/currencies/{code}`

This endpoint allows you to get the information about a given currency.

## Path parameters

- `code` string, required

## Response `200`

OK

- object
  - `code` string, required — Currency code
  - `enabled` boolean — Whether the currency is enabled
  - `label` string — Currency label

## Other responses

- `401` — Authentication required
- `403` — Access forbidden
- `404` — Resource not found
- `406` — Not Acceptable

---

[API](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api.md) · [All operations](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeneo/akeneo-pim-rest-api/versions/d8bda9b93b59/schema)
