RUB to DKK exchange rate API
Russian Ruble to Danish Krone · quoted 2026-09-25
0.07745
▲ +2.07% over 1Y
1 RUB = 0.07745 DKK · 1 DKK = 12.9114 RUB · Get this rate via the API
1 RUB buys 0.07745 DKK as of 2026-09-25, so 1 DKK buys 12.9114 RUB. Over the last year, RUB/DKK traded between 0.07436 and 0.09011, averaged 0.08159 and rose 2.07%. The API holds daily RUB/DKK rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
RUB/DKK over 1Y: show the values
| Point | RUB/DKK |
|---|---|
| 2025-09-25 | 0.07588 |
| 2025-10-02 | 0.07710 |
| 2025-10-09 | 0.07890 |
| 2025-10-16 | 0.08153 |
| 2025-10-23 | 0.07906 |
| 2025-10-30 | 0.08088 |
| 2025-11-06 | 0.07960 |
| 2025-11-13 | 0.07908 |
| 2025-11-20 | 0.08054 |
| 2025-11-27 | 0.08212 |
| 2025-12-04 | 0.08254 |
| 2025-12-12 | 0.07934 |
| 2025-12-19 | 0.07992 |
| 2025-12-26 | 0.08054 |
| 2026-01-02 | 0.08082 |
| 2026-01-09 | 0.07986 |
| 2026-01-16 | 0.08209 |
| 2026-01-23 | 0.08371 |
| 2026-01-30 | 0.08248 |
| 2026-02-06 | 0.08250 |
| 2026-02-13 | 0.08156 |
| 2026-02-20 | 0.08270 |
| 2026-02-27 | 0.08231 |
| 2026-03-06 | 0.08214 |
| 2026-03-13 | 0.08192 |
| 2026-03-20 | 0.07505 |
| 2026-03-27 | 0.07973 |
| 2026-04-03 | 0.08082 |
| 2026-04-10 | 0.08220 |
| 2026-04-17 | 0.08295 |
| 2026-04-24 | 0.08409 |
| 2026-05-01 | 0.08497 |
| 2026-05-08 | 0.08511 |
| 2026-05-16 | 0.08827 |
| 2026-05-24 | 0.08987 |
| 2026-05-31 | 0.09011 |
| 2026-06-09 | 0.08849 |
| 2026-06-16 | 0.08901 |
| 2026-06-23 | 0.08840 |
| 2026-06-30 | 0.08517 |
| 2026-07-07 | 0.08477 |
| 2026-07-14 | 0.08551 |
| 2026-07-21 | 0.08338 |
| 2026-07-28 | 0.08436 |
| 2026-08-04 | 0.08074 |
| 2026-08-11 | 0.07851 |
| 2026-08-18 | 0.07595 |
| 2026-08-26 | 0.07657 |
| 2026-09-02 | 0.07436 |
| 2026-09-09 | 0.07472 |
| 2026-09-16 | 0.07696 |
| 2026-09-23 | 0.07772 |
High
0.09011
Low
0.07436
Average
0.08159
Get this rate via the API
One GET request returns the RUB/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=RUB¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=DKK").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/DKK API questions
How do I get the RUB/DKK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=DKK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/DKK rate in rates.DKK.
How far back does RUB/DKK historical data go?
Daily RUB/DKK rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free RUB/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.