Skip to content

USD to IQD exchange rate API

US Dollar to Iraqi Dinar · quoted 2026-09-25

1310.09

▼ +0.17% over YTD

1 USD = 1310.09 IQD · 1 IQD = 0.000763 USD · Get this rate via the API

1 USD buys 1310.09 IQD as of 2026-09-25, so 1 IQD buys 0.000763 USD. Over the year to date, USD/IQD traded between 1302.92 and 1316.72, averaged 1310.12 and fell 0.17%. The API holds daily USD/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/IQD over YTD

USD/IQD over YTD: show the values
PointUSD/IQD
2025-12-311312.34
2026-01-071310.56
2026-01-141311.32
2026-01-211310.49
2026-01-281308.88
2026-02-041307.10
2026-02-111311.47
2026-02-181308.72
2026-02-251310.39
2026-03-041310.91
2026-03-111311.13
2026-03-181308.23
2026-03-251308.25
2026-04-011310.24
2026-04-081302.92
2026-04-151310.69
2026-04-221311.69
2026-04-291310.00
2026-05-061310.00
2026-05-141310.17
2026-05-211310.24
2026-05-291305.14
2026-06-051312.17
2026-06-141310.08
2026-06-211310.13
2026-06-281310.03
2026-07-051310.27
2026-07-121310.17
2026-07-191310.26
2026-07-261310.10
2026-08-021310.27
2026-08-091310.19
2026-08-161310.29
2026-08-241312.31
2026-08-311316.72
2026-09-071310.42
2026-09-141311.36
2026-09-211309.07

High

1316.72

Low

1302.92

Average

1310.12

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/IQD API questions

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

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

How far back does USD/IQD historical data go?

Daily USD/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 USD/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.