---
title: "Get exchange rates"
method: GET
path: "/api/v2/exchange_rates"
tags: ["Exchange Rates"]
---

# Get exchange rates

`GET /api/v2/exchange_rates`

List exchange rates.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `exchange_rate` list endpoints — pass a single condition or a logical group.
  - FilterExchangeRate — Filter parameters for exchange rates.
    - `date` union — Filter by exchange rate date.
      - object — Filter using explicit operator syntax.
        - `eq` Date — unresolved $ref
        - `not_contain` Date — unresolved $ref
        - `not_eq` Date — unresolved $ref
        - `contains` Date — unresolved $ref
      - Date — unresolved $ref
    - `out_of_date` union — Filter to include only exchange rates that are out of date (i.e. not reflecting the latest rates).
      - OutOfDate — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` OutOfDate — unresolved $ref
        - `not_eq` OutOfDate — unresolved $ref
        - `not_contain` OutOfDate — unresolved $ref
        - `contains` OutOfDate — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection exchange rate

---

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