---
title: "Get as of transactional exchange rate for a currency pair"
method: GET
path: "/fx/transactional/asof"
tags: ["Foreign Exchange"]
---

# Get as of transactional exchange rate for a currency pair

`GET /fx/transactional/asof`

Get transactional exchange rate for a currency pair as of a specific date

## Query parameters

- `fromCurrency` string
- `toCurrency` string
- `asOf` integer, required

## Response `200`

successful operation

- TransactionalExchangeRate
  - `id` string
  - `fromCurrency` string, required
  - `toCurrency` string, required
  - `effectiveDate` integer, required
  - `exchangeRate` number, required
  - `exchangeSource` 'QUODD' | 'SAME_CURRENCY' | 'USER' | 'TEST_RANDOM', required
  - `updatedBy` string
  - `isOverridden` boolean, required

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
