---
title: "Get Currency by Code"
method: GET
path: "/v1/currencies/{CurrencyCode}"
tags: ["Lookups"]
---

# Get Currency by Code

`GET /v1/currencies/{CurrencyCode}`

Retrieves the details of a specific currency identified by `CurrencyCode`.

## Path parameters

- `CurrencyCode` string, required

## Response `200`

The details of the currency associated with the specified code.

- Currency — Represents detailed information about a currency, including its identifiers, code, and other relevant details.
  - `CurrencyID` integer, nullable — The unique identifier of the currency.
  - `CurrencyCode` string, nullable — The ISO 4217 code of the currency (e.g., "USD" for US Dollar).
  - `CurrencySign` string, nullable — The symbol used to represent the currency (e.g., "$" for US Dollar).
  - `LastUpdated` string, date-time, nullable — The date and time when the currency information was last updated.
  - `ShvaValue` string, nullable — A value associated with the currency in the Shva system.
  - `ShvaCode` integer, nullable — The Shva system code associated with the currency.
  - `CurrencyISONumerical` string, nullable — The ISO 4217 numeric code of the currency (e.g., "840" for US Dollar).

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
