Skip to content

DKK to AZN exchange rate API

Danish Krone to Azerbaijanian Manat · quoted 2026-09-27

0.25935

▼ +2.68% over 1Y

1 DKK = 0.25935 AZN · 1 AZN = 3.8558 DKK · Get this rate via the API

1 DKK buys 0.25935 AZN as of 2026-09-27, so 1 AZN buys 3.8558 DKK. Over the last year, DKK/AZN traded between 0.25781 and 0.27037, averaged 0.26425 and fell 2.68%. The API holds daily DKK/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DKK/AZN over 1Y

DKK/AZN over 1Y: show the values
PointDKK/AZN
2025-09-270.26651
2025-10-040.26729
2025-10-110.26447
2025-10-180.26531
2025-10-250.26453
2025-11-010.26264
2025-11-080.26327
2025-11-150.26455
2025-11-220.26207
2025-11-290.26397
2025-12-060.26501
2025-12-140.26744
2025-12-210.26665
2025-12-280.26821
2026-01-040.26710
2026-01-110.26499
2026-01-180.26392
2026-01-250.26987
2026-02-010.26987
2026-02-080.26893
2026-02-150.27037
2026-02-220.26841
2026-03-010.26832
2026-03-080.26328
2026-03-150.26068
2026-03-220.26297
2026-03-290.26181
2026-04-050.26206
2026-04-120.26686
2026-04-190.26801
2026-04-260.26707
2026-05-030.26756
2026-05-100.26850
2026-05-180.26185
2026-05-260.26468
2026-06-020.26496
2026-06-110.26240
2026-06-180.26066
2026-06-250.25795
2026-07-020.25918
2026-07-090.26005
2026-07-160.26077
2026-07-230.25906
2026-07-300.26116
2026-08-060.26247
2026-08-130.26229
2026-08-210.26604
2026-08-280.26480
2026-09-040.26432
2026-09-110.26364
2026-09-180.25781
2026-09-250.25932

High

0.27037

Low

0.25781

Average

0.26425

For developers

Get this rate via the API

One GET request returns the DKK/AZN 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=DKK&currencies=AZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=AZN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=AZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

DKK/AZN API questions

How do I get the DKK/AZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DKK/AZN rate in rates.AZN.

How far back does DKK/AZN historical data go?

Daily DKK/AZN 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/AZN 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.