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: show the values
| Point | FJD/DKK |
|---|---|
| 2025-09-25 | 2.8171 |
| 2025-10-02 | 2.8039 |
| 2025-10-09 | 2.8291 |
| 2025-10-16 | 2.8054 |
| 2025-10-23 | 2.8082 |
| 2025-10-30 | 2.8353 |
| 2025-11-06 | 2.8226 |
| 2025-11-13 | 2.8069 |
| 2025-11-20 | 2.8165 |
| 2025-11-27 | 2.8142 |
| 2025-12-04 | 2.8088 |
| 2025-12-11 | 2.8018 |
| 2025-12-18 | 2.7934 |
| 2025-12-25 | 2.7906 |
| 2026-01-01 | 2.7966 |
| 2026-01-08 | 2.8176 |
| 2026-01-15 | 2.8228 |
| 2026-01-22 | 2.8204 |
| 2026-01-29 | 2.8171 |
| 2026-02-05 | 2.8512 |
| 2026-02-12 | 2.8594 |
| 2026-02-19 | 2.8796 |
| 2026-02-26 | 2.8718 |
| 2026-03-05 | 2.9063 |
| 2026-03-12 | 2.9300 |
| 2026-03-19 | 2.9398 |
| 2026-03-26 | 2.9106 |
| 2026-04-02 | 2.8922 |
| 2026-04-09 | 2.8696 |
| 2026-04-16 | 2.8713 |
| 2026-04-23 | 2.8945 |
| 2026-04-30 | 2.8982 |
| 2026-05-07 | 2.8913 |
| 2026-05-14 | 2.9128 |
| 2026-05-21 | 2.9173 |
| 2026-05-28 | 2.9247 |
| 2026-06-04 | 2.9135 |
| 2026-06-11 | 2.9049 |
| 2026-06-18 | 2.9244 |
| 2026-06-25 | 2.9368 |
| 2026-07-02 | 2.9220 |
| 2026-07-09 | 2.9137 |
| 2026-07-16 | 2.9186 |
| 2026-07-23 | 2.9338 |
| 2026-07-30 | 2.9168 |
| 2026-08-06 | 2.9098 |
| 2026-08-13 | 2.9130 |
| 2026-08-20 | 2.8915 |
| 2026-08-27 | 2.9069 |
| 2026-09-03 | 2.9056 |
| 2026-09-10 | 2.9086 |
| 2026-09-17 | 2.9180 |
| 2026-09-24 | 2.9368 |
High
2.9398
Low
2.7906
Average
2.8732
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.