BRL to DKK exchange rate API
Brazilian Real to Danish Krone · quoted 2026-09-25
1.2626
▲ +5.62% over 1Y
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 year, BRL/DKK traded between 1.1481 and 1.2928, averaged 1.2350 and rose 5.62%. 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 1Y: show the values
| Point | BRL/DKK |
|---|---|
| 2025-09-25 | 1.1954 |
| 2025-10-02 | 1.1958 |
| 2025-10-09 | 1.2067 |
| 2025-10-16 | 1.1769 |
| 2025-10-23 | 1.1964 |
| 2025-10-30 | 1.1989 |
| 2025-11-06 | 1.2129 |
| 2025-11-13 | 1.2166 |
| 2025-11-20 | 1.2168 |
| 2025-11-27 | 1.2055 |
| 2025-12-04 | 1.2067 |
| 2025-12-11 | 1.1709 |
| 2025-12-18 | 1.1492 |
| 2025-12-25 | 1.1481 |
| 2026-01-01 | 1.1532 |
| 2026-01-08 | 1.1896 |
| 2026-01-15 | 1.1944 |
| 2026-01-22 | 1.2004 |
| 2026-01-29 | 1.2041 |
| 2026-02-05 | 1.2031 |
| 2026-02-12 | 1.2156 |
| 2026-02-19 | 1.2145 |
| 2026-02-26 | 1.2339 |
| 2026-03-05 | 1.2253 |
| 2026-03-12 | 1.2536 |
| 2026-03-19 | 1.2273 |
| 2026-03-26 | 1.2366 |
| 2026-04-02 | 1.2512 |
| 2026-04-09 | 1.2542 |
| 2026-04-16 | 1.2716 |
| 2026-04-23 | 1.2876 |
| 2026-04-30 | 1.2818 |
| 2026-05-07 | 1.2913 |
| 2026-05-14 | 1.2780 |
| 2026-05-21 | 1.2855 |
| 2026-05-28 | 1.2681 |
| 2026-06-04 | 1.2679 |
| 2026-06-12 | 1.2652 |
| 2026-06-19 | 1.2632 |
| 2026-06-26 | 1.2667 |
| 2026-07-03 | 1.2565 |
| 2026-07-10 | 1.2777 |
| 2026-07-17 | 1.2779 |
| 2026-07-24 | 1.2928 |
| 2026-07-31 | 1.2867 |
| 2026-08-07 | 1.2708 |
| 2026-08-14 | 1.2486 |
| 2026-08-21 | 1.2353 |
| 2026-08-28 | 1.2432 |
| 2026-09-04 | 1.2583 |
| 2026-09-11 | 1.2617 |
| 2026-09-18 | 1.2701 |
| 2026-09-25 | 1.2651 |
High
1.2928
Low
1.1481
Average
1.2350
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.