JOD to GYD exchange rate API
Jordanian Dinar to Guyana Dollar · quoted 2026-09-25
295.0475
▲ +0.03% over 1Y
1 JOD = 295.0475 GYD · 1 GYD = 0.003389 JOD · Get this rate via the API
1 JOD buys 295.0475 GYD as of 2026-09-25, so 1 GYD buys 0.003389 JOD. Over the last year, JOD/GYD traded between 293.2954 and 296.0517, averaged 295.0896 and rose 0.03%. The API holds daily JOD/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/GYD over 1Y: show the values
| Point | JOD/GYD |
|---|---|
| 2025-09-25 | 294.9622 |
| 2025-10-02 | 295.0864 |
| 2025-10-09 | 294.9874 |
| 2025-10-16 | 295.0928 |
| 2025-10-23 | 294.8178 |
| 2025-10-30 | 295.0668 |
| 2025-11-06 | 294.9194 |
| 2025-11-13 | 295.0894 |
| 2025-11-20 | 295.0903 |
| 2025-11-27 | 295.1824 |
| 2025-12-04 | 295.0505 |
| 2025-12-12 | 294.5835 |
| 2025-12-19 | 295.0145 |
| 2025-12-26 | 295.0720 |
| 2026-01-02 | 295.1136 |
| 2026-01-09 | 295.4196 |
| 2026-01-16 | 295.1345 |
| 2026-01-23 | 294.9952 |
| 2026-01-30 | 295.6282 |
| 2026-02-06 | 295.2430 |
| 2026-02-13 | 295.4733 |
| 2026-02-20 | 295.1303 |
| 2026-02-27 | 295.2490 |
| 2026-03-06 | 295.0481 |
| 2026-03-13 | 296.0517 |
| 2026-03-20 | 293.2954 |
| 2026-03-27 | 294.7615 |
| 2026-04-03 | 294.5668 |
| 2026-04-10 | 294.7109 |
| 2026-04-17 | 295.0908 |
| 2026-04-24 | 295.1456 |
| 2026-05-01 | 295.1295 |
| 2026-05-08 | 296.0457 |
| 2026-05-16 | 294.7419 |
| 2026-05-24 | 295.1651 |
| 2026-05-31 | 295.1699 |
| 2026-06-09 | 294.8334 |
| 2026-06-16 | 295.2937 |
| 2026-06-23 | 295.1546 |
| 2026-06-30 | 294.7083 |
| 2026-07-07 | 294.5355 |
| 2026-07-14 | 295.6352 |
| 2026-07-21 | 295.2533 |
| 2026-07-28 | 295.3071 |
| 2026-08-04 | 295.7854 |
| 2026-08-11 | 295.6087 |
| 2026-08-18 | 295.2400 |
| 2026-08-26 | 294.8463 |
| 2026-09-02 | 295.2707 |
| 2026-09-09 | 294.6072 |
| 2026-09-16 | 294.9030 |
| 2026-09-23 | 295.3932 |
High
296.0517
Low
293.2954
Average
295.0896
Get this rate via the API
One GET request returns the JOD/GYD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/GYD API questions
How do I get the JOD/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/GYD rate in rates.GYD.
How far back does JOD/GYD historical data go?
Daily JOD/GYD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free JOD/GYD exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.