Skip to content

DKK to FJD exchange rate API

Danish Krone to Fiji Dollar · quoted 2026-09-25

0.34160

▼ +1.49% over 6M

1 DKK = 0.34160 FJD · 1 FJD = 2.9274 DKK · Get this rate via the API

1 DKK buys 0.34160 FJD as of 2026-09-25, so 1 FJD buys 2.9274 DKK. Over the last 6 months, DKK/FJD traded between 0.34049 and 0.34973, averaged 0.34491 and fell 1.49%. The API holds daily DKK/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DKK/FJD over 6M

DKK/FJD over 6M: show the values
PointDKK/FJD
2026-03-290.34677
2026-04-050.34572
2026-04-120.34881
2026-04-190.34973
2026-04-260.34768
2026-05-030.34627
2026-05-100.34659
2026-05-170.34438
2026-05-240.34521
2026-05-310.34548
2026-06-070.34570
2026-06-140.34670
2026-06-210.34437
2026-06-280.34525
2026-07-050.34542
2026-07-120.34352
2026-07-190.34341
2026-07-260.34209
2026-08-020.34269
2026-08-090.34370
2026-08-160.34410
2026-08-230.34526
2026-08-300.34274
2026-09-060.34414
2026-09-130.34465
2026-09-200.34049

High

0.34973

Low

0.34049

Average

0.34491

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

DKK/FJD API questions

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

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

How far back does DKK/FJD historical data go?

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