Convert GMD to RUB
Gambian Dalasi → Russian Ruble
1 GMD = 1.148456 RUB(1 RUB = 0.870734 GMD)
Currency converter
1 GMD =
1.1485 RUB
GMD to RUB: last 30 days
Over the last 30 days, 1 GMD traded between 1.1303 and 1.1722 RUB, averaging 1.1504 RUB. The GMD/RUB rate is up 0.82% since 2026-08-28.
- 30-day high
- 1.1722
- 2026-09-04
- 30-day low
- 1.1303
- 2026-09-13
- 30-day average
- 1.1504
- Days with data: 30
- 30-day change
- +0.82%
- since 2026-08-28
1.1722
1.13032026-08-28 → 2026-09-26
| Date | 1 GMD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 1.1485 | 0.00% |
| 2026-09-25 | 1.1485 | +0.20% |
| 2026-09-24 | 1.1461 | +0.52% |
| 2026-09-23 | 1.1402 | +0.65% |
| 2026-09-22 | 1.1328 | -0.45% |
| 2026-09-21 | 1.1379 | +0.10% |
| 2026-09-20 | 1.1368 | -1.02% |
| 2026-09-19 | 1.1486 | -0.10% |
| 2026-09-18 | 1.1497 | +0.69% |
| 2026-09-17 | 1.1419 | +0.35% |
| 2026-09-16 | 1.1379 | -0.31% |
| 2026-09-15 | 1.1414 | -0.05% |
| 2026-09-14 | 1.142 | +1.03% |
| 2026-09-13 | 1.1303 | -1.37% |
| 2026-09-12 | 1.146 | +0.97% |
| Date | 1 GMD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 1.135 | -1.02% |
| 2026-09-10 | 1.1467 | -0.98% |
| 2026-09-09 | 1.1581 | -0.07% |
| 2026-09-08 | 1.1589 | -0.91% |
| 2026-09-07 | 1.1695 | +0.54% |
| 2026-09-06 | 1.1632 | -0.13% |
| 2026-09-05 | 1.1647 | -0.63% |
| 2026-09-04 | 1.1722 | +0.15% |
| 2026-09-03 | 1.1705 | +0.51% |
| 2026-09-02 | 1.1645 | +0.48% |
| 2026-09-01 | 1.1589 | -0.20% |
| 2026-08-31 | 1.1612 | +0.41% |
| 2026-08-30 | 1.1564 | -0.74% |
| 2026-08-29 | 1.165 | +2.27% |
| 2026-08-28 | 1.1392 | — |
GMD to RUB conversion table
1 GMD1.1485 RUB
5 GMD5.7423 RUB
10 GMD11.4846 RUB
25 GMD28.7114 RUB
50 GMD57.4228 RUB
100 GMD114.8456 RUB
500 GMD574.2279 RUB
1,000 GMD1,148.4558 RUB
5,000 GMD5,742.2792 RUB
10,000 GMD11,484.558 RUB
Get the GMD/RUB rate in your app
One GET request returns the latest GMD → RUB rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/GMD/RUB"fetch('https://rate-api.com/api/v1/pair/GMD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GMD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GMD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GMD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GMD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GMD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "GMD",
"to": "RUB"
},
"rate": 1.1485,
"timestamp": 1790435061,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
RUB to GMDRussian Ruble → Gambian Dalasi0.87073Convert GMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.