Convert GYD to JPY
Guyanaese Dollar → Japanese Yen
1 GYD = 0.75334 JPY(1 JPY = 1.327423 GYD)
Currency converter
1 GYD =
0.75334 JPY
GYD to JPY: last 30 days
Over the last 30 days, 1 GYD traded between 0.73378 and 0.76625 JPY, averaging 0.74914 JPY. The GYD/JPY rate is down 1.41% since 2026-08-28.
- 30-day high
- 0.76625
- 2026-09-01
- 30-day low
- 0.73378
- 2026-09-09
- 30-day average
- 0.74914
- Days with data: 30
- 30-day change
- -1.41%
- since 2026-08-28
0.76625
0.733782026-08-28 → 2026-09-26
| Date | 1 GYD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.75334 | 0.00% |
| 2026-09-25 | 0.75334 | -0.44% |
| 2026-09-24 | 0.75664 | +0.35% |
| 2026-09-23 | 0.75402 | +0.40% |
| 2026-09-22 | 0.75104 | -0.16% |
| 2026-09-21 | 0.75221 | -0.24% |
| 2026-09-20 | 0.75402 | -0.23% |
| 2026-09-19 | 0.75575 | +0.11% |
| 2026-09-18 | 0.75489 | +2.02% |
| 2026-09-17 | 0.73998 | -0.21% |
| 2026-09-16 | 0.74156 | +0.01% |
| 2026-09-15 | 0.74149 | +0.35% |
| 2026-09-14 | 0.73893 | +0.26% |
| 2026-09-13 | 0.737 | -0.10% |
| 2026-09-12 | 0.73776 | +0.31% |
| Date | 1 GYD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.73547 | -0.21% |
| 2026-09-10 | 0.737 | +0.44% |
| 2026-09-09 | 0.73378 | -0.53% |
| 2026-09-08 | 0.73768 | -0.27% |
| 2026-09-07 | 0.73971 | -0.93% |
| 2026-09-06 | 0.74667 | -0.20% |
| 2026-09-05 | 0.74816 | -0.03% |
| 2026-09-04 | 0.74839 | +0.22% |
| 2026-09-03 | 0.74675 | -2.05% |
| 2026-09-02 | 0.76237 | -0.51% |
| 2026-09-01 | 0.76625 | +0.83% |
| 2026-08-31 | 0.75992 | -0.42% |
| 2026-08-30 | 0.76309 | +0.05% |
| 2026-08-29 | 0.76273 | -0.18% |
| 2026-08-28 | 0.76414 | — |
GYD to JPY conversion table
1 GYD0.75334 JPY
5 GYD3.7667 JPY
10 GYD7.5334 JPY
25 GYD18.8335 JPY
50 GYD37.667 JPY
100 GYD75.334 JPY
500 GYD376.6698 JPY
1,000 GYD753.3395 JPY
5,000 GYD3,766.6977 JPY
10,000 GYD7,533.3954 JPY
Get the GYD/JPY rate in your app
One GET request returns the latest GYD → 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/GYD/JPY"fetch('https://rate-api.com/api/v1/pair/GYD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GYD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GYD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GYD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GYD/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GYD = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "GYD",
"to": "JPY"
},
"rate": 0.7533,
"timestamp": 1790432101,
"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 GYDJapanese Yen → Guyanaese Dollar1.3274Convert GYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.