Skip to content

FKP to DKK exchange rate API

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

8.6729

▲ +1.41% over 1Y

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 last year, FKP/DKK traded between 8.4342 and 8.7948, averaged 8.6243 and rose 1.41%. 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 1Y

FKP/DKK over 1Y: show the values
PointFKP/DKK
2025-09-258.5523
2025-10-028.5648
2025-10-098.6234
2025-10-168.6178
2025-10-238.5973
2025-10-308.5392
2025-11-068.4590
2025-11-138.4342
2025-11-208.4640
2025-11-278.5461
2025-12-048.5403
2025-12-128.5272
2025-12-198.5384
2025-12-268.5683
2026-01-028.5967
2026-01-098.6187
2026-01-168.6071
2026-01-238.5843
2026-01-308.6138
2026-02-068.5782
2026-02-138.5795
2026-02-208.5327
2026-02-278.5353
2026-03-068.6391
2026-03-138.6979
2026-03-208.6729
2026-03-278.6564
2026-04-038.5766
2026-04-108.5756
2026-04-178.5959
2026-04-248.6163
2026-05-018.5886
2026-05-088.6390
2026-05-168.5675
2026-05-248.6342
2026-05-318.6273
2026-06-098.6209
2026-06-168.6383
2026-06-238.6934
2026-06-308.6818
2026-07-078.7543
2026-07-148.7556
2026-07-218.7948
2026-07-288.7462
2026-08-048.7176
2026-08-118.7519
2026-08-188.7474
2026-08-268.7417
2026-09-028.7171
2026-09-098.6902
2026-09-168.7350
2026-09-238.7242

High

8.7948

Low

8.4342

Average

8.6243

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.