Skip to content

XPF to RUB exchange rate API

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

0.80551

▼ +3.49% over 1Y

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

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

XPF/RUB over 1Y

XPF/RUB over 1Y: show the values
PointXPF/RUB
2025-09-260.83466
2025-10-030.80642
2025-10-100.78752
2025-10-170.78503
2025-10-240.78972
2025-10-310.77398
2025-11-070.78602
2025-11-140.78486
2025-11-210.77335
2025-11-280.75639
2025-12-050.75097
2025-12-130.78397
2025-12-200.79212
2025-12-270.77675
2026-01-030.79062
2026-01-100.77327
2026-01-170.75593
2026-01-240.75055
2026-01-310.75835
2026-02-070.75996
2026-02-140.75830
2026-02-210.75714
2026-02-280.76260
2026-03-070.77163
2026-03-140.76789
2026-03-210.80451
2026-03-280.78778
2026-04-040.77508
2026-04-110.75775
2026-04-180.75208
2026-04-250.73860
2026-05-020.73667
2026-05-090.73361
2026-05-170.71058
2026-05-250.69781
2026-06-010.69499
2026-06-100.69737
2026-06-170.70345
2026-06-240.71105
2026-07-010.75215
2026-07-080.73147
2026-07-150.74232
2026-07-220.74882
2026-07-290.75292
2026-08-050.78023
2026-08-120.79809
2026-08-200.82150
2026-08-270.83330
2026-09-030.84962
2026-09-100.83058
2026-09-170.80989
2026-09-240.80924

High

0.84962

Low

0.69499

Average

0.76896

For developers

Get this rate via the API

One GET request returns the XPF/RUB 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=XPF&currencies=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XPF&currencies=RUB");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

XPF/RUB API questions

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

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

How far back does XPF/RUB historical data go?

Daily XPF/RUB 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 XPF/RUB 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.