JOD to GYD exchange rate API
Jordanian Dinar to Guyana Dollar · quoted 2026-09-25
295.0475
▲ +0.10% over 5Y
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 5 years, JOD/GYD traded between 294.1667 and 296.4471, averaged 295.1043 and rose 0.10%. 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 5Y: show the values
| Point | JOD/GYD |
|---|---|
| 2024-08-24 | 294.7459 |
| 2024-10-07 | 295.3184 |
| 2024-11-06 | 294.7723 |
| 2024-12-06 | 294.5986 |
| 2025-01-05 | 294.7587 |
| 2025-02-04 | 294.8330 |
| 2025-03-06 | 294.1667 |
| 2025-04-06 | 296.4471 |
| 2025-05-06 | 294.8078 |
| 2025-06-07 | 295.7747 |
| 2025-07-07 | 295.0298 |
| 2025-08-06 | 295.1927 |
| 2025-09-05 | 295.0818 |
| 2025-10-06 | 295.5542 |
| 2025-11-05 | 295.0251 |
| 2025-12-05 | 295.0309 |
| 2026-01-05 | 295.6773 |
| 2026-02-04 | 294.2129 |
| 2026-03-06 | 295.0481 |
| 2026-04-05 | 294.7111 |
| 2026-05-05 | 295.1375 |
| 2026-06-06 | 295.3476 |
| 2026-07-08 | 295.7018 |
| 2026-08-07 | 295.6204 |
| 2026-09-07 | 295.0698 |
High
296.4471
Low
294.1667
Average
295.1043
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.