Skip to content

JOD to XPF exchange rate API

Jordanian Dinar to CFP Franc · quoted 2026-09-25

148.0489

▲ +4.56% over 1Y

1 JOD = 148.0489 XPF · 1 XPF = 0.006755 JOD · Get this rate via the API

1 JOD buys 148.0489 XPF as of 2026-09-25, so 1 XPF buys 0.006755 JOD. Over the last year, JOD/XPF traded between 141.2837 and 148.0489, averaged 144.8960 and rose 4.56%. The API holds daily JOD/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/XPF over 1Y

JOD/XPF over 1Y: show the values
PointJOD/XPF
2025-09-25141.5938
2025-10-02143.5357
2025-10-09144.6065
2025-10-16144.7210
2025-10-23145.2670
2025-10-30145.3141
2025-11-06146.0944
2025-11-13145.2685
2025-11-20145.9625
2025-11-27145.2580
2025-12-04144.6429
2025-12-12143.5030
2025-12-19143.6314
2025-12-26143.0855
2026-01-02143.2650
2026-01-09144.2864
2026-01-16144.9656
2026-01-23143.5743
2026-01-30141.2837
2026-02-06142.3733
2026-02-13141.8769
2026-02-20142.7018
2026-02-27142.6246
2026-03-06144.5760
2026-03-13146.5053
2026-03-20145.7723
2026-03-27145.9834
2026-04-03146.5000
2026-04-10144.5881
2026-04-17143.1064
2026-04-24143.9979
2026-05-01143.6550
2026-05-08143.5149
2026-05-16144.7853
2026-05-24144.7164
2026-05-31144.4446
2026-06-09145.6106
2026-06-16145.6018
2026-06-23147.2414
2026-06-30147.4740
2026-07-07147.2418
2026-07-14147.2967
2026-07-21147.4252
2026-07-28147.6223
2026-08-04146.1818
2026-08-11145.7043
2026-08-18145.2396
2026-08-26144.3040
2026-09-02145.3411
2026-09-09144.4434
2026-09-16145.8952
2026-09-23147.2321

High

148.0489

Low

141.2837

Average

144.8960

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/XPF API questions

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

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

How far back does JOD/XPF historical data go?

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