Skip to content

FJD to DKK exchange rate API

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

2.9286

▼ +3.10% over 5Y

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 5 years, FJD/DKK traded between 2.7966 and 3.1296, averaged 2.9239 and fell 3.10%. 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 5Y

FJD/DKK over 5Y: show the values
PointFJD/DKK
2024-08-243.0222
2024-10-053.0711
2024-11-043.0299
2024-12-043.1252
2025-01-033.0888
2025-02-023.1296
2025-03-043.0218
2025-04-042.9134
2025-05-042.8930
2025-06-042.9056
2025-07-042.8211
2025-08-032.8227
2025-09-022.8394
2025-10-032.8097
2025-11-022.8222
2025-12-022.8108
2026-01-012.7966
2026-01-312.8588
2026-03-022.8765
2026-04-012.8754
2026-05-012.8979
2026-05-312.8945
2026-06-302.9154
2026-07-302.9168
2026-08-292.9350

High

3.1296

Low

2.7966

Average

2.9239

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.