GIP to IQD exchange rate API
Gibraltar Pound to Iraqi Dinar · quoted 2026-09-26
1735.26
▼ +2.54% over 30D
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 30 days, GIP/IQD traded between 1730.83 and 1783.45, averaged 1764.06 and fell 2.54%. 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 30D: show the values
| Point | GIP/IQD |
|---|---|
| 2026-08-27 | 1780.48 |
| 2026-08-28 | 1781.08 |
| 2026-08-29 | 1773.39 |
| 2026-08-30 | 1773.46 |
| 2026-08-31 | 1783.45 |
| 2026-09-01 | 1773.84 |
| 2026-09-02 | 1770.19 |
| 2026-09-03 | 1765.78 |
| 2026-09-04 | 1773.37 |
| 2026-09-05 | 1772.71 |
| 2026-09-06 | 1770.79 |
| 2026-09-07 | 1770.28 |
| 2026-09-08 | 1773.56 |
| 2026-09-09 | 1772.55 |
| 2026-09-10 | 1775.79 |
| 2026-09-11 | 1769.32 |
| 2026-09-12 | 1774.17 |
| 2026-09-13 | 1772.87 |
| 2026-09-14 | 1770.98 |
| 2026-09-15 | 1766.99 |
| 2026-09-16 | 1768.15 |
| 2026-09-17 | 1762.67 |
| 2026-09-18 | 1748.96 |
| 2026-09-19 | 1754.95 |
| 2026-09-20 | 1755.04 |
| 2026-09-21 | 1751.94 |
| 2026-09-22 | 1754.07 |
| 2026-09-23 | 1747.41 |
| 2026-09-24 | 1740.27 |
| 2026-09-25 | 1730.83 |
| 2026-09-26 | 1735.26 |
High
1783.45
Low
1730.83
Average
1764.06
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.