FJD to IQD exchange rate API
Fiji Dollar to Iraqi Dinar · quoted 2026-09-25
583.6123
▲ +0.55% over 1Y
1 FJD = 583.6123 IQD · 1 IQD = 0.001713 FJD · Get this rate via the API
1 FJD buys 583.6123 IQD as of 2026-09-25, so 1 IQD buys 0.001713 FJD. Over the last year, FJD/IQD traded between 568.8653 and 598.7317, averaged 584.8577 and rose 0.55%. The API holds daily FJD/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/IQD over 1Y: show the values
| Point | FJD/IQD |
|---|---|
| 2025-09-25 | 580.4265 |
| 2025-10-02 | 577.8429 |
| 2025-10-09 | 576.4225 |
| 2025-10-16 | 573.1135 |
| 2025-10-23 | 571.3631 |
| 2025-10-30 | 573.9074 |
| 2025-11-06 | 571.0043 |
| 2025-11-13 | 572.2040 |
| 2025-11-20 | 568.8653 |
| 2025-11-27 | 571.9202 |
| 2025-12-04 | 574.8389 |
| 2025-12-12 | 574.5400 |
| 2025-12-19 | 574.0869 |
| 2025-12-26 | 576.6809 |
| 2026-01-02 | 575.0870 |
| 2026-01-09 | 576.8367 |
| 2026-01-16 | 575.4889 |
| 2026-01-23 | 580.8278 |
| 2026-01-30 | 594.0322 |
| 2026-02-06 | 589.6446 |
| 2026-02-13 | 595.3001 |
| 2026-02-20 | 594.6713 |
| 2026-02-27 | 595.3082 |
| 2026-03-06 | 589.5510 |
| 2026-03-13 | 595.9814 |
| 2026-03-20 | 588.9148 |
| 2026-03-27 | 583.2878 |
| 2026-04-03 | 580.2931 |
| 2026-04-10 | 589.4066 |
| 2026-04-17 | 591.6315 |
| 2026-04-24 | 591.5198 |
| 2026-05-01 | 596.2636 |
| 2026-05-08 | 598.7317 |
| 2026-05-16 | 594.5523 |
| 2026-05-24 | 590.5418 |
| 2026-05-31 | 591.4866 |
| 2026-06-09 | 590.6659 |
| 2026-06-16 | 590.2332 |
| 2026-06-23 | 585.6905 |
| 2026-06-30 | 581.8093 |
| 2026-07-07 | 583.1285 |
| 2026-07-14 | 586.7096 |
| 2026-07-21 | 587.5842 |
| 2026-07-28 | 585.7780 |
| 2026-08-04 | 589.7832 |
| 2026-08-11 | 589.8773 |
| 2026-08-18 | 590.1851 |
| 2026-08-26 | 593.1580 |
| 2026-09-02 | 591.2947 |
| 2026-09-09 | 592.3364 |
| 2026-09-16 | 590.8868 |
| 2026-09-23 | 588.1481 |
High
598.7317
Low
568.8653
Average
584.8577
Get this rate via the API
One GET request returns the FJD/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=FJD¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/IQD API questions
How do I get the FJD/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/IQD rate in rates.IQD.
How far back does FJD/IQD historical data go?
Daily FJD/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 FJD/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.