FJD to XPF exchange rate API
Fiji Dollar to CFP Franc · quoted 2026-09-24
46.8535
▲ +4.74% over YTD
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 year to date, FJD/XPF traded between 44.7316 and 46.8535, averaged 46.1879 and rose 4.74%. 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 YTD: show the values
| Point | FJD/XPF |
|---|---|
| 2025-12-31 | 44.7316 |
| 2026-01-07 | 44.9345 |
| 2026-01-14 | 44.9749 |
| 2026-01-21 | 45.0209 |
| 2026-01-28 | 45.1469 |
| 2026-02-04 | 45.4525 |
| 2026-02-11 | 45.4895 |
| 2026-02-18 | 45.6924 |
| 2026-02-25 | 45.8229 |
| 2026-03-04 | 46.2636 |
| 2026-03-11 | 46.5794 |
| 2026-03-18 | 46.8011 |
| 2026-03-25 | 46.1896 |
| 2026-04-01 | 46.1698 |
| 2026-04-08 | 45.8734 |
| 2026-04-15 | 45.9049 |
| 2026-04-22 | 46.1461 |
| 2026-04-29 | 46.2573 |
| 2026-05-06 | 46.3318 |
| 2026-05-13 | 46.4132 |
| 2026-05-20 | 46.4974 |
| 2026-05-27 | 46.5360 |
| 2026-06-03 | 46.6030 |
| 2026-06-10 | 46.5446 |
| 2026-06-17 | 46.3970 |
| 2026-06-24 | 46.7573 |
| 2026-07-01 | 46.6655 |
| 2026-07-08 | 46.5362 |
| 2026-07-15 | 46.6217 |
| 2026-07-22 | 46.8005 |
| 2026-07-29 | 46.6650 |
| 2026-08-05 | 46.4764 |
| 2026-08-12 | 46.4965 |
| 2026-08-19 | 46.2921 |
| 2026-08-26 | 46.3527 |
| 2026-09-02 | 46.4744 |
| 2026-09-09 | 46.3599 |
| 2026-09-16 | 46.6003 |
| 2026-09-23 | 46.7890 |
High
46.8535
Low
44.7316
Average
46.1879
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.