Skip to content

GIP to DKK exchange rate API

Gibraltar Pound to Danish Krone · quoted 2026-09-26

8.6929

▲ +1.59% over YTD

1 GIP = 8.6929 DKK · 1 DKK = 0.11504 GIP · Get this rate via the API

1 GIP buys 8.6929 DKK as of 2026-09-26, so 1 DKK buys 0.11504 GIP. Over the year to date, GIP/DKK traded between 8.5240 and 8.7970, averaged 8.6507 and rose 1.59%. The API holds daily GIP/DKK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/DKK over YTD

GIP/DKK over YTD: show the values
PointGIP/DKK
2025-12-318.5566
2026-01-078.6413
2026-01-148.6117
2026-01-218.5592
2026-01-288.6033
2026-02-048.6578
2026-02-118.5775
2026-02-188.5513
2026-02-258.5670
2026-03-048.5517
2026-03-118.6703
2026-03-188.6776
2026-03-258.6399
2026-04-018.5240
2026-04-088.5533
2026-04-158.5371
2026-04-228.6246
2026-04-298.6503
2026-05-068.5985
2026-05-148.6389
2026-05-218.6514
2026-05-298.6223
2026-06-058.6224
2026-06-148.6422
2026-06-218.6242
2026-06-288.6646
2026-07-058.7273
2026-07-128.7835
2026-07-198.7970
2026-07-268.7493
2026-08-028.7292
2026-08-098.7257
2026-08-168.7435
2026-08-248.7440
2026-08-318.7312
2026-09-078.6884
2026-09-148.7398
2026-09-218.7072

High

8.7970

Low

8.5240

Average

8.6507

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/DKK API questions

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

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

How far back does GIP/DKK historical data go?

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