Skip to content

FJD to DKK exchange rate API

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

2.9286

▲ +4.70% over YTD

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 year to date, FJD/DKK traded between 2.7972 and 2.9413, averaged 2.8923 and rose 4.70%. 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 YTD

FJD/DKK over YTD: show the values
PointFJD/DKK
2025-12-312.7972
2026-01-072.8170
2026-01-142.8136
2026-01-212.8072
2026-01-282.8114
2026-02-042.8543
2026-02-112.8508
2026-02-182.8593
2026-02-252.8741
2026-03-042.8988
2026-03-112.9230
2026-03-182.9350
2026-03-252.8881
2026-04-012.8754
2026-04-082.8515
2026-04-152.8705
2026-04-222.8873
2026-04-292.8938
2026-05-062.8900
2026-05-132.9051
2026-05-202.9181
2026-05-272.9175
2026-06-032.9196
2026-06-102.9204
2026-06-172.9033
2026-06-242.9413
2026-07-012.9285
2026-07-082.9180
2026-07-152.9281
2026-07-222.9334
2026-07-292.9312
2026-08-052.9118
2026-08-122.9139
2026-08-192.9004
2026-08-262.9025
2026-09-022.9118
2026-09-092.9040
2026-09-162.9191
2026-09-232.9364

High

2.9413

Low

2.7972

Average

2.8923

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.