JOD to CDF exchange rate API
Jordanian Dinar to Congolese Franc · quoted 2026-09-25
3258.46
▲ +1.42% over YTD
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 year to date, JOD/CDF traded between 2977.92 and 3275.69, averaged 3210.05 and rose 1.42%. 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 YTD: show the values
| Point | JOD/CDF |
|---|---|
| 2025-12-31 | 3212.75 |
| 2026-01-07 | 3238.69 |
| 2026-01-14 | 3008.19 |
| 2026-01-21 | 3017.10 |
| 2026-01-28 | 3228.47 |
| 2026-02-04 | 3207.53 |
| 2026-02-11 | 3223.13 |
| 2026-02-18 | 3258.32 |
| 2026-02-25 | 2977.92 |
| 2026-03-04 | 3243.63 |
| 2026-03-11 | 3078.71 |
| 2026-03-18 | 3254.98 |
| 2026-03-25 | 3267.03 |
| 2026-04-01 | 3264.93 |
| 2026-04-08 | 3271.04 |
| 2026-04-15 | 3258.10 |
| 2026-04-22 | 3263.68 |
| 2026-04-29 | 3275.69 |
| 2026-05-06 | 3265.22 |
| 2026-05-14 | 3215.80 |
| 2026-05-21 | 3236.95 |
| 2026-05-29 | 3249.11 |
| 2026-06-05 | 3275.03 |
| 2026-06-14 | 3208.77 |
| 2026-06-21 | 3200.22 |
| 2026-06-28 | 3213.80 |
| 2026-07-05 | 3176.27 |
| 2026-07-12 | 3179.78 |
| 2026-07-19 | 3188.97 |
| 2026-07-26 | 3181.00 |
| 2026-08-02 | 3201.12 |
| 2026-08-09 | 3197.43 |
| 2026-08-16 | 3194.10 |
| 2026-08-24 | 3233.43 |
| 2026-08-31 | 3206.20 |
| 2026-09-07 | 3246.12 |
| 2026-09-14 | 3255.80 |
| 2026-09-21 | 3258.46 |
High
3275.69
Low
2977.92
Average
3210.05
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.