---
title: "Currencies codes"
method: GET
path: "/v1/currencies"
tags: ["Global"]
---

# Currencies codes

`GET /v1/currencies`

Returns a list of available currencies in Lodgify

## Response `200`

Success

- LodgifyApiGlobalModelsV1CurrencyDto[]
  - `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)
