---
title: "List exchange rates"
method: GET
path: "/generals/changes/"
tags: ["Collections"]
---

# List exchange rates

`GET /generals/changes/`

Historical exchange rates between currencies.

## Query parameters

- `page` integer
- `page_size` integer
- `ordering` string
- `currency_from` string
- `currency_to` string
- `date` string, date

## Response `200`

Paginated exchange-rate list.

- object
  - `count` integer, required — Total number of items matching the filter.
  - `next` string, uri, nullable — URL of the next page, or `null` if last page.
  - `previous` string, uri, nullable — URL of the previous page, or `null` if first page.
  - `results` GeneralExchangeRate[], required — The items in the current page.
    - `id` integer
    - `currency_from` string, required
    - `currency_to` string, required
    - `amount` number, required
    - `date` string, date, required
    - `created` string, date-time
    - `updated` string, date-time

---

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