Skip to content

DKK to FJD exchange rate API

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

0.34160

▼ +3.77% over 1Y

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 year, DKK/FJD traded between 0.34016 and 0.35835, averaged 0.34815 and fell 3.77%. 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 1Y

DKK/FJD over 1Y: show the values
PointDKK/FJD
2025-09-250.35497
2025-10-020.35665
2025-10-090.35346
2025-10-160.35646
2025-10-230.35611
2025-10-300.35269
2025-11-060.35429
2025-11-130.35626
2025-11-200.35505
2025-11-270.35534
2025-12-040.35603
2025-12-110.35692
2025-12-180.35798
2025-12-250.35835
2026-01-010.35758
2026-01-080.35491
2026-01-150.35426
2026-01-220.35456
2026-01-290.35497
2026-02-050.35073
2026-02-120.34972
2026-02-190.34728
2026-02-260.34822
2026-03-050.34408
2026-03-120.34130
2026-03-190.34016
2026-03-260.34357
2026-04-020.34576
2026-04-090.34848
2026-04-160.34827
2026-04-230.34549
2026-04-300.34504
2026-05-070.34586
2026-05-140.34331
2026-05-210.34279
2026-05-280.34191
2026-06-040.34323
2026-06-110.34424
2026-06-180.34196
2026-06-250.34050
2026-07-020.34223
2026-07-090.34321
2026-07-160.34263
2026-07-230.34086
2026-07-300.34284
2026-08-060.34366
2026-08-130.34329
2026-08-200.34584
2026-08-270.34401
2026-09-030.34417
2026-09-100.34381
2026-09-170.34270
2026-09-240.34051

High

0.35835

Low

0.34016

Average

0.34815

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.