Skip to content

DKK to BRL exchange rate API

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

0.79117

▼ +8.19% over YTD

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 year to date, DKK/BRL traded between 0.76867 and 0.86176, averaged 0.80037 and fell 8.19%. 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 YTD

DKK/BRL over YTD: show the values
PointDKK/BRL
2025-12-310.86176
2026-01-070.84302
2026-01-140.83701
2026-01-210.84028
2026-01-280.82968
2026-02-040.82636
2026-02-110.82767
2026-02-180.82802
2026-02-250.80892
2026-03-040.81383
2026-03-110.80151
2026-03-180.80405
2026-03-250.81188
2026-04-010.80131
2026-04-080.79606
2026-04-150.78788
2026-04-220.78053
2026-04-290.78096
2026-05-060.77273
2026-05-130.76867
2026-05-200.78075
2026-05-270.78578
2026-06-030.77983
2026-06-110.79654
2026-06-180.78918
2026-06-250.78935
2026-07-020.79316
2026-07-090.78709
2026-07-160.78014
2026-07-230.77284
2026-07-300.78309
2026-08-060.79109
2026-08-130.79938
2026-08-200.81150
2026-08-270.80109
2026-09-030.78847
2026-09-100.79635
2026-09-170.78800
2026-09-240.78776

High

0.86176

Low

0.76867

Average

0.80037

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.