---
title: "List company supported currencies"
method: GET
path: "/v1/company-currencies"
tags: ["Currencies"]
---

# List company supported currencies

`GET /v1/company-currencies`

List company supported currencies

## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (`company_admin`) | View company currencies (`company_currencies:read`) | - |

## Response `200`

Success

- CompanyCurrenciesResponse — Company currencies
  - `data` object
    - `company_currencies` CompanyCurrency[], required
      - `code` string, required — The ISO 4217 currency code (e.g., "USD", "EUR").
      - `slug` string, required — A URL-friendly identifier for the currency (e.g., "usd", "eur").

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/versions/7e6a0c61ac82/schema)
