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: show the values
| Point | GIP/DKK |
|---|---|
| 2025-12-31 | 8.5566 |
| 2026-01-07 | 8.6413 |
| 2026-01-14 | 8.6117 |
| 2026-01-21 | 8.5592 |
| 2026-01-28 | 8.6033 |
| 2026-02-04 | 8.6578 |
| 2026-02-11 | 8.5775 |
| 2026-02-18 | 8.5513 |
| 2026-02-25 | 8.5670 |
| 2026-03-04 | 8.5517 |
| 2026-03-11 | 8.6703 |
| 2026-03-18 | 8.6776 |
| 2026-03-25 | 8.6399 |
| 2026-04-01 | 8.5240 |
| 2026-04-08 | 8.5533 |
| 2026-04-15 | 8.5371 |
| 2026-04-22 | 8.6246 |
| 2026-04-29 | 8.6503 |
| 2026-05-06 | 8.5985 |
| 2026-05-14 | 8.6389 |
| 2026-05-21 | 8.6514 |
| 2026-05-29 | 8.6223 |
| 2026-06-05 | 8.6224 |
| 2026-06-14 | 8.6422 |
| 2026-06-21 | 8.6242 |
| 2026-06-28 | 8.6646 |
| 2026-07-05 | 8.7273 |
| 2026-07-12 | 8.7835 |
| 2026-07-19 | 8.7970 |
| 2026-07-26 | 8.7493 |
| 2026-08-02 | 8.7292 |
| 2026-08-09 | 8.7257 |
| 2026-08-16 | 8.7435 |
| 2026-08-24 | 8.7440 |
| 2026-08-31 | 8.7312 |
| 2026-09-07 | 8.6884 |
| 2026-09-14 | 8.7398 |
| 2026-09-21 | 8.7072 |
High
8.7970
Low
8.5240
Average
8.6507
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.