Skip to content

FKP to DKK exchange rate API

Falkland Islands Pound to Danish Krone · quoted 2026-09-25

8.6729

▲ +1.36% over YTD

1 FKP = 8.6729 DKK · 1 DKK = 0.11530 FKP · Get this rate via the API

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

FKP/DKK over YTD

FKP/DKK over YTD: show the values
PointFKP/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.6502

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/DKK API questions

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

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

How far back does FKP/DKK historical data go?

Daily FKP/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 FKP/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.