Skip to content

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

BRL/DKK over 1Y: show the values
PointBRL/DKK
2025-09-251.1954
2025-10-021.1958
2025-10-091.2067
2025-10-161.1769
2025-10-231.1964
2025-10-301.1989
2025-11-061.2129
2025-11-131.2166
2025-11-201.2168
2025-11-271.2055
2025-12-041.2067
2025-12-111.1709
2025-12-181.1492
2025-12-251.1481
2026-01-011.1532
2026-01-081.1896
2026-01-151.1944
2026-01-221.2004
2026-01-291.2041
2026-02-051.2031
2026-02-121.2156
2026-02-191.2145
2026-02-261.2339
2026-03-051.2253
2026-03-121.2536
2026-03-191.2273
2026-03-261.2366
2026-04-021.2512
2026-04-091.2542
2026-04-161.2716
2026-04-231.2876
2026-04-301.2818
2026-05-071.2913
2026-05-141.2780
2026-05-211.2855
2026-05-281.2681
2026-06-041.2679
2026-06-121.2652
2026-06-191.2632
2026-06-261.2667
2026-07-031.2565
2026-07-101.2777
2026-07-171.2779
2026-07-241.2928
2026-07-311.2867
2026-08-071.2708
2026-08-141.2486
2026-08-211.2353
2026-08-281.2432
2026-09-041.2583
2026-09-111.2617
2026-09-181.2701
2026-09-251.2651

High

1.2928

Low

1.1481

Average

1.2350

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.