---
title: Convert Currency to Multiple Currencies API
slug: convert-currency-to-multiple-currencies
url: https://apyhub.com/apyhub/service/convert-currency-to-multiple-currencies
provider: ApyHub
categories: [Finance, Standard Data]
auth: api_key
---

# Convert Currency to Multiple Currencies API

Convert a source currency into multiple target currencies with optional date-based rates. Returns pair keys with rates or false when unavailable.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/data/convert/currency/multiple` | What it does Converts one source currency into multiple target currencies for a given date and retu… | 5 |

## About

## What it does
Currency Conversion lets you convert one source currency into multiple target currencies in a single request. Send a `source` currency code and a `targets` array, and optionally include a `date` to get rates for a specific day. If you omit `date` or leave it blank, it defaults to today.

The response is a flat JSON object where each key is a source-to-target pair such as `usd_eur` or `usd_gbp`.  That makes the output easy to consume in pricing workflows, checkout logic, reporting jobs, or internal finance tools that need to compare several currencies at once.

Use Currency Conversion when you need to quote prices in multiple markets, normalize amounts across regions, or check historical FX rates for a given day. It keeps the request small and the response simple, so you can map returned pairs directly into your application without extra parsing.

## Usage

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