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: show the values
| Point | FJD/DKK |
|---|---|
| 2025-12-31 | 2.7972 |
| 2026-01-07 | 2.8170 |
| 2026-01-14 | 2.8136 |
| 2026-01-21 | 2.8072 |
| 2026-01-28 | 2.8114 |
| 2026-02-04 | 2.8543 |
| 2026-02-11 | 2.8508 |
| 2026-02-18 | 2.8593 |
| 2026-02-25 | 2.8741 |
| 2026-03-04 | 2.8988 |
| 2026-03-11 | 2.9230 |
| 2026-03-18 | 2.9350 |
| 2026-03-25 | 2.8881 |
| 2026-04-01 | 2.8754 |
| 2026-04-08 | 2.8515 |
| 2026-04-15 | 2.8705 |
| 2026-04-22 | 2.8873 |
| 2026-04-29 | 2.8938 |
| 2026-05-06 | 2.8900 |
| 2026-05-13 | 2.9051 |
| 2026-05-20 | 2.9181 |
| 2026-05-27 | 2.9175 |
| 2026-06-03 | 2.9196 |
| 2026-06-10 | 2.9204 |
| 2026-06-17 | 2.9033 |
| 2026-06-24 | 2.9413 |
| 2026-07-01 | 2.9285 |
| 2026-07-08 | 2.9180 |
| 2026-07-15 | 2.9281 |
| 2026-07-22 | 2.9334 |
| 2026-07-29 | 2.9312 |
| 2026-08-05 | 2.9118 |
| 2026-08-12 | 2.9139 |
| 2026-08-19 | 2.9004 |
| 2026-08-26 | 2.9025 |
| 2026-09-02 | 2.9118 |
| 2026-09-09 | 2.9040 |
| 2026-09-16 | 2.9191 |
| 2026-09-23 | 2.9364 |
High
2.9413
Low
2.7972
Average
2.8923
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.