---
title: "Get a single currency"
method: GET
path: "/currency/{code}"
---

# Get a single currency

`GET /currency/{code}`

Returns details for a single currency, including provider information or peg metadata.

## Path parameters

- `code` string, required

## Response `200`

Currency details

- CurrencyDetail
  - `iso_code` string, required — ISO 4217 currency code
  - `iso_numeric` string, nullable — ISO 4217 numeric code
  - `name` string, required — Full currency name
  - `symbol` string, nullable — Currency symbol
  - `providers` string[] — Provider keys that publish this currency
  - `peg` object — Peg metadata, present only for pegged currencies
    - `base` string
    - `rate` number
    - `authority` string
    - `source` string, uri

## Other responses

- `404` — No data found

---

[API](https://skmtc.net/beavermoney/apis/frankfurter-api.md) · [All operations](https://skmtc.net/beavermoney/apis/frankfurter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beavermoney/frankfurter-api/versions/46c1b4ad14d2/schema)
