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: show the values
| Point | DJF/IQD |
|---|---|
| 2025-09-26 | 7.3488 |
| 2025-10-03 | 7.3657 |
| 2025-10-10 | 7.3689 |
| 2025-10-17 | 7.3563 |
| 2025-10-24 | 7.3682 |
| 2025-10-31 | 7.3435 |
| 2025-11-07 | 7.3560 |
| 2025-11-14 | 7.3622 |
| 2025-11-21 | 7.3651 |
| 2025-11-28 | 7.3590 |
| 2025-12-05 | 7.3597 |
| 2025-12-13 | 7.3522 |
| 2025-12-20 | 7.3590 |
| 2025-12-27 | 7.3583 |
| 2026-01-03 | 7.3521 |
| 2026-01-10 | 7.3567 |
| 2026-01-17 | 7.3544 |
| 2026-01-24 | 7.3589 |
| 2026-01-31 | 7.3158 |
| 2026-02-07 | 7.3603 |
| 2026-02-14 | 7.3593 |
| 2026-02-21 | 7.3643 |
| 2026-02-28 | 7.3436 |
| 2026-03-07 | 7.3629 |
| 2026-03-14 | 7.3489 |
| 2026-03-21 | 7.3591 |
| 2026-03-28 | 7.3711 |
| 2026-04-04 | 7.3472 |
| 2026-04-11 | 7.3711 |
| 2026-04-18 | 7.3569 |
| 2026-04-25 | 7.3562 |
| 2026-05-02 | 7.3711 |
| 2026-05-09 | 7.3711 |
| 2026-05-17 | 7.3389 |
| 2026-05-25 | 7.3354 |
| 2026-06-01 | 7.3639 |
| 2026-06-10 | 7.3526 |
| 2026-06-17 | 7.3767 |
| 2026-06-24 | 7.3827 |
| 2026-07-01 | 7.3556 |
| 2026-07-08 | 7.3816 |
| 2026-07-15 | 7.3262 |
| 2026-07-22 | 7.3593 |
| 2026-07-29 | 7.3667 |
| 2026-08-05 | 7.3656 |
| 2026-08-12 | 7.3583 |
| 2026-08-20 | 7.3331 |
| 2026-08-27 | 7.3592 |
| 2026-09-03 | 7.3516 |
| 2026-09-10 | 7.3621 |
| 2026-09-17 | 7.3685 |
| 2026-09-24 | 7.3762 |
High
7.3827
Low
7.3158
Average
7.3580
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=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¤cies=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.