GIP to IQD exchange rate API
Gibraltar Pound to Iraqi Dinar · quoted 2026-09-26
1735.26
▼ +0.83% over 1Y
1 GIP = 1735.26 IQD · 1 IQD = 0.000576 GIP · Get this rate via the API
1 GIP buys 1735.26 IQD as of 2026-09-26, so 1 IQD buys 0.000576 GIP. Over the last year, GIP/IQD traded between 1714.68 and 1794.17, averaged 1755.66 and fell 0.83%. The API holds daily GIP/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/IQD over 1Y: show the values
| Point | GIP/IQD |
|---|---|
| 2025-09-26 | 1749.74 |
| 2025-10-03 | 1760.73 |
| 2025-10-10 | 1747.70 |
| 2025-10-17 | 1758.48 |
| 2025-10-24 | 1747.56 |
| 2025-10-31 | 1722.93 |
| 2025-11-07 | 1718.86 |
| 2025-11-14 | 1722.78 |
| 2025-11-21 | 1714.68 |
| 2025-11-28 | 1733.45 |
| 2025-12-05 | 1746.95 |
| 2025-12-13 | 1752.52 |
| 2025-12-20 | 1752.91 |
| 2025-12-27 | 1768.01 |
| 2026-01-03 | 1763.58 |
| 2026-01-10 | 1755.78 |
| 2026-01-17 | 1748.61 |
| 2026-01-24 | 1788.31 |
| 2026-01-31 | 1794.17 |
| 2026-02-07 | 1784.30 |
| 2026-02-14 | 1789.59 |
| 2026-02-21 | 1767.79 |
| 2026-02-28 | 1767.48 |
| 2026-03-07 | 1758.09 |
| 2026-03-14 | 1733.79 |
| 2026-03-21 | 1748.74 |
| 2026-03-28 | 1748.85 |
| 2026-04-04 | 1728.61 |
| 2026-04-11 | 1760.89 |
| 2026-04-18 | 1773.36 |
| 2026-04-25 | 1764.88 |
| 2026-05-02 | 1778.97 |
| 2026-05-09 | 1782.75 |
| 2026-05-17 | 1746.18 |
| 2026-05-25 | 1759.16 |
| 2026-06-01 | 1763.14 |
| 2026-06-10 | 1753.62 |
| 2026-06-17 | 1759.66 |
| 2026-06-24 | 1732.81 |
| 2026-07-01 | 1732.74 |
| 2026-07-08 | 1754.12 |
| 2026-07-15 | 1750.01 |
| 2026-07-22 | 1755.55 |
| 2026-07-29 | 1742.15 |
| 2026-08-05 | 1763.43 |
| 2026-08-12 | 1769.05 |
| 2026-08-20 | 1772.18 |
| 2026-08-27 | 1780.48 |
| 2026-09-03 | 1765.78 |
| 2026-09-10 | 1775.79 |
| 2026-09-17 | 1762.67 |
| 2026-09-24 | 1740.27 |
High
1794.17
Low
1714.68
Average
1755.66
Get this rate via the API
One GET request returns the GIP/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=GIP¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/IQD API questions
How do I get the GIP/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/IQD rate in rates.IQD.
How far back does GIP/IQD historical data go?
Daily GIP/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 GIP/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.