---
title: "Get exchange rates"
method: GET
path: "/api/currency/rates"
tags: ["Currency Rates"]
---

# Get exchange rates

`GET /api/currency/rates`

Returns exchange rates for 150+ currencies relative to EUR.

## Query parameters

- `source` string

## Response `200`

Currency rates

- CurrencyRatesResponse
  - `success` boolean
  - `rates` object
  - `meta` object
    - `count` integer — Number of currencies returned.
    - `base` string
    - `updated_at` string, date-time
    - `refreshed_every_hours` integer
    - `max_age_seconds` integer
    - `scope` string — fiat (default) or all when ?include=all.
    - `overrides` object — Currencies where a market rate replaces the official fixing (e.g. CUP), with reason and source.
  - `_attribution` Attribution
    - `data_source` string
    - `license` string
    - `attribution_url` string, uri
    - `attribution_html` string
    - `your_source` string

---

[API](https://skmtc.net/openvan/apis/openvan-camp-ai-public-api.md) · [All operations](https://skmtc.net/openvan/apis/openvan-camp-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openvan/openvan-camp-ai-public-api/versions/3f278a32bbb0/schema)
