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: show the values
| Point | FKP/DKK |
|---|---|
| 2025-09-25 | 8.5523 |
| 2025-10-02 | 8.5648 |
| 2025-10-09 | 8.6234 |
| 2025-10-16 | 8.6178 |
| 2025-10-23 | 8.5973 |
| 2025-10-30 | 8.5392 |
| 2025-11-06 | 8.4590 |
| 2025-11-13 | 8.4342 |
| 2025-11-20 | 8.4640 |
| 2025-11-27 | 8.5461 |
| 2025-12-04 | 8.5403 |
| 2025-12-12 | 8.5272 |
| 2025-12-19 | 8.5384 |
| 2025-12-26 | 8.5683 |
| 2026-01-02 | 8.5967 |
| 2026-01-09 | 8.6187 |
| 2026-01-16 | 8.6071 |
| 2026-01-23 | 8.5843 |
| 2026-01-30 | 8.6138 |
| 2026-02-06 | 8.5782 |
| 2026-02-13 | 8.5795 |
| 2026-02-20 | 8.5327 |
| 2026-02-27 | 8.5353 |
| 2026-03-06 | 8.6391 |
| 2026-03-13 | 8.6979 |
| 2026-03-20 | 8.6729 |
| 2026-03-27 | 8.6564 |
| 2026-04-03 | 8.5766 |
| 2026-04-10 | 8.5756 |
| 2026-04-17 | 8.5959 |
| 2026-04-24 | 8.6163 |
| 2026-05-01 | 8.5886 |
| 2026-05-08 | 8.6390 |
| 2026-05-16 | 8.5675 |
| 2026-05-24 | 8.6342 |
| 2026-05-31 | 8.6273 |
| 2026-06-09 | 8.6209 |
| 2026-06-16 | 8.6383 |
| 2026-06-23 | 8.6934 |
| 2026-06-30 | 8.6818 |
| 2026-07-07 | 8.7543 |
| 2026-07-14 | 8.7556 |
| 2026-07-21 | 8.7948 |
| 2026-07-28 | 8.7462 |
| 2026-08-04 | 8.7176 |
| 2026-08-11 | 8.7519 |
| 2026-08-18 | 8.7474 |
| 2026-08-26 | 8.7417 |
| 2026-09-02 | 8.7171 |
| 2026-09-09 | 8.6902 |
| 2026-09-16 | 8.7350 |
| 2026-09-23 | 8.7242 |
High
8.7948
Low
8.4342
Average
8.6243
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.