Convert XPF to JPY
CFP Franc → Japanese Yen
1 XPF = 1.505886 JPY(1 JPY = 0.664061 XPF)
Currency converter
1 XPF =
1.5059 JPY
XPF to JPY: last 30 days
Over the last 30 days, 1 XPF traded between 1.4939 and 1.5584 JPY, averaging 1.5168 JPY. The XPF/JPY rate is down 3.37% since 2026-08-28.
- 30-day high
- 1.5584
- 2026-08-28
- 30-day low
- 1.4939
- 2026-09-09
- 30-day average
- 1.5168
- Days with data: 30
- 30-day change
- -3.37%
- since 2026-08-28
1.5584
1.49392026-08-28 → 2026-09-26
| Date | 1 XPF in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 1.5059 | 0.00% |
| 2026-09-25 | 1.5059 | -0.48% |
| 2026-09-24 | 1.5132 | +0.21% |
| 2026-09-23 | 1.5101 | -0.09% |
| 2026-09-22 | 1.5114 | -0.08% |
| 2026-09-21 | 1.5126 | -0.47% |
| 2026-09-20 | 1.5198 | +0.00% |
| 2026-09-19 | 1.5197 | -0.05% |
| 2026-09-18 | 1.5205 | +1.66% |
| 2026-09-17 | 1.4956 | -0.28% |
| 2026-09-16 | 1.4997 | +0.09% |
| 2026-09-15 | 1.4984 | +0.01% |
| 2026-09-14 | 1.4982 | +0.06% |
| 2026-09-13 | 1.4972 | +0.00% |
| 2026-09-12 | 1.4972 | -0.03% |
| Date | 1 XPF in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 1.4976 | -0.40% |
| 2026-09-10 | 1.5037 | +0.65% |
| 2026-09-09 | 1.4939 | -0.61% |
| 2026-09-08 | 1.5031 | -0.17% |
| 2026-09-07 | 1.5056 | -1.02% |
| 2026-09-06 | 1.5211 | +0.03% |
| 2026-09-05 | 1.5207 | -0.08% |
| 2026-09-04 | 1.522 | +0.38% |
| 2026-09-03 | 1.5162 | -2.09% |
| 2026-09-02 | 1.5486 | -0.56% |
| 2026-09-01 | 1.5573 | +0.38% |
| 2026-08-31 | 1.5515 | +0.08% |
| 2026-08-30 | 1.5502 | +0.03% |
| 2026-08-29 | 1.5498 | -0.55% |
| 2026-08-28 | 1.5584 | — |
XPF to JPY conversion table
1 XPF1.5059 JPY
5 XPF7.5294 JPY
10 XPF15.0589 JPY
25 XPF37.6472 JPY
50 XPF75.2943 JPY
100 XPF150.5886 JPY
500 XPF752.943 JPY
1,000 XPF1,505.886 JPY
5,000 XPF7,529.43 JPY
10,000 XPF15,058.86 JPY
Get the XPF/JPY rate in your app
One GET request returns the latest XPF → 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/XPF/JPY"fetch('https://rate-api.com/api/v1/pair/XPF/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XPF = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XPF/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XPF = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XPF/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 XPF = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "XPF",
"to": "JPY"
},
"rate": 1.5059,
"timestamp": 1790435070,
"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 XPFJapanese Yen → CFP Franc0.66406Convert XPF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.