---
title: "Update the USD-based exchange rates for a particular date. Must be the first of a month."
method: PATCH
path: "/v1/org/{orgId}/exchange-rate/{date}"
tags: ["exchange-rate"]
---

# Update the USD-based exchange rates for a particular date. Must be the first of a month.

`PATCH /v1/org/{orgId}/exchange-rate/{date}`

## Path parameters

- `orgId` string, required
- `date` string, date, required

## Request body

- UpdateExchangeRate
  - `date` string, date — date
  - `rates` object — exchange rates, per currency - the multiplier to convert the base currency into the foreign currency

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

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