Skip to content

GIP to DZD exchange rate API

Gibraltar Pound to Algerian Dinar · quoted 2026-09-25

177.2273

▲ +1.70% over 1Y

1 GIP = 177.2273 DZD · 1 DZD = 0.005642 GIP · Get this rate via the API

1 GIP buys 177.2273 DZD as of 2026-09-25, so 1 DZD buys 0.005642 GIP. Over the last year, GIP/DZD traded between 170.5887 and 181.5009, averaged 176.5246 and rose 1.70%. The API holds daily GIP/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/DZD over 1Y

GIP/DZD over 1Y: show the values
PointGIP/DZD
2025-09-25174.2594
2025-10-02174.6969
2025-10-09174.6130
2025-10-16174.9876
2025-10-23174.1317
2025-10-30171.6407
2025-11-06170.8962
2025-11-13171.1449
2025-11-20170.5887
2025-11-27172.9407
2025-12-04173.3830
2025-12-12173.7643
2025-12-19173.6150
2025-12-26175.1071
2026-01-02174.7141
2026-01-09174.6042
2026-01-16174.6303
2026-01-23175.1254
2026-01-30178.0272
2026-02-06176.0172
2026-02-13176.5739
2026-02-20174.9269
2026-02-27175.2541
2026-03-06174.8623
2026-03-13176.4979
2026-03-20177.4543
2026-03-27177.5609
2026-04-03176.0140
2026-04-10177.8480
2026-04-17179.2766
2026-04-24179.0407
2026-05-01178.6318
2026-05-08179.8305
2026-05-16176.7935
2026-05-24178.7775
2026-05-31178.3199
2026-06-09178.4811
2026-06-16178.3525
2026-06-23177.0086
2026-06-30176.2843
2026-07-07178.3479
2026-07-14178.1418
2026-07-21178.9051
2026-07-28177.4531
2026-08-04178.6078
2026-08-11179.5172
2026-08-18180.1560
2026-08-26181.5009
2026-09-02180.1919
2026-09-09180.3651
2026-09-16180.3116
2026-09-23178.4011

High

181.5009

Low

170.5887

Average

176.5246

For developers

Get this rate via the API

One GET request returns the GIP/DZD 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=DZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=DZD");
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=DZD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/DZD API questions

How do I get the GIP/DZD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/DZD rate in rates.DZD.

How far back does GIP/DZD historical data go?

Daily GIP/DZD 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/DZD 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.