---
title: "Currency by code"
method: GET
path: "/v1/currencies/{code}"
tags: ["Global"]
---

# Currency by code

`GET /v1/currencies/{code}`

Returns the currency with the given code

## Path parameters

- `code` string, required

## Response `200`

Success

- LodgifyApiGlobalModelsV1CurrencyDto — Object representing a Currency
  - `id` integer — Currency identifier
  - `code` string, nullable — Currency code
  - `name` string, nullable — Currency Name
  - `euro_forex` number, double — Exchange rate between currency and Euro
  - `symbol` string, nullable — Currency symbol
  - `decimal_places` integer — Number of decimal places for the currency

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Server Error

---

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