DKK to FJD exchange rate API
Danish Krone to Fiji Dollar · quoted 2026-09-25
0.34160
▼ +3.77% over 1Y
1 DKK = 0.34160 FJD · 1 FJD = 2.9274 DKK · Get this rate via the API
1 DKK buys 0.34160 FJD as of 2026-09-25, so 1 FJD buys 2.9274 DKK. Over the last year, DKK/FJD traded between 0.34016 and 0.35835, averaged 0.34815 and fell 3.77%. The API holds daily DKK/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DKK/FJD over 1Y: show the values
| Point | DKK/FJD |
|---|---|
| 2025-09-25 | 0.35497 |
| 2025-10-02 | 0.35665 |
| 2025-10-09 | 0.35346 |
| 2025-10-16 | 0.35646 |
| 2025-10-23 | 0.35611 |
| 2025-10-30 | 0.35269 |
| 2025-11-06 | 0.35429 |
| 2025-11-13 | 0.35626 |
| 2025-11-20 | 0.35505 |
| 2025-11-27 | 0.35534 |
| 2025-12-04 | 0.35603 |
| 2025-12-11 | 0.35692 |
| 2025-12-18 | 0.35798 |
| 2025-12-25 | 0.35835 |
| 2026-01-01 | 0.35758 |
| 2026-01-08 | 0.35491 |
| 2026-01-15 | 0.35426 |
| 2026-01-22 | 0.35456 |
| 2026-01-29 | 0.35497 |
| 2026-02-05 | 0.35073 |
| 2026-02-12 | 0.34972 |
| 2026-02-19 | 0.34728 |
| 2026-02-26 | 0.34822 |
| 2026-03-05 | 0.34408 |
| 2026-03-12 | 0.34130 |
| 2026-03-19 | 0.34016 |
| 2026-03-26 | 0.34357 |
| 2026-04-02 | 0.34576 |
| 2026-04-09 | 0.34848 |
| 2026-04-16 | 0.34827 |
| 2026-04-23 | 0.34549 |
| 2026-04-30 | 0.34504 |
| 2026-05-07 | 0.34586 |
| 2026-05-14 | 0.34331 |
| 2026-05-21 | 0.34279 |
| 2026-05-28 | 0.34191 |
| 2026-06-04 | 0.34323 |
| 2026-06-11 | 0.34424 |
| 2026-06-18 | 0.34196 |
| 2026-06-25 | 0.34050 |
| 2026-07-02 | 0.34223 |
| 2026-07-09 | 0.34321 |
| 2026-07-16 | 0.34263 |
| 2026-07-23 | 0.34086 |
| 2026-07-30 | 0.34284 |
| 2026-08-06 | 0.34366 |
| 2026-08-13 | 0.34329 |
| 2026-08-20 | 0.34584 |
| 2026-08-27 | 0.34401 |
| 2026-09-03 | 0.34417 |
| 2026-09-10 | 0.34381 |
| 2026-09-17 | 0.34270 |
| 2026-09-24 | 0.34051 |
High
0.35835
Low
0.34016
Average
0.34815
Get this rate via the API
One GET request returns the DKK/FJD 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=DKK¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
DKK/FJD API questions
How do I get the DKK/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DKK/FJD rate in rates.FJD.
How far back does DKK/FJD historical data go?
Daily DKK/FJD 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 DKK/FJD 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.