Skip to content

DJF to IQD exchange rate API

Djibouti Franc to Iraqi Dinar · quoted 2026-09-26

7.3581

▲ +0.13% over 1Y

1 DJF = 7.3581 IQD · 1 IQD = 0.13590 DJF · Get this rate via the API

1 DJF buys 7.3581 IQD as of 2026-09-26, so 1 IQD buys 0.13590 DJF. Over the last year, DJF/IQD traded between 7.3158 and 7.3827, averaged 7.3580 and rose 0.13%. The API holds daily DJF/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DJF/IQD over 1Y

DJF/IQD over 1Y: show the values
PointDJF/IQD
2025-09-267.3488
2025-10-037.3657
2025-10-107.3689
2025-10-177.3563
2025-10-247.3682
2025-10-317.3435
2025-11-077.3560
2025-11-147.3622
2025-11-217.3651
2025-11-287.3590
2025-12-057.3597
2025-12-137.3522
2025-12-207.3590
2025-12-277.3583
2026-01-037.3521
2026-01-107.3567
2026-01-177.3544
2026-01-247.3589
2026-01-317.3158
2026-02-077.3603
2026-02-147.3593
2026-02-217.3643
2026-02-287.3436
2026-03-077.3629
2026-03-147.3489
2026-03-217.3591
2026-03-287.3711
2026-04-047.3472
2026-04-117.3711
2026-04-187.3569
2026-04-257.3562
2026-05-027.3711
2026-05-097.3711
2026-05-177.3389
2026-05-257.3354
2026-06-017.3639
2026-06-107.3526
2026-06-177.3767
2026-06-247.3827
2026-07-017.3556
2026-07-087.3816
2026-07-157.3262
2026-07-227.3593
2026-07-297.3667
2026-08-057.3656
2026-08-127.3583
2026-08-207.3331
2026-08-277.3592
2026-09-037.3516
2026-09-107.3621
2026-09-177.3685
2026-09-247.3762

High

7.3827

Low

7.3158

Average

7.3580

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF&currencies=IQD").json()

Replace YOUR_API_KEY with the key from your dashboard.

DJF/IQD API questions

How do I get the DJF/IQD exchange rate from an API?

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

How far back does DJF/IQD historical data go?

Daily DJF/IQD 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 DJF/IQD 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.