Skip to content

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

GIP/IQD over 30D: show the values
PointGIP/IQD
2026-08-271780.48
2026-08-281781.08
2026-08-291773.39
2026-08-301773.46
2026-08-311783.45
2026-09-011773.84
2026-09-021770.19
2026-09-031765.78
2026-09-041773.37
2026-09-051772.71
2026-09-061770.79
2026-09-071770.28
2026-09-081773.56
2026-09-091772.55
2026-09-101775.79
2026-09-111769.32
2026-09-121774.17
2026-09-131772.87
2026-09-141770.98
2026-09-151766.99
2026-09-161768.15
2026-09-171762.67
2026-09-181748.96
2026-09-191754.95
2026-09-201755.04
2026-09-211751.94
2026-09-221754.07
2026-09-231747.41
2026-09-241740.27
2026-09-251730.83
2026-09-261735.26

High

1783.45

Low

1730.83

Average

1764.06

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.