---
title: "Get latest mid rate for requested currency pairs"
method: GET
path: "/api/v1/Currencies/rate"
tags: ["Currencies"]
---

# Get latest mid rate for requested currency pairs

`GET /api/v1/Currencies/rate`

Current Mid Rate

## Query parameters

- `pairs` string, required
- `format` 'json' | 'xml'
- `applyTenantAdjustments` boolean

## Response `200`

OK

- RateResponse[]
  - `requestedSymbol` string, nullable
  - `requestedCurrency` string, nullable
  - `requestedUnitOfMeasure` string, nullable
  - `success` boolean
  - `error` string, nullable
  - `data` Rate
    - `symbol` string, nullable
    - `value` number, double, nullable
    - `timestamp` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/nfusionsolutions/apis/nfusion-solutions-market-data-api.md) · [All operations](https://skmtc.net/nfusionsolutions/apis/nfusion-solutions-market-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nfusionsolutions/nfusion-solutions-market-data-api/revisions/e29982cd1e0a/schema)
