Skip to content

RUB to XPF exchange rate API

Russian Ruble to CFP Franc · quoted 2026-09-26

1.2414

▲ +3.62% over 1Y

1 RUB = 1.2414 XPF · 1 XPF = 0.80551 RUB · Get this rate via the API

1 RUB buys 1.2414 XPF as of 2026-09-26, so 1 XPF buys 0.80551 RUB. Over the last year, RUB/XPF traded between 1.1770 and 1.4389, averaged 1.3033 and rose 3.62%. The API holds daily RUB/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/XPF over 1Y

RUB/XPF over 1Y: show the values
PointRUB/XPF
2025-09-261.1981
2025-10-031.2400
2025-10-101.2698
2025-10-171.2738
2025-10-241.2663
2025-10-311.2920
2025-11-071.2722
2025-11-141.2741
2025-11-211.2931
2025-11-281.3221
2025-12-051.3316
2025-12-131.2756
2025-12-201.2624
2025-12-271.2874
2026-01-031.2648
2026-01-101.2932
2026-01-171.3229
2026-01-241.3323
2026-01-311.3186
2026-02-071.3159
2026-02-141.3187
2026-02-211.3208
2026-02-281.3113
2026-03-071.2960
2026-03-141.3023
2026-03-211.2430
2026-03-281.2694
2026-04-041.2902
2026-04-111.3197
2026-04-181.3296
2026-04-251.3539
2026-05-021.3575
2026-05-091.3631
2026-05-171.4073
2026-05-251.4331
2026-06-011.4389
2026-06-101.4340
2026-06-171.4216
2026-06-241.4064
2026-07-011.3295
2026-07-081.3671
2026-07-151.3471
2026-07-221.3354
2026-07-291.3282
2026-08-051.2817
2026-08-121.2530
2026-08-201.2173
2026-08-271.2001
2026-09-031.1770
2026-09-101.2040
2026-09-171.2347
2026-09-241.2357

High

1.4389

Low

1.1770

Average

1.3033

For developers

Get this rate via the API

One GET request returns the RUB/XPF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=XPF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=XPF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=XPF").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/XPF API questions

How do I get the RUB/XPF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/XPF rate in rates.XPF.

How far back does RUB/XPF historical data go?

Daily RUB/XPF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RUB/XPF exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.