Convert RUB to GMD
Russian Ruble → Gambian Dalasi
1 RUB = 0.870734 GMD(1 GMD = 1.148456 RUB)
Currency converter
1 RUB =
0.87073 GMD
RUB to GMD: last 30 days
Over the last 30 days, 1 RUB traded between 0.85312 and 0.88473 GMD, averaging 0.86935 GMD. The RUB/GMD rate is down 0.81% since 2026-08-28.
- 30-day high
- 0.88473
- 2026-09-13
- 30-day low
- 0.85312
- 2026-09-04
- 30-day average
- 0.86935
- Days with data: 30
- 30-day change
- -0.81%
- since 2026-08-28
0.88473
0.853122026-08-28 → 2026-09-26
| Date | 1 RUB in GMD | Daily change |
|---|---|---|
| 2026-09-26 | 0.87073 | 0.00% |
| 2026-09-25 | 0.87073 | -0.20% |
| 2026-09-24 | 0.8725 | -0.52% |
| 2026-09-23 | 0.87704 | -0.65% |
| 2026-09-22 | 0.88278 | +0.45% |
| 2026-09-21 | 0.87881 | -0.10% |
| 2026-09-20 | 0.87965 | +1.03% |
| 2026-09-19 | 0.87065 | +0.10% |
| 2026-09-18 | 0.86977 | -0.68% |
| 2026-09-17 | 0.87575 | -0.35% |
| 2026-09-16 | 0.87885 | +0.31% |
| 2026-09-15 | 0.87612 | +0.05% |
| 2026-09-14 | 0.87567 | -1.02% |
| 2026-09-13 | 0.88473 | +1.39% |
| 2026-09-12 | 0.87259 | -0.96% |
| Date | 1 RUB in GMD | Daily change |
|---|---|---|
| 2026-09-11 | 0.88108 | +1.03% |
| 2026-09-10 | 0.87207 | +0.99% |
| 2026-09-09 | 0.86349 | +0.07% |
| 2026-09-08 | 0.86291 | +0.92% |
| 2026-09-07 | 0.85503 | -0.54% |
| 2026-09-06 | 0.85966 | +0.13% |
| 2026-09-05 | 0.85855 | +0.64% |
| 2026-09-04 | 0.85312 | -0.15% |
| 2026-09-03 | 0.85436 | -0.51% |
| 2026-09-02 | 0.85874 | -0.48% |
| 2026-09-01 | 0.86289 | +0.20% |
| 2026-08-31 | 0.86117 | -0.41% |
| 2026-08-30 | 0.86472 | +0.74% |
| 2026-08-29 | 0.85833 | -2.22% |
| 2026-08-28 | 0.87784 | — |
RUB to GMD conversion table
1 RUB0.87073 GMD
5 RUB4.3537 GMD
10 RUB8.7073 GMD
25 RUB21.7684 GMD
50 RUB43.5367 GMD
100 RUB87.0734 GMD
500 RUB435.3672 GMD
1,000 RUB870.7344 GMD
5,000 RUB4,353.672 GMD
10,000 RUB8,707.344 GMD
Get the RUB/GMD rate in your app
One GET request returns the latest RUB → GMD 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/RUB/GMD"fetch('https://rate-api.com/api/v1/pair/RUB/GMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} GMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/GMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} GMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/GMD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} GMD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "GMD"
},
"rate": 0.8707,
"timestamp": 1790432065,
"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
GMD to RUBGambian Dalasi → Russian Ruble1.1485Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.