---
title: "Retrieve the conversion rate for one specific currency."
method: GET
path: "/v3/currencies/{code}/"
tags: ["currencies"]
---

# Retrieve the conversion rate for one specific currency.

`GET /v3/currencies/{code}/`

## Description
This can be used to convert quantities from GBP to the user's currency

## Path parameters

- `code` 'AUD' | 'BRL' | 'CAD' | 'CHF' | 'CZK' | 'DKK' | 'EUR' | 'GBP' | 'HKD' | 'HUF' | 'JPY' | 'NOK' | 'PLN' | 'SEK' | 'USD', required

## Response `200`

Currency success response

- object — Currency success response
  - `code` string, required — 3 letter currency code, according to ISO 4217
  - `name` string, required — Currency name
  - `rate_to_gbp` string — Currency rate when converting to GBP

## Other responses

- `400` — REQUEST_VALIDATION_ERROR
- `429` — Rate limit exceeded
- `500` — Internal server error
- `503` — FOREX_SERVICE_UNAVAILABLE, FOREX_SERVICE_INTERNAL_ERROR

---

[API](https://skmtc.dev/smarkets/apis/smarkets-http-api.md) · [All operations](https://skmtc.dev/smarkets/apis/smarkets-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smarkets/smarkets-http-api/revisions/75f7e3050340/schema)
