Convert JPY to XPF
Japanese Yen → CFP Franc
1 JPY = 0.664061 XPF(1 XPF = 1.505886 JPY)
Currency converter
1 JPY =
0.66406 XPF
JPY to XPF: last 30 days
Over the last 30 days, 1 JPY traded between 0.6417 and 0.66939 XPF, averaging 0.65938 XPF. The JPY/XPF rate is up 3.49% since 2026-08-28.
- 30-day high
- 0.66939
- 2026-09-09
- 30-day low
- 0.6417
- 2026-08-28
- 30-day average
- 0.65938
- Days with data: 30
- 30-day change
- +3.49%
- since 2026-08-28
0.66939
0.64172026-08-28 → 2026-09-26
| Date | 1 JPY in XPF | Daily change |
|---|---|---|
| 2026-09-26 | 0.66406 | 0.00% |
| 2026-09-25 | 0.66406 | +0.48% |
| 2026-09-24 | 0.66086 | -0.20% |
| 2026-09-23 | 0.66222 | +0.09% |
| 2026-09-22 | 0.66164 | +0.08% |
| 2026-09-21 | 0.6611 | +0.47% |
| 2026-09-20 | 0.658 | -0.00% |
| 2026-09-19 | 0.65803 | +0.05% |
| 2026-09-18 | 0.65769 | -1.64% |
| 2026-09-17 | 0.66864 | +0.28% |
| 2026-09-16 | 0.66678 | -0.09% |
| 2026-09-15 | 0.66739 | -0.01% |
| 2026-09-14 | 0.66748 | -0.06% |
| 2026-09-13 | 0.66791 | -0.00% |
| 2026-09-12 | 0.66792 | +0.03% |
| Date | 1 JPY in XPF | Daily change |
|---|---|---|
| 2026-09-11 | 0.66774 | +0.41% |
| 2026-09-10 | 0.66504 | -0.65% |
| 2026-09-09 | 0.66939 | +0.62% |
| 2026-09-08 | 0.66528 | +0.17% |
| 2026-09-07 | 0.66417 | +1.03% |
| 2026-09-06 | 0.65742 | -0.03% |
| 2026-09-05 | 0.6576 | +0.08% |
| 2026-09-04 | 0.65705 | -0.38% |
| 2026-09-03 | 0.65953 | +2.14% |
| 2026-09-02 | 0.64573 | +0.56% |
| 2026-09-01 | 0.64212 | -0.37% |
| 2026-08-31 | 0.64453 | -0.08% |
| 2026-08-30 | 0.64506 | -0.03% |
| 2026-08-29 | 0.64524 | +0.55% |
| 2026-08-28 | 0.6417 | — |
JPY to XPF conversion table
1 JPY0.66406 XPF
5 JPY3.3203 XPF
10 JPY6.6406 XPF
25 JPY16.6015 XPF
50 JPY33.203 XPF
100 JPY66.4061 XPF
500 JPY332.0305 XPF
1,000 JPY664.0609 XPF
5,000 JPY3,320.3045 XPF
10,000 JPY6,640.6089 XPF
Get the JPY/XPF rate in your app
One GET request returns the latest JPY → XPF 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/XPF"fetch('https://rate-api.com/api/v1/pair/JPY/XPF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} XPF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/XPF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} XPF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/XPF');
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']} XPF\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "XPF"
},
"rate": 0.6641,
"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
XPF to JPYCFP Franc → Japanese Yen1.5059Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.