---
title: Convert Currency API
slug: convert-currency
url: https://apyverse.com/apyhub/service/convert-currency
provider: ApyHub
categories: [Finance]
auth: api_key
---

# Convert Currency API

Get the rate for a source and target currency pair, with optional date-based lookup. Useful for pricing, invoicing, and FX reporting.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `data/convert/currency` | What it does Converts a currency pair for a specified date and returns the result in a JSON object… | 50 |

## About

## What it does
Currency Converter returns the exchange rate for a source and target currency pair, optionally for a specific date. Send `source` and `target` in the request body, and include `date` when you need a historical rate; if you omit `date` or leave it blank, the service uses today.

Use Currency Converter when you need a rate lookup inside pricing flows, invoices, reporting, or financial normalization. It is built around a simple pair-based request, so you can convert one currency into another without handling a larger market dataset.

The response contains a single `data` field. That field can be a numeric exchange rate or a boolean value, so your client should be prepared to handle either form exactly as returned.

If you are building checkout totals, exporting multi-currency reports, or backfilling currency values for a given day, Currency Converter gives you a direct rate lookup without extra fields to parse.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/apyhub/service/convert-currency
