Skip to content

BRL to DKK exchange rate API

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

1.2626

▲ +5.59% over 5Y

1 BRL = 1.2626 DKK · 1 DKK = 0.79199 BRL · Get this rate via the API

1 BRL buys 1.2626 DKK as of 2026-09-25, so 1 DKK buys 0.79199 BRL. Over the last 5 years, BRL/DKK traded between 1.1502 and 1.4481, averaged 1.2756 and rose 5.59%. The API holds daily BRL/DKK rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

BRL/DKK over 5Y

BRL/DKK over 5Y: show the values
PointBRL/DKK
2021-09-271.1957
2021-11-081.1502
2021-12-201.1580
2022-01-311.2397
2022-03-141.3458
2022-04-271.4028
2022-06-081.4183
2022-07-201.3432
2022-08-311.4446
2022-10-121.4481
2022-11-231.3364
2023-01-051.3034
2023-02-161.3280
2023-03-301.3415
2023-05-161.3961
2023-06-271.4237
2023-08-081.3807
2023-09-191.4360
2023-10-311.3890
2023-12-121.3983
2024-01-261.3969
2024-03-081.3734
2024-04-231.3504
2024-06-051.3027
2024-07-171.2540
2024-08-271.2194
2024-10-071.2487
2024-11-061.2003
2024-12-061.1737
2025-01-051.1709
2025-02-041.2406
2025-03-061.2014
2025-04-051.1651
2025-05-051.1656
2025-06-041.1656
2025-07-041.1708
2025-08-031.1611
2025-09-021.1728
2025-10-021.1958
2025-11-011.2037
2025-12-011.1995
2025-12-311.1604
2026-01-301.1999
2026-03-011.2355
2026-03-311.2442
2026-04-301.2818
2026-05-301.2726
2026-06-301.2668
2026-07-301.2770
2026-08-291.2435

High

1.4481

Low

1.1502

Average

1.2756

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

BRL/DKK API questions

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

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

How far back does BRL/DKK historical data go?

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