Skip to content

JOD to GYD exchange rate API

Jordanian Dinar to Guyana Dollar · quoted 2026-09-25

295.0475

▼ +0.17% over YTD

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 year to date, JOD/GYD traded between 292.7265 and 296.4642, averaged 294.9619 and fell 0.17%. 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 YTD

JOD/GYD over YTD: show the values
PointJOD/GYD
2025-12-31295.5474
2026-01-07295.3333
2026-01-14295.5431
2026-01-21294.9133
2026-01-28294.0225
2026-02-04294.2129
2026-02-11295.2345
2026-02-18294.7098
2026-02-25295.0224
2026-03-04295.0691
2026-03-11295.0407
2026-03-18294.4291
2026-03-25294.6369
2026-04-01295.1644
2026-04-08292.7265
2026-04-15295.2405
2026-04-22295.0447
2026-04-29295.0166
2026-05-06294.4694
2026-05-14295.0855
2026-05-21295.0333
2026-05-29293.8907
2026-06-05295.4785
2026-06-14295.2810
2026-06-21295.2187
2026-06-28295.1744
2026-07-05294.9366
2026-07-12295.1077
2026-07-19294.9894
2026-07-26294.8716
2026-08-02295.1239
2026-08-09295.3152
2026-08-16294.6644
2026-08-24295.4959
2026-08-31296.4642
2026-09-07295.0698
2026-09-14294.9977
2026-09-21294.8897

High

296.4642

Low

292.7265

Average

294.9619

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=GYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=GYD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.