Convert EUR to XPF
Euro → CFP Franc
1 EUR = 119.33174 XPF(1 XPF = 0.00838 EUR)
Currency converter
1 EUR =
119.3317 XPF
EUR to XPF: last 30 days
Over the last 30 days, 1 EUR traded between 119.0038 and 119.9592 XPF, averaging 119.3415 XPF. The EUR/XPF rate is up 0.03% since 2026-08-28.
- 30-day high
- 119.9592
- 2026-08-29
- 30-day low
- 119.0038
- 2026-09-18
- 30-day average
- 119.3415
- Days with data: 30
- 30-day change
- +0.03%
- since 2026-08-28
119.9592
119.00382026-08-28 → 2026-09-26
| Date | 1 EUR in XPF | Daily change |
|---|---|---|
| 2026-09-26 | 119.3317 | 0.00% |
| 2026-09-25 | 119.3317 | 0.00% |
| 2026-09-24 | 119.3317 | 0.00% |
| 2026-09-23 | 119.3317 | +0.10% |
| 2026-09-22 | 119.211 | -0.21% |
| 2026-09-21 | 119.4626 | +0.34% |
| 2026-09-20 | 119.0601 | -0.00% |
| 2026-09-19 | 119.0653 | +0.05% |
| 2026-09-18 | 119.0038 | -0.43% |
| 2026-09-17 | 119.5182 | +0.20% |
| 2026-09-16 | 119.274 | -0.08% |
| 2026-09-15 | 119.3656 | +0.17% |
| 2026-09-14 | 119.1586 | -0.09% |
| 2026-09-13 | 119.2641 | -0.00% |
| 2026-09-12 | 119.2673 | +0.03% |
| Date | 1 EUR in XPF | Daily change |
|---|---|---|
| 2026-09-11 | 119.2351 | +0.11% |
| 2026-09-10 | 119.1061 | -0.37% |
| 2026-09-09 | 119.5459 | +0.27% |
| 2026-09-08 | 119.2209 | -0.19% |
| 2026-09-07 | 119.4511 | +0.06% |
| 2026-09-06 | 119.3833 | -0.03% |
| 2026-09-05 | 119.4155 | +0.08% |
| 2026-09-04 | 119.3157 | -0.16% |
| 2026-09-03 | 119.51 | +0.16% |
| 2026-09-02 | 119.3212 | +0.11% |
| 2026-09-01 | 119.1949 | -0.16% |
| 2026-08-31 | 119.3821 | -0.45% |
| 2026-08-30 | 119.9264 | -0.03% |
| 2026-08-29 | 119.9592 | +0.55% |
| 2026-08-28 | 119.3007 | — |
EUR to XPF conversion table
1 EUR119.3317 XPF
5 EUR596.6587 XPF
10 EUR1,193.3174 XPF
25 EUR2,983.2936 XPF
50 EUR5,966.5871 XPF
100 EUR11,933.174 XPF
500 EUR59,665.871 XPF
1,000 EUR119,331.74 XPF
5,000 EUR596,658.71 XPF
10,000 EUR1,193,317.4 XPF
Get the EUR/XPF rate in your app
One GET request returns the latest EUR → 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/EUR/XPF"fetch('https://rate-api.com/api/v1/pair/EUR/XPF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} XPF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/XPF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} XPF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/XPF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} XPF\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "XPF"
},
"rate": 119.3317,
"timestamp": 1790429400,
"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 EURCFP Franc → Euro0.00838Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.