Convert JPY to XAF
Japanese Yen → Central African CFA Franc
1 JPY = 3.650289 XAF(1 XAF = 0.273951 JPY)
Currency converter
1 JPY =
3.6503 XAF
JPY to XAF: last 30 days
Over the last 30 days, 1 JPY traded between 3.5274 and 3.6796 XAF, averaging 3.6246 XAF. The JPY/XAF rate is up 3.49% since 2026-08-28.
- 30-day high
- 3.6796
- 2026-09-09
- 30-day low
- 3.5274
- 2026-08-28
- 30-day average
- 3.6246
- Days with data: 30
- 30-day change
- +3.49%
- since 2026-08-28
3.6796
3.52742026-08-28 → 2026-09-26
| Date | 1 JPY in XAF | Daily change |
|---|---|---|
| 2026-09-26 | 3.6503 | 0.00% |
| 2026-09-25 | 3.6503 | +0.48% |
| 2026-09-24 | 3.6327 | -0.20% |
| 2026-09-23 | 3.6402 | +0.09% |
| 2026-09-22 | 3.637 | +0.08% |
| 2026-09-21 | 3.634 | +0.47% |
| 2026-09-20 | 3.617 | -0.00% |
| 2026-09-19 | 3.6171 | +0.05% |
| 2026-09-18 | 3.6153 | -1.64% |
| 2026-09-17 | 3.6755 | +0.28% |
| 2026-09-16 | 3.6652 | -0.09% |
| 2026-09-15 | 3.6686 | -0.01% |
| 2026-09-14 | 3.6691 | -0.06% |
| 2026-09-13 | 3.6714 | -0.00% |
| 2026-09-12 | 3.6715 | +0.03% |
| Date | 1 JPY in XAF | Daily change |
|---|---|---|
| 2026-09-11 | 3.6705 | +0.41% |
| 2026-09-10 | 3.6557 | -0.65% |
| 2026-09-09 | 3.6796 | +0.62% |
| 2026-09-08 | 3.657 | +0.17% |
| 2026-09-07 | 3.6509 | +1.03% |
| 2026-09-06 | 3.6138 | -0.03% |
| 2026-09-05 | 3.6148 | +0.08% |
| 2026-09-04 | 3.6117 | -0.38% |
| 2026-09-03 | 3.6254 | +2.14% |
| 2026-09-02 | 3.5495 | +0.56% |
| 2026-09-01 | 3.5297 | -0.37% |
| 2026-08-31 | 3.543 | -0.08% |
| 2026-08-30 | 3.5459 | -0.03% |
| 2026-08-29 | 3.5468 | +0.55% |
| 2026-08-28 | 3.5274 | — |
JPY to XAF conversion table
1 JPY3.6503 XAF
5 JPY18.2514 XAF
10 JPY36.5029 XAF
25 JPY91.2572 XAF
50 JPY182.5145 XAF
100 JPY365.0289 XAF
500 JPY1,825.1447 XAF
1,000 JPY3,650.2894 XAF
5,000 JPY18,251.447 XAF
10,000 JPY36,502.894 XAF
Get the JPY/XAF rate in your app
One GET request returns the latest JPY → XAF rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/JPY/XAF"fetch('https://rate-api.com/api/v1/pair/JPY/XAF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} XAF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/XAF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} XAF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/XAF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} XAF\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "XAF"
},
"rate": 3.6503,
"timestamp": 1790429337,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
XAF to JPYCentral African CFA Franc → Japanese Yen0.27395Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.