GBP to IQD exchange rate API
Pound Sterling to Iraqi Dinar · quoted 2026-09-25
1732.95
▼ +1.93% over YTD
1 GBP = 1732.95 IQD · 1 IQD = 0.000577 GBP · Get this rate via the API
1 GBP buys 1732.95 IQD as of 2026-09-25, so 1 IQD buys 0.000577 GBP. Over the year to date, GBP/IQD traded between 1728.78 and 1804.55, averaged 1763.87 and fell 1.93%. The API holds daily GBP/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GBP/IQD over YTD: show the values
| Point | GBP/IQD |
|---|---|
| 2025-12-31 | 1767.14 |
| 2026-01-07 | 1767.38 |
| 2026-01-14 | 1762.60 |
| 2026-01-21 | 1759.37 |
| 2026-01-28 | 1804.55 |
| 2026-02-04 | 1793.16 |
| 2026-02-11 | 1791.25 |
| 2026-02-18 | 1776.92 |
| 2026-02-25 | 1772.05 |
| 2026-03-04 | 1754.26 |
| 2026-03-11 | 1758.19 |
| 2026-03-18 | 1741.42 |
| 2026-03-25 | 1752.03 |
| 2026-04-01 | 1745.47 |
| 2026-04-08 | 1755.26 |
| 2026-04-15 | 1776.04 |
| 2026-04-22 | 1770.95 |
| 2026-04-29 | 1769.89 |
| 2026-05-06 | 1783.98 |
| 2026-05-14 | 1770.03 |
| 2026-05-21 | 1758.29 |
| 2026-05-29 | 1752.37 |
| 2026-06-05 | 1767.11 |
| 2026-06-14 | 1759.16 |
| 2026-06-21 | 1731.29 |
| 2026-06-28 | 1728.78 |
| 2026-07-05 | 1749.41 |
| 2026-07-12 | 1754.17 |
| 2026-07-19 | 1761.98 |
| 2026-07-26 | 1747.04 |
| 2026-08-02 | 1767.17 |
| 2026-08-09 | 1767.61 |
| 2026-08-16 | 1773.49 |
| 2026-08-24 | 1789.22 |
| 2026-08-31 | 1782.73 |
| 2026-09-07 | 1773.08 |
| 2026-09-14 | 1769.61 |
| 2026-09-21 | 1753.46 |
High
1804.55
Low
1728.78
Average
1763.87
Get this rate via the API
One GET request returns the GBP/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=GBP¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/IQD API questions
How do I get the GBP/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/IQD rate in rates.IQD.
How far back does GBP/IQD historical data go?
Daily GBP/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 GBP/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.