Convert XOF to JPY
West African CFA Franc → Japanese Yen
1 XOF = 0.273951 JPY(1 JPY = 3.650289 XOF)
Currency converter
1 XOF =
0.27395 JPY
XOF to JPY: last 30 days
Over the last 30 days, 1 XOF traded between 0.27177 and 0.2835 JPY, averaging 0.27594 JPY. The XOF/JPY rate is down 3.37% since 2026-08-28.
- 30-day high
- 0.2835
- 2026-08-28
- 30-day low
- 0.27177
- 2026-09-09
- 30-day average
- 0.27594
- Days with data: 30
- 30-day change
- -3.37%
- since 2026-08-28
0.2835
0.271772026-08-28 → 2026-09-26
| Date | 1 XOF in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.27395 | 0.00% |
| 2026-09-25 | 0.27395 | -0.48% |
| 2026-09-24 | 0.27528 | +0.21% |
| 2026-09-23 | 0.27471 | -0.09% |
| 2026-09-22 | 0.27495 | -0.08% |
| 2026-09-21 | 0.27518 | -0.47% |
| 2026-09-20 | 0.27647 | +0.00% |
| 2026-09-19 | 0.27646 | -0.05% |
| 2026-09-18 | 0.2766 | +1.66% |
| 2026-09-17 | 0.27208 | -0.28% |
| 2026-09-16 | 0.27283 | +0.09% |
| 2026-09-15 | 0.27258 | +0.01% |
| 2026-09-14 | 0.27255 | +0.06% |
| 2026-09-13 | 0.27237 | +0.00% |
| 2026-09-12 | 0.27237 | -0.03% |
| Date | 1 XOF in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.27244 | -0.40% |
| 2026-09-10 | 0.27355 | +0.65% |
| 2026-09-09 | 0.27177 | -0.61% |
| 2026-09-08 | 0.27345 | -0.17% |
| 2026-09-07 | 0.27391 | -1.02% |
| 2026-09-06 | 0.27672 | +0.03% |
| 2026-09-05 | 0.27664 | -0.08% |
| 2026-09-04 | 0.27687 | +0.38% |
| 2026-09-03 | 0.27583 | -2.09% |
| 2026-09-02 | 0.28173 | -0.56% |
| 2026-09-01 | 0.28331 | +0.38% |
| 2026-08-31 | 0.28225 | +0.08% |
| 2026-08-30 | 0.28202 | +0.03% |
| 2026-08-29 | 0.28194 | -0.55% |
| 2026-08-28 | 0.2835 | — |
XOF to JPY conversion table
1 XOF0.27395 JPY
5 XOF1.3698 JPY
10 XOF2.7395 JPY
25 XOF6.8488 JPY
50 XOF13.6975 JPY
100 XOF27.3951 JPY
500 XOF136.9754 JPY
1,000 XOF273.9509 JPY
5,000 XOF1,369.7544 JPY
10,000 XOF2,739.5088 JPY
Get the XOF/JPY rate in your app
One GET request returns the latest XOF → JPY 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/XOF/JPY"fetch('https://rate-api.com/api/v1/pair/XOF/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XOF = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XOF/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XOF = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XOF/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 XOF = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "XOF",
"to": "JPY"
},
"rate": 0.274,
"timestamp": 1790432283,
"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
JPY to XOFJapanese Yen → West African CFA Franc3.6503Convert XOF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.