Skip to content

FJD to XPF exchange rate API

Fiji Dollar to CFP Franc · quoted 2026-09-24

46.8535

▲ +5.89% over 1Y

1 FJD = 46.8535 XPF · 1 XPF = 0.02134 FJD · Get this rate via the API

1 FJD buys 46.8535 XPF as of 2026-09-24, so 1 XPF buys 0.02134 FJD. Over the last year, FJD/XPF traded between 44.2489 and 46.8535, averaged 45.8523 and rose 5.89%. The API holds daily FJD/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/XPF over 1Y

FJD/XPF over 1Y: show the values
PointFJD/XPF
2025-09-2444.2489
2025-10-0144.9481
2025-10-0845.0046
2025-10-1544.9295
2025-10-2244.8134
2025-10-2945.1662
2025-11-0545.2066
2025-11-1244.9915
2025-11-1944.9293
2025-11-2644.9439
2025-12-0344.9519
2025-12-1045.1186
2025-12-1744.6063
2025-12-2444.6501
2025-12-3144.7316
2026-01-0744.9345
2026-01-1444.9749
2026-01-2145.0209
2026-01-2845.1469
2026-02-0445.4525
2026-02-1145.4895
2026-02-1845.6924
2026-02-2545.8229
2026-03-0446.2636
2026-03-1146.5794
2026-03-1846.8011
2026-03-2546.1896
2026-04-0146.1698
2026-04-0845.8734
2026-04-1545.9049
2026-04-2246.1461
2026-04-2946.2573
2026-05-0646.3318
2026-05-1346.4132
2026-05-2046.4974
2026-05-2746.5360
2026-06-0346.6030
2026-06-1046.5446
2026-06-1746.3970
2026-06-2446.7573
2026-07-0146.6655
2026-07-0846.5362
2026-07-1546.6217
2026-07-2246.8005
2026-07-2946.6650
2026-08-0546.4764
2026-08-1246.4965
2026-08-1946.2921
2026-08-2646.3527
2026-09-0246.4744
2026-09-0946.3599
2026-09-1646.6003
2026-09-2346.7890

High

46.8535

Low

44.2489

Average

45.8523

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/XPF API questions

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

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

How far back does FJD/XPF historical data go?

Daily FJD/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 FJD/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.