Convert RUB to XPF
Russian Ruble → CFP Franc
1 RUB = 1.230981 XPF(1 XPF = 0.812361 RUB)
Currency converter
1 RUB =
1.231 XPF
RUB to XPF: last 30 days
Over the last 30 days, 1 RUB traded between 1.1787 and 1.2416 XPF, averaging 1.2127 XPF. The RUB/XPF rate is up 2.68% since 2026-08-28.
- 30-day high
- 1.2416
- 2026-09-22
- 30-day low
- 1.1787
- 2026-09-03
- 30-day average
- 1.2127
- Days with data: 30
- 30-day change
- +2.68%
- since 2026-08-28
1.2416
1.17872026-08-28 → 2026-09-26
| Date | 1 RUB in XPF | Daily change |
|---|---|---|
| 2026-09-26 | 1.231 | 0.00% |
| 2026-09-25 | 1.231 | -0.52% |
| 2026-09-24 | 1.2374 | -0.26% |
| 2026-09-23 | 1.2406 | -0.09% |
| 2026-09-22 | 1.2416 | +0.51% |
| 2026-09-21 | 1.2353 | -0.02% |
| 2026-09-20 | 1.2356 | +0.37% |
| 2026-09-19 | 1.231 | +0.17% |
| 2026-09-18 | 1.2289 | -0.57% |
| 2026-09-17 | 1.2359 | +0.66% |
| 2026-09-16 | 1.2279 | +0.31% |
| 2026-09-15 | 1.224 | +0.30% |
| 2026-09-14 | 1.2203 | -0.03% |
| 2026-09-13 | 1.2207 | -0.11% |
| 2026-09-12 | 1.2221 | -0.25% |
| Date | 1 RUB in XPF | Daily change |
|---|---|---|
| 2026-09-11 | 1.2251 | +1.55% |
| 2026-09-10 | 1.2064 | +0.94% |
| 2026-09-09 | 1.1951 | +0.40% |
| 2026-09-08 | 1.1904 | +0.31% |
| 2026-09-07 | 1.1867 | -0.00% |
| 2026-09-06 | 1.1867 | -0.88% |
| 2026-09-05 | 1.1972 | +1.06% |
| 2026-09-04 | 1.1847 | +0.51% |
| 2026-09-03 | 1.1787 | -0.70% |
| 2026-09-02 | 1.187 | -0.37% |
| 2026-09-01 | 1.1914 | -0.51% |
| 2026-08-31 | 1.1975 | +0.01% |
| 2026-08-30 | 1.1974 | +0.16% |
| 2026-08-29 | 1.1955 | -0.27% |
| 2026-08-28 | 1.1988 | — |
RUB to XPF conversion table
1 RUB1.231 XPF
5 RUB6.1549 XPF
10 RUB12.3098 XPF
25 RUB30.7745 XPF
50 RUB61.549 XPF
100 RUB123.0981 XPF
500 RUB615.4903 XPF
1,000 RUB1,230.9805 XPF
5,000 RUB6,154.9026 XPF
10,000 RUB12,309.805 XPF
Get the RUB/XPF rate in your app
One GET request returns the latest RUB → 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/RUB/XPF"fetch('https://rate-api.com/api/v1/pair/RUB/XPF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} XPF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/XPF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} XPF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/XPF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} XPF\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "XPF"
},
"rate": 1.231,
"timestamp": 1790429331,
"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 RUBCFP Franc → Russian Ruble0.81236Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.