Convert XPF to RUB
CFP Franc → Russian Ruble
1 XPF = 0.812361 RUB(1 RUB = 1.230981 XPF)
Currency converter
1 XPF =
0.81236 RUB
XPF to RUB: last 30 days
Over the last 30 days, 1 XPF traded between 0.8054 and 0.84842 RUB, averaging 0.82481 RUB. The XPF/RUB rate is down 2.61% since 2026-08-28.
- 30-day high
- 0.84842
- 2026-09-03
- 30-day low
- 0.8054
- 2026-09-22
- 30-day average
- 0.82481
- Days with data: 30
- 30-day change
- -2.61%
- since 2026-08-28
0.84842
0.80542026-08-28 → 2026-09-26
| Date | 1 XPF in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.81236 | 0.00% |
| 2026-09-25 | 0.81236 | +0.52% |
| 2026-09-24 | 0.80815 | +0.26% |
| 2026-09-23 | 0.80609 | +0.09% |
| 2026-09-22 | 0.8054 | -0.51% |
| 2026-09-21 | 0.80951 | +0.02% |
| 2026-09-20 | 0.80935 | -0.37% |
| 2026-09-19 | 0.81232 | -0.17% |
| 2026-09-18 | 0.81373 | +0.57% |
| 2026-09-17 | 0.80911 | -0.65% |
| 2026-09-16 | 0.81442 | -0.31% |
| 2026-09-15 | 0.81696 | -0.30% |
| 2026-09-14 | 0.81945 | +0.03% |
| 2026-09-13 | 0.81922 | +0.11% |
| 2026-09-12 | 0.81828 | +0.25% |
| Date | 1 XPF in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.81626 | -1.53% |
| 2026-09-10 | 0.82893 | -0.93% |
| 2026-09-09 | 0.83675 | -0.40% |
| 2026-09-08 | 0.84009 | -0.31% |
| 2026-09-07 | 0.84269 | +0.00% |
| 2026-09-06 | 0.84265 | +0.88% |
| 2026-09-05 | 0.83526 | -1.05% |
| 2026-09-04 | 0.8441 | -0.51% |
| 2026-09-03 | 0.84842 | +0.71% |
| 2026-09-02 | 0.84248 | +0.37% |
| 2026-09-01 | 0.83933 | +0.51% |
| 2026-08-31 | 0.83506 | -0.01% |
| 2026-08-30 | 0.83511 | -0.16% |
| 2026-08-29 | 0.83644 | +0.28% |
| 2026-08-28 | 0.83414 | — |
XPF to RUB conversion table
1 XPF0.81236 RUB
5 XPF4.0618 RUB
10 XPF8.1236 RUB
25 XPF20.309 RUB
50 XPF40.618 RUB
100 XPF81.2361 RUB
500 XPF406.1803 RUB
1,000 XPF812.3605 RUB
5,000 XPF4,061.8027 RUB
10,000 XPF8,123.6054 RUB
Get the XPF/RUB rate in your app
One GET request returns the latest XPF → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/XPF/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XPF = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XPF/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XPF = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XPF/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "XPF",
"to": "RUB"
},
"rate": 0.8124,
"timestamp": 1790432085,
"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
RUB to XPFRussian Ruble → CFP Franc1.231Convert XPF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.