Convert JPY to GMD
Japanese Yen → Gambian Dalasi
1 JPY = 0.469724 GMD(1 GMD = 2.128911 JPY)
Currency converter
1 JPY =
0.46972 GMD
JPY to GMD: last 30 days
Over the last 30 days, 1 JPY traded between 0.46324 and 0.48409 GMD, averaging 0.47272 GMD. The JPY/GMD rate is down 0.03% since 2026-08-28.
- 30-day high
- 0.48409
- 2026-09-13
- 30-day low
- 0.46324
- 2026-08-29
- 30-day average
- 0.47272
- Days with data: 30
- 30-day change
- -0.03%
- since 2026-08-28
0.48409
0.463242026-08-28 → 2026-09-26
| Date | 1 JPY in GMD | Daily change |
|---|---|---|
| 2026-09-26 | 0.46972 | 0.00% |
| 2026-09-25 | 0.46972 | +0.80% |
| 2026-09-24 | 0.46598 | -0.47% |
| 2026-09-23 | 0.46817 | -0.48% |
| 2026-09-22 | 0.47042 | +0.02% |
| 2026-09-21 | 0.4703 | +0.39% |
| 2026-09-20 | 0.46846 | +0.66% |
| 2026-09-19 | 0.46539 | -0.02% |
| 2026-09-18 | 0.46548 | -1.75% |
| 2026-09-17 | 0.47379 | -0.72% |
| 2026-09-16 | 0.47724 | -0.09% |
| 2026-09-15 | 0.47769 | -0.27% |
| 2026-09-14 | 0.47896 | -1.06% |
| 2026-09-13 | 0.48409 | +1.50% |
| 2026-09-12 | 0.47691 | -0.69% |
| Date | 1 JPY in GMD | Daily change |
|---|---|---|
| 2026-09-11 | 0.48024 | -0.11% |
| 2026-09-10 | 0.48075 | -0.60% |
| 2026-09-09 | 0.48365 | +0.29% |
| 2026-09-08 | 0.48227 | +0.78% |
| 2026-09-07 | 0.47855 | +0.49% |
| 2026-09-06 | 0.47623 | +0.99% |
| 2026-09-05 | 0.47158 | -0.33% |
| 2026-09-04 | 0.47315 | -1.03% |
| 2026-09-03 | 0.47807 | +2.33% |
| 2026-09-02 | 0.46717 | +0.45% |
| 2026-09-01 | 0.46506 | +0.34% |
| 2026-08-31 | 0.4635 | -0.50% |
| 2026-08-30 | 0.46582 | +0.56% |
| 2026-08-29 | 0.46324 | -1.41% |
| 2026-08-28 | 0.46988 | — |
JPY to GMD conversion table
1 JPY0.46972 GMD
5 JPY2.3486 GMD
10 JPY4.6972 GMD
25 JPY11.7431 GMD
50 JPY23.4862 GMD
100 JPY46.9724 GMD
500 JPY234.8618 GMD
1,000 JPY469.7237 GMD
5,000 JPY2,348.6182 GMD
10,000 JPY4,697.2365 GMD
Get the JPY/GMD rate in your app
One GET request returns the latest JPY → 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/JPY/GMD"fetch('https://rate-api.com/api/v1/pair/JPY/GMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} GMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/GMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} GMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/GMD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} GMD\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "GMD"
},
"rate": 0.4697,
"timestamp": 1790429309,
"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 JPYGambian Dalasi → Japanese Yen2.1289Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.