Skip to content

JOD to XPF exchange rate API

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

148.0489

▲ +3.26% over YTD

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 year to date, JOD/XPF traded between 141.2326 and 148.0489, averaged 144.8451 and rose 3.26%. 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 YTD

JOD/XPF over YTD: show the values
PointJOD/XPF
2025-12-31143.3721
2026-01-07143.8884
2026-01-14144.5933
2026-01-21143.9482
2026-01-28141.2326
2026-02-04141.8915
2026-02-11141.3479
2026-02-18142.1668
2026-02-25142.5717
2026-03-04144.3758
2026-03-11145.0080
2026-03-18146.1290
2026-03-25145.3937
2026-04-01145.8274
2026-04-08144.8488
2026-04-15143.0896
2026-04-22143.5824
2026-04-29143.9234
2026-05-06143.6574
2026-05-14143.8749
2026-05-21144.7362
2026-05-29144.6141
2026-06-05145.1918
2026-06-14145.5964
2026-06-21146.5254
2026-06-28147.5815
2026-07-05147.1683
2026-07-12147.3952
2026-07-19147.1790
2026-07-26147.8213
2026-08-02146.0426
2026-08-09145.5516
2026-08-16145.4454
2026-08-24144.1462
2026-08-31144.8030
2026-09-07144.6741
2026-09-14145.0888
2026-09-21146.6269

High

148.0489

Low

141.2326

Average

144.8451

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.