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: show the values
| Point | JOD/XPF |
|---|---|
| 2025-09-25 | 141.5938 |
| 2025-10-02 | 143.5357 |
| 2025-10-09 | 144.6065 |
| 2025-10-16 | 144.7210 |
| 2025-10-23 | 145.2670 |
| 2025-10-30 | 145.3141 |
| 2025-11-06 | 146.0944 |
| 2025-11-13 | 145.2685 |
| 2025-11-20 | 145.9625 |
| 2025-11-27 | 145.2580 |
| 2025-12-04 | 144.6429 |
| 2025-12-12 | 143.5030 |
| 2025-12-19 | 143.6314 |
| 2025-12-26 | 143.0855 |
| 2026-01-02 | 143.2650 |
| 2026-01-09 | 144.2864 |
| 2026-01-16 | 144.9656 |
| 2026-01-23 | 143.5743 |
| 2026-01-30 | 141.2837 |
| 2026-02-06 | 142.3733 |
| 2026-02-13 | 141.8769 |
| 2026-02-20 | 142.7018 |
| 2026-02-27 | 142.6246 |
| 2026-03-06 | 144.5760 |
| 2026-03-13 | 146.5053 |
| 2026-03-20 | 145.7723 |
| 2026-03-27 | 145.9834 |
| 2026-04-03 | 146.5000 |
| 2026-04-10 | 144.5881 |
| 2026-04-17 | 143.1064 |
| 2026-04-24 | 143.9979 |
| 2026-05-01 | 143.6550 |
| 2026-05-08 | 143.5149 |
| 2026-05-16 | 144.7853 |
| 2026-05-24 | 144.7164 |
| 2026-05-31 | 144.4446 |
| 2026-06-09 | 145.6106 |
| 2026-06-16 | 145.6018 |
| 2026-06-23 | 147.2414 |
| 2026-06-30 | 147.4740 |
| 2026-07-07 | 147.2418 |
| 2026-07-14 | 147.2967 |
| 2026-07-21 | 147.4252 |
| 2026-07-28 | 147.6223 |
| 2026-08-04 | 146.1818 |
| 2026-08-11 | 145.7043 |
| 2026-08-18 | 145.2396 |
| 2026-08-26 | 144.3040 |
| 2026-09-02 | 145.3411 |
| 2026-09-09 | 144.4434 |
| 2026-09-16 | 145.8952 |
| 2026-09-23 | 147.2321 |
High
148.0489
Low
141.2837
Average
144.8960
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.