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: show the values
| Point | DKK/BRL |
|---|---|
| 2025-09-25 | 0.83651 |
| 2025-10-02 | 0.83626 |
| 2025-10-09 | 0.82869 |
| 2025-10-16 | 0.84971 |
| 2025-10-23 | 0.83586 |
| 2025-10-30 | 0.83408 |
| 2025-11-06 | 0.82449 |
| 2025-11-13 | 0.82198 |
| 2025-11-20 | 0.82181 |
| 2025-11-27 | 0.82956 |
| 2025-12-04 | 0.82870 |
| 2025-12-11 | 0.85404 |
| 2025-12-18 | 0.87016 |
| 2025-12-25 | 0.87098 |
| 2026-01-01 | 0.86713 |
| 2026-01-08 | 0.84062 |
| 2026-01-15 | 0.83721 |
| 2026-01-22 | 0.83304 |
| 2026-01-29 | 0.83049 |
| 2026-02-05 | 0.83120 |
| 2026-02-12 | 0.82264 |
| 2026-02-19 | 0.82336 |
| 2026-02-26 | 0.81045 |
| 2026-03-05 | 0.81610 |
| 2026-03-12 | 0.79772 |
| 2026-03-19 | 0.81478 |
| 2026-03-26 | 0.80868 |
| 2026-04-02 | 0.79923 |
| 2026-04-09 | 0.79734 |
| 2026-04-16 | 0.78643 |
| 2026-04-23 | 0.77662 |
| 2026-04-30 | 0.78018 |
| 2026-05-07 | 0.77443 |
| 2026-05-14 | 0.78249 |
| 2026-05-21 | 0.77792 |
| 2026-05-28 | 0.78856 |
| 2026-06-04 | 0.78873 |
| 2026-06-12 | 0.79038 |
| 2026-06-19 | 0.79165 |
| 2026-06-26 | 0.78947 |
| 2026-07-03 | 0.79584 |
| 2026-07-10 | 0.78267 |
| 2026-07-17 | 0.78253 |
| 2026-07-24 | 0.77353 |
| 2026-07-31 | 0.77717 |
| 2026-08-07 | 0.78691 |
| 2026-08-14 | 0.80090 |
| 2026-08-21 | 0.80952 |
| 2026-08-28 | 0.80438 |
| 2026-09-04 | 0.79475 |
| 2026-09-11 | 0.79258 |
| 2026-09-18 | 0.78734 |
| 2026-09-25 | 0.79046 |
High
0.87098
Low
0.77353
Average
0.81054
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=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¤cies=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.