Skip to content

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

FJD/IQD over 1Y: show the values
PointFJD/IQD
2025-09-25580.4265
2025-10-02577.8429
2025-10-09576.4225
2025-10-16573.1135
2025-10-23571.3631
2025-10-30573.9074
2025-11-06571.0043
2025-11-13572.2040
2025-11-20568.8653
2025-11-27571.9202
2025-12-04574.8389
2025-12-12574.5400
2025-12-19574.0869
2025-12-26576.6809
2026-01-02575.0870
2026-01-09576.8367
2026-01-16575.4889
2026-01-23580.8278
2026-01-30594.0322
2026-02-06589.6446
2026-02-13595.3001
2026-02-20594.6713
2026-02-27595.3082
2026-03-06589.5510
2026-03-13595.9814
2026-03-20588.9148
2026-03-27583.2878
2026-04-03580.2931
2026-04-10589.4066
2026-04-17591.6315
2026-04-24591.5198
2026-05-01596.2636
2026-05-08598.7317
2026-05-16594.5523
2026-05-24590.5418
2026-05-31591.4866
2026-06-09590.6659
2026-06-16590.2332
2026-06-23585.6905
2026-06-30581.8093
2026-07-07583.1285
2026-07-14586.7096
2026-07-21587.5842
2026-07-28585.7780
2026-08-04589.7832
2026-08-11589.8773
2026-08-18590.1851
2026-08-26593.1580
2026-09-02591.2947
2026-09-09592.3364
2026-09-16590.8868
2026-09-23588.1481

High

598.7317

Low

568.8653

Average

584.8577

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&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=FJD&currencies=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&currencies=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.