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: show the values
| Point | BRL/DKK |
|---|---|
| 2021-09-27 | 1.1957 |
| 2021-11-08 | 1.1502 |
| 2021-12-20 | 1.1580 |
| 2022-01-31 | 1.2397 |
| 2022-03-14 | 1.3458 |
| 2022-04-27 | 1.4028 |
| 2022-06-08 | 1.4183 |
| 2022-07-20 | 1.3432 |
| 2022-08-31 | 1.4446 |
| 2022-10-12 | 1.4481 |
| 2022-11-23 | 1.3364 |
| 2023-01-05 | 1.3034 |
| 2023-02-16 | 1.3280 |
| 2023-03-30 | 1.3415 |
| 2023-05-16 | 1.3961 |
| 2023-06-27 | 1.4237 |
| 2023-08-08 | 1.3807 |
| 2023-09-19 | 1.4360 |
| 2023-10-31 | 1.3890 |
| 2023-12-12 | 1.3983 |
| 2024-01-26 | 1.3969 |
| 2024-03-08 | 1.3734 |
| 2024-04-23 | 1.3504 |
| 2024-06-05 | 1.3027 |
| 2024-07-17 | 1.2540 |
| 2024-08-27 | 1.2194 |
| 2024-10-07 | 1.2487 |
| 2024-11-06 | 1.2003 |
| 2024-12-06 | 1.1737 |
| 2025-01-05 | 1.1709 |
| 2025-02-04 | 1.2406 |
| 2025-03-06 | 1.2014 |
| 2025-04-05 | 1.1651 |
| 2025-05-05 | 1.1656 |
| 2025-06-04 | 1.1656 |
| 2025-07-04 | 1.1708 |
| 2025-08-03 | 1.1611 |
| 2025-09-02 | 1.1728 |
| 2025-10-02 | 1.1958 |
| 2025-11-01 | 1.2037 |
| 2025-12-01 | 1.1995 |
| 2025-12-31 | 1.1604 |
| 2026-01-30 | 1.1999 |
| 2026-03-01 | 1.2355 |
| 2026-03-31 | 1.2442 |
| 2026-04-30 | 1.2818 |
| 2026-05-30 | 1.2726 |
| 2026-06-30 | 1.2668 |
| 2026-07-30 | 1.2770 |
| 2026-08-29 | 1.2435 |
High
1.4481
Low
1.1502
Average
1.2756
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=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¤cies=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.