Skip to content

FJD to DKK exchange rate API

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

2.9286

▲ +3.96% over 1Y

1 FJD = 2.9286 DKK · 1 DKK = 0.34146 FJD · Get this rate via the API

1 FJD buys 2.9286 DKK as of 2026-09-25, so 1 DKK buys 0.34146 FJD. Over the last year, FJD/DKK traded between 2.7906 and 2.9398, averaged 2.8732 and rose 3.96%. The API holds daily FJD/DKK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/DKK over 1Y

FJD/DKK over 1Y: show the values
PointFJD/DKK
2025-09-252.8171
2025-10-022.8039
2025-10-092.8291
2025-10-162.8054
2025-10-232.8082
2025-10-302.8353
2025-11-062.8226
2025-11-132.8069
2025-11-202.8165
2025-11-272.8142
2025-12-042.8088
2025-12-112.8018
2025-12-182.7934
2025-12-252.7906
2026-01-012.7966
2026-01-082.8176
2026-01-152.8228
2026-01-222.8204
2026-01-292.8171
2026-02-052.8512
2026-02-122.8594
2026-02-192.8796
2026-02-262.8718
2026-03-052.9063
2026-03-122.9300
2026-03-192.9398
2026-03-262.9106
2026-04-022.8922
2026-04-092.8696
2026-04-162.8713
2026-04-232.8945
2026-04-302.8982
2026-05-072.8913
2026-05-142.9128
2026-05-212.9173
2026-05-282.9247
2026-06-042.9135
2026-06-112.9049
2026-06-182.9244
2026-06-252.9368
2026-07-022.9220
2026-07-092.9137
2026-07-162.9186
2026-07-232.9338
2026-07-302.9168
2026-08-062.9098
2026-08-132.9130
2026-08-202.8915
2026-08-272.9069
2026-09-032.9056
2026-09-102.9086
2026-09-172.9180
2026-09-242.9368

High

2.9398

Low

2.7906

Average

2.8732

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/DKK API questions

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

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

How far back does FJD/DKK historical data go?

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