---
name: "xpay-frankfurter-convert-currency-specific-date"
description: "Convert an amount from one currency to another using the exchange rates for a specific date.

If there is no exchange rate available for the specific date, the rate for the closest available date before
the specified date will be used."
version: "1.0.0"
price: "$0.01/call"
provider: "Frankfurter"
---

# Convert Currency Specific Date

Convert an amount from one currency to another using the exchange rates for a specific date.

If there is no exchange rate available for the specific date, the rate for the closest available date before
the specified date will be used.

**Provider:** Frankfurter
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to convert an amount from one currency to another using the exchange rates for a specific date.

if there is no exchange rate available for the specific date, the rate for the closest available date before
the specified date will be used.. This is part of the Frankfurter provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 5+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("frankfurter/convert_currency_specific_date")`
2. **`xpay_run`** — Execute: `xpay_run("frankfurter/convert_currency_specific_date", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `amount` | number | Yes | The amount in the source currency to convert. |
| `specific_date` | string | Yes | The specific date for which the conversion is requested in the YYYY-MM-DD format. |
| `from_currency` | string | Yes | The source currency ISO4217 code. |
| `to_currency` | string | Yes | The target currency ISO4217 code. |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Frankfurter (all tools)](https://xpay.tools/skills/frankfurter/SKILL.md) — 6 tools
- [Get Supported Currencies](https://xpay.tools/skills/frankfurter/get-supported-currencies/SKILL.md) — $0.01/call
- [Get Latest Exchange Rates](https://xpay.tools/skills/frankfurter/get-latest-exchange-rates/SKILL.md) — $0.01/call
- [Convert Currency Latest](https://xpay.tools/skills/frankfurter/convert-currency-latest/SKILL.md) — $0.01/call
- [Get Historical Exchange Rates](https://xpay.tools/skills/frankfurter/get-historical-exchange-rates/SKILL.md) — $0.01/call
- [Greet](https://xpay.tools/skills/frankfurter/greet/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/frankfurter/convert-currency-specific-date/
- Provider: https://xpay.tools/frankfurter/
- All tools: https://xpay.tools/explore
