---
title: "Set currency for a column"
method: PUT
path: "/dataset/{handle}/columns/{column}/currency"
tags: ["data"]
---

# Set currency for a column

`PUT /dataset/{handle}/columns/{column}/currency`

Sets the currency for the specified column.

## Path parameters

- `handle` string, required
- `column` string, required

## Request body

- FilesSetColumnCurrencyRequest
  - `currency_code` string — ISO 4217 currency code (https://en.wikipedia.org/wiki/ISO_4217)

## Response `200`

OK

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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