Skip to content

JOD to CDF exchange rate API

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

3258.46

▼ +14.67% over 1Y

1 JOD = 3258.46 CDF · 1 CDF = 0.000307 JOD · Get this rate via the API

1 JOD buys 3258.46 CDF as of 2026-09-25, so 1 CDF buys 0.000307 JOD. Over the last year, JOD/CDF traded between 2979.54 and 3818.76, averaged 3238.87 and fell 14.67%. The API holds daily JOD/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/CDF over 1Y

JOD/CDF over 1Y: show the values
PointJOD/CDF
2025-09-253818.76
2025-10-023594.93
2025-10-093401.94
2025-10-162979.54
2025-10-233205.21
2025-10-303223.54
2025-11-063093.79
2025-11-133016.01
2025-11-203214.38
2025-11-273212.27
2025-12-043219.92
2025-12-123229.73
2025-12-193246.54
2025-12-263211.23
2026-01-023200.15
2026-01-093249.28
2026-01-163201.21
2026-01-233047.41
2026-01-303243.86
2026-02-063234.62
2026-02-133240.30
2026-02-203251.16
2026-02-273029.96
2026-03-063258.03
2026-03-133206.21
2026-03-203256.41
2026-03-273262.26
2026-04-033264.00
2026-04-103243.96
2026-04-173252.48
2026-04-243262.42
2026-05-013272.13
2026-05-083266.50
2026-05-163169.55
2026-05-243170.61
2026-05-313206.62
2026-06-093260.56
2026-06-163265.01
2026-06-233239.65
2026-06-303263.03
2026-07-073254.23
2026-07-143230.82
2026-07-213250.47
2026-07-283253.17
2026-08-043226.59
2026-08-113229.85
2026-08-183233.02
2026-08-263233.38
2026-09-023236.11
2026-09-093252.00
2026-09-163258.46
2026-09-233258.46

High

3818.76

Low

2979.54

Average

3238.87

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/CDF API questions

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

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

How far back does JOD/CDF historical data go?

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