---
title: "Return the exchange rates on a particular date"
method: GET
path: "/v1/org/{orgId}/exchange-rate/{date}"
tags: ["exchange-rate"]
---

# Return the exchange rates on a particular date

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

## Path parameters

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

## Response `200`

successful operation

- ExchangeRate
  - `id` string, required — globally unique id
  - `orgId` string — org id, if an org-specific exchange rate is in use
  - `date` string, date, required — date
  - `currency` string, required — base currency
  - `rates` object, required — exchange rates, per currency - the multiplier to convert the base currency into the foreign currency
  - `updateAt` string — updated timestamp

## 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/50a1edd6b27e/schema)
