Skip to content

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

GIP/IQD over 1Y: show the values
PointGIP/IQD
2025-09-261749.74
2025-10-031760.73
2025-10-101747.70
2025-10-171758.48
2025-10-241747.56
2025-10-311722.93
2025-11-071718.86
2025-11-141722.78
2025-11-211714.68
2025-11-281733.45
2025-12-051746.95
2025-12-131752.52
2025-12-201752.91
2025-12-271768.01
2026-01-031763.58
2026-01-101755.78
2026-01-171748.61
2026-01-241788.31
2026-01-311794.17
2026-02-071784.30
2026-02-141789.59
2026-02-211767.79
2026-02-281767.48
2026-03-071758.09
2026-03-141733.79
2026-03-211748.74
2026-03-281748.85
2026-04-041728.61
2026-04-111760.89
2026-04-181773.36
2026-04-251764.88
2026-05-021778.97
2026-05-091782.75
2026-05-171746.18
2026-05-251759.16
2026-06-011763.14
2026-06-101753.62
2026-06-171759.66
2026-06-241732.81
2026-07-011732.74
2026-07-081754.12
2026-07-151750.01
2026-07-221755.55
2026-07-291742.15
2026-08-051763.43
2026-08-121769.05
2026-08-201772.18
2026-08-271780.48
2026-09-031765.78
2026-09-101775.79
2026-09-171762.67
2026-09-241740.27

High

1794.17

Low

1714.68

Average

1755.66

For developers

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