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: show the values
| Point | JOD/XPF |
|---|---|
| 2025-12-31 | 143.3721 |
| 2026-01-07 | 143.8884 |
| 2026-01-14 | 144.5933 |
| 2026-01-21 | 143.9482 |
| 2026-01-28 | 141.2326 |
| 2026-02-04 | 141.8915 |
| 2026-02-11 | 141.3479 |
| 2026-02-18 | 142.1668 |
| 2026-02-25 | 142.5717 |
| 2026-03-04 | 144.3758 |
| 2026-03-11 | 145.0080 |
| 2026-03-18 | 146.1290 |
| 2026-03-25 | 145.3937 |
| 2026-04-01 | 145.8274 |
| 2026-04-08 | 144.8488 |
| 2026-04-15 | 143.0896 |
| 2026-04-22 | 143.5824 |
| 2026-04-29 | 143.9234 |
| 2026-05-06 | 143.6574 |
| 2026-05-14 | 143.8749 |
| 2026-05-21 | 144.7362 |
| 2026-05-29 | 144.6141 |
| 2026-06-05 | 145.1918 |
| 2026-06-14 | 145.5964 |
| 2026-06-21 | 146.5254 |
| 2026-06-28 | 147.5815 |
| 2026-07-05 | 147.1683 |
| 2026-07-12 | 147.3952 |
| 2026-07-19 | 147.1790 |
| 2026-07-26 | 147.8213 |
| 2026-08-02 | 146.0426 |
| 2026-08-09 | 145.5516 |
| 2026-08-16 | 145.4454 |
| 2026-08-24 | 144.1462 |
| 2026-08-31 | 144.8030 |
| 2026-09-07 | 144.6741 |
| 2026-09-14 | 145.0888 |
| 2026-09-21 | 146.6269 |
High
148.0489
Low
141.2326
Average
144.8451
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.