Convert GMD to JPY
Gambian Dalasi → Japanese Yen
1 GMD = 2.128911 JPY(1 JPY = 0.469724 GMD)
Currency converter
1 GMD =
2.1289 JPY
GMD to JPY: last 30 days
Over the last 30 days, 1 GMD traded between 2.0657 and 2.1587 JPY, averaging 2.1158 JPY. The GMD/JPY rate is up 0.03% since 2026-08-28.
- 30-day high
- 2.1587
- 2026-08-29
- 30-day low
- 2.0657
- 2026-09-13
- 30-day average
- 2.1158
- Days with data: 30
- 30-day change
- +0.03%
- since 2026-08-28
2.1587
2.06572026-08-28 → 2026-09-26
| Date | 1 GMD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 2.1289 | 0.00% |
| 2026-09-25 | 2.1289 | -0.80% |
| 2026-09-24 | 2.146 | +0.47% |
| 2026-09-23 | 2.136 | +0.48% |
| 2026-09-22 | 2.1258 | -0.02% |
| 2026-09-21 | 2.1263 | -0.39% |
| 2026-09-20 | 2.1347 | -0.66% |
| 2026-09-19 | 2.1487 | +0.02% |
| 2026-09-18 | 2.1483 | +1.78% |
| 2026-09-17 | 2.1107 | +0.73% |
| 2026-09-16 | 2.0954 | +0.09% |
| 2026-09-15 | 2.0934 | +0.27% |
| 2026-09-14 | 2.0878 | +1.07% |
| 2026-09-13 | 2.0657 | -1.48% |
| 2026-09-12 | 2.0968 | +0.70% |
| Date | 1 GMD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 2.0823 | +0.11% |
| 2026-09-10 | 2.0801 | +0.60% |
| 2026-09-09 | 2.0676 | -0.28% |
| 2026-09-08 | 2.0735 | -0.77% |
| 2026-09-07 | 2.0896 | -0.48% |
| 2026-09-06 | 2.0998 | -0.98% |
| 2026-09-05 | 2.1205 | +0.33% |
| 2026-09-04 | 2.1135 | +1.04% |
| 2026-09-03 | 2.0917 | -2.28% |
| 2026-09-02 | 2.1406 | -0.45% |
| 2026-09-01 | 2.1503 | -0.33% |
| 2026-08-31 | 2.1575 | +0.50% |
| 2026-08-30 | 2.1467 | -0.55% |
| 2026-08-29 | 2.1587 | +1.43% |
| 2026-08-28 | 2.1282 | — |
GMD to JPY conversion table
1 GMD2.1289 JPY
5 GMD10.6446 JPY
10 GMD21.2891 JPY
25 GMD53.2228 JPY
50 GMD106.4456 JPY
100 GMD212.8911 JPY
500 GMD1,064.4557 JPY
1,000 GMD2,128.9113 JPY
5,000 GMD10,644.557 JPY
10,000 GMD21,289.113 JPY
Get the GMD/JPY rate in your app
One GET request returns the latest GMD → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/GMD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GMD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GMD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GMD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GMD/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "GMD",
"to": "JPY"
},
"rate": 2.1289,
"timestamp": 1790432082,
"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
JPY to GMDJapanese Yen → Gambian Dalasi0.46972Convert GMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.