JOD to GYD exchange rate API
Jordanian Dinar to Guyana Dollar · quoted 2026-09-25
295.0475
▲ +0.07% over 30D
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 30 days, JOD/GYD traded between 294.4749 and 296.7526, averaged 295.0985 and rose 0.07%. 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 30D: show the values
| Point | JOD/GYD |
|---|---|
| 2026-08-26 | 294.8463 |
| 2026-08-27 | 295.1348 |
| 2026-08-28 | 294.7363 |
| 2026-08-29 | 295.2796 |
| 2026-08-30 | 295.1396 |
| 2026-08-31 | 296.4642 |
| 2026-09-01 | 294.8056 |
| 2026-09-02 | 295.2707 |
| 2026-09-03 | 294.6659 |
| 2026-09-04 | 294.4749 |
| 2026-09-05 | 294.5648 |
| 2026-09-06 | 295.1533 |
| 2026-09-07 | 295.0698 |
| 2026-09-08 | 295.0188 |
| 2026-09-09 | 294.6072 |
| 2026-09-10 | 295.0640 |
| 2026-09-11 | 295.4094 |
| 2026-09-12 | 294.4892 |
| 2026-09-13 | 294.7949 |
| 2026-09-14 | 294.9977 |
| 2026-09-15 | 294.8371 |
| 2026-09-16 | 294.9030 |
| 2026-09-17 | 296.7526 |
| 2026-09-18 | 294.9896 |
| 2026-09-19 | 294.6667 |
| 2026-09-20 | 295.3423 |
| 2026-09-21 | 294.8897 |
| 2026-09-22 | 295.1805 |
| 2026-09-23 | 295.3932 |
| 2026-09-24 | 296.1161 |
| 2026-09-25 | 295.0475 |
High
296.7526
Low
294.4749
Average
295.0985
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.