---
title: "Adding currency exchange rates."
method: POST
path: "/dictionaries/currency/{isoCode}/exchangeRate"
tags: ["Currency exchange rates"]
---

# Adding currency exchange rates.

`POST /dictionaries/currency/{isoCode}/exchangeRate`

Adding currency exchange rates via API

## Path parameters

- `isoCode` string, required

## Request body

- CurrencyHistoryDTO
  - `exchangeRate` string
  - `dateFrom` TimeDTO
    - `value` integer
  - `originDetails` string
  - `publicationDate` TimeDTO
    - `value` integer
  - `lastModification` TimeDTO
    - `value` integer

## Response `204`

Success

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xtrf/xtrf-home-portal-api/revisions/89f48e08f50f/schema)
