---
title: "Get exchange rates"
method: GET
path: "/rates"
tags: ["Vatcomply"]
---

# Get exchange rates

`GET /rates`

## Query parameters

- `base` string
- `symbols` string
- `date` string

## Response `200`

Successful response

- RatesResponseSchema
  - `date` string, required
  - `base` string, required
  - `rates` object, required

---

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