---
title: "Get all supported currencies"
method: GET
path: "/currencies"
tags: ["Currencies"]
---

# Get all supported currencies

`GET /currencies`

Returns all supported currencies in given account which should be used when saving monetary values with other objects. The `code` parameter of the returning objects is the currency code according to ISO 4217 for all non-custom currencies.

## Query parameters

- `term` string

## Response `200`

The list of supported currencies

- object
  - `success` boolean — If the response is successful or not
  - `data` object[] — The array of currencies
    - `id` integer — The ID of the currency
    - `code` string — The code of the currency
    - `name` string — The name of the currency
    - `decimal_points` integer — The amount of decimal points of the currency
    - `symbol` string — The symbol of the currency
    - `active_flag` boolean — Whether the currency is active or not
    - `is_custom_flag` boolean — Whether the currency is a custom one or not

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/revisions/bf863a979545/schema)
