DJF to IQD exchange rate API
Djibouti Franc to Iraqi Dinar · quoted 2026-09-26
7.3581
▼ +0.01% over 30D
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 30 days, DJF/IQD traded between 7.3348 and 7.3762, averaged 7.3562 and fell 0.01%. 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 30D: show the values
| Point | DJF/IQD |
|---|---|
| 2026-08-27 | 7.3592 |
| 2026-08-28 | 7.3541 |
| 2026-08-29 | 7.3539 |
| 2026-08-30 | 7.3372 |
| 2026-08-31 | 7.3609 |
| 2026-09-01 | 7.3573 |
| 2026-09-02 | 7.3611 |
| 2026-09-03 | 7.3516 |
| 2026-09-04 | 7.3519 |
| 2026-09-05 | 7.3440 |
| 2026-09-06 | 7.3348 |
| 2026-09-07 | 7.3592 |
| 2026-09-08 | 7.3582 |
| 2026-09-09 | 7.3540 |
| 2026-09-10 | 7.3621 |
| 2026-09-11 | 7.3584 |
| 2026-09-12 | 7.3531 |
| 2026-09-13 | 7.3449 |
| 2026-09-14 | 7.3639 |
| 2026-09-15 | 7.3598 |
| 2026-09-16 | 7.3661 |
| 2026-09-17 | 7.3685 |
| 2026-09-18 | 7.3603 |
| 2026-09-19 | 7.3547 |
| 2026-09-20 | 7.3456 |
| 2026-09-21 | 7.3536 |
| 2026-09-22 | 7.3594 |
| 2026-09-23 | 7.3629 |
| 2026-09-24 | 7.3762 |
| 2026-09-25 | 7.3581 |
High
7.3762
Low
7.3348
Average
7.3562
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.