---
title: "List Vendor Costs Currency Dimension"
method: GET
path: "/vendor-costs/currencies"
tags: ["Vendor Costs Data Set"]
---

# List Vendor Costs Currency Dimension

`GET /vendor-costs/currencies`

Retrieves the currency dimension present in the vendor costs dataset.

## Query parameters

- `$filter` string
- `$top` integer
- `$skip` integer
- `$count` boolean

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

- object
  - `itemCount` integer
  - `items` DimCurrency[]
    - `internalId` integer — A unique identifier assigned to each currency entry. This is typically an internal database ID used to reference the currency within the system.
    - `name` string — The official name of the currency. This field stores the full name of the currency as recognized internationally.
    - `code` string — The standard three-letter currency code as defined by ISO 4217. This code uniquely identifies the currency.
    - `symbol` string — The symbol used to represent the currency in financial documents and transactions. This symbol is commonly used in pricing and financial reports.

## Other responses

- `400` — Bad Request. The request could not be understood by the server. Check error message and details to further understand the cause.
- `401` — Unauthorized request. The user could not be identified.
- `403` — Forbidden request. The user does not have the necessary permissions for the resource.

---

[API](https://skmtc.net/rws/apis/trados-data-bridge-api.md) · [All operations](https://skmtc.net/rws/apis/trados-data-bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-data-bridge-api/revisions/823ba45e799c/schema)
