Skip to content

FJD to DKK exchange rate API

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

2.9286

▲ +1.56% over 6M

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 6 months, FJD/DKK traded between 2.8593 and 2.9369, averaged 2.8995 and rose 1.56%. 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 6M

FJD/DKK over 6M: show the values
PointFJD/DKK
2026-03-292.8837
2026-04-052.8925
2026-04-122.8669
2026-04-192.8593
2026-04-262.8762
2026-05-032.8879
2026-05-102.8852
2026-05-172.9038
2026-05-242.8968
2026-05-312.8945
2026-06-072.8927
2026-06-142.8843
2026-06-212.9038
2026-06-282.8965
2026-07-052.8950
2026-07-122.9110
2026-07-192.9119
2026-07-262.9232
2026-08-022.9181
2026-08-092.9095
2026-08-162.9061
2026-08-232.8963
2026-08-302.9176
2026-09-062.9058
2026-09-132.9015
2026-09-202.9369

High

2.9369

Low

2.8593

Average

2.8995

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.