Skip to content

JOD to XAF exchange rate API

Jordanian Dinar to CFA Franc BEAC · quoted 2026-09-25

813.7330

▲ +3.27% over YTD

1 JOD = 813.7330 XAF · 1 XAF = 0.001229 JOD · Get this rate via the API

1 JOD buys 813.7330 XAF as of 2026-09-25, so 1 XAF buys 0.001229 JOD. Over the year to date, JOD/XAF traded between 771.4760 and 813.7330, averaged 795.9909 and rose 3.27%. The API holds daily JOD/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/XAF over YTD

JOD/XAF over YTD: show the values
PointJOD/XAF
2025-12-31787.9855
2026-01-07790.6812
2026-01-14794.9142
2026-01-21788.8321
2026-01-28771.4760
2026-02-04782.3981
2026-02-11776.8527
2026-02-18781.0524
2026-02-25784.9149
2026-03-04797.6665
2026-03-11796.1736
2026-03-18802.0411
2026-03-25797.1266
2026-04-01799.8681
2026-04-08792.7336
2026-04-15784.6693
2026-04-22787.6473
2026-04-29791.0257
2026-05-06789.8235
2026-05-14789.7968
2026-05-21796.1658
2026-05-29794.8987
2026-06-05796.5489
2026-06-14799.3385
2026-06-21806.1604
2026-06-28812.3485
2026-07-05808.6292
2026-07-12810.3735
2026-07-19808.8736
2026-07-26813.4876
2026-08-02802.1789
2026-08-09800.3093
2026-08-16799.7167
2026-08-24792.2615
2026-08-31798.1894
2026-09-07796.8631
2026-09-14799.7992
2026-09-21806.0909

High

813.7330

Low

771.4760

Average

795.9909

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/XAF API questions

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

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

How far back does JOD/XAF historical data go?

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