---
title: "Get rates"
method: GET
path: "/rates"
---

# Get rates

`GET /rates`

## Response `200`

Retrieve rates

- RatesSchema
  - `data` object[], required
    - `source` string, required
    - `date` string, required
    - `rates` object, required

## Other responses

- `400` — Returns an error

## Changes

- **2024-08-04** `6971ae58e4c7` — 1 info
  - added the required property `data/items/date` to the response with the `200` status
- **2024-08-03** `3cec227e46fc` — 1 breaking
  - removed the required property `data/items/date` from the response with the `200` status
- **2024-08-03** `6971ae58e4c7` — 1 info
  - added the required property `data/items/date` to the response with the `200` status
- **2024-08-03** `3cec227e46fc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/midday-ai/apis/midday-engine-api/changes/rates/get.md)

---

[API](https://skmtc.dev/midday-ai/apis/midday-engine-api.md) · [All operations](https://skmtc.dev/midday-ai/apis/midday-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/midday-ai/midday-engine-api/revisions/bf3c1ab4d60d/schema)
