---
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

## Changes

- **2026-03-31** (v2) `7763ed8184df` — 1 info
  - endpoint added
- **2026-03-16** (v2) `68c20d8729a6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/lineofflight/apis/frankfurter-api/changes/currency/:code/get.md)

---

[API](https://skmtc.dev/lineofflight/apis/frankfurter-api.md) · [All operations](https://skmtc.dev/lineofflight/apis/frankfurter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lineofflight/frankfurter-api/revisions/30aa6112e44b/schema)
