Skip to content

DKK to BRL exchange rate API

Danish Krone to Brazilian Real · quoted 2026-09-25

0.79117

▼ +5.42% over 1Y

1 DKK = 0.79117 BRL · 1 BRL = 1.2639 DKK · Get this rate via the API

1 DKK buys 0.79117 BRL as of 2026-09-25, so 1 BRL buys 1.2639 DKK. Over the last year, DKK/BRL traded between 0.77353 and 0.87098, averaged 0.81054 and fell 5.42%. The API holds daily DKK/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

DKK/BRL over 1Y

DKK/BRL over 1Y: show the values
PointDKK/BRL
2025-09-250.83651
2025-10-020.83626
2025-10-090.82869
2025-10-160.84971
2025-10-230.83586
2025-10-300.83408
2025-11-060.82449
2025-11-130.82198
2025-11-200.82181
2025-11-270.82956
2025-12-040.82870
2025-12-110.85404
2025-12-180.87016
2025-12-250.87098
2026-01-010.86713
2026-01-080.84062
2026-01-150.83721
2026-01-220.83304
2026-01-290.83049
2026-02-050.83120
2026-02-120.82264
2026-02-190.82336
2026-02-260.81045
2026-03-050.81610
2026-03-120.79772
2026-03-190.81478
2026-03-260.80868
2026-04-020.79923
2026-04-090.79734
2026-04-160.78643
2026-04-230.77662
2026-04-300.78018
2026-05-070.77443
2026-05-140.78249
2026-05-210.77792
2026-05-280.78856
2026-06-040.78873
2026-06-120.79038
2026-06-190.79165
2026-06-260.78947
2026-07-030.79584
2026-07-100.78267
2026-07-170.78253
2026-07-240.77353
2026-07-310.77717
2026-08-070.78691
2026-08-140.80090
2026-08-210.80952
2026-08-280.80438
2026-09-040.79475
2026-09-110.79258
2026-09-180.78734
2026-09-250.79046

High

0.87098

Low

0.77353

Average

0.81054

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DKK/BRL API questions

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

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

How far back does DKK/BRL historical data go?

Daily DKK/BRL rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free DKK/BRL 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.