Skip to content

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

JOD/GYD over 1Y: show the values
PointJOD/GYD
2025-09-25294.9622
2025-10-02295.0864
2025-10-09294.9874
2025-10-16295.0928
2025-10-23294.8178
2025-10-30295.0668
2025-11-06294.9194
2025-11-13295.0894
2025-11-20295.0903
2025-11-27295.1824
2025-12-04295.0505
2025-12-12294.5835
2025-12-19295.0145
2025-12-26295.0720
2026-01-02295.1136
2026-01-09295.4196
2026-01-16295.1345
2026-01-23294.9952
2026-01-30295.6282
2026-02-06295.2430
2026-02-13295.4733
2026-02-20295.1303
2026-02-27295.2490
2026-03-06295.0481
2026-03-13296.0517
2026-03-20293.2954
2026-03-27294.7615
2026-04-03294.5668
2026-04-10294.7109
2026-04-17295.0908
2026-04-24295.1456
2026-05-01295.1295
2026-05-08296.0457
2026-05-16294.7419
2026-05-24295.1651
2026-05-31295.1699
2026-06-09294.8334
2026-06-16295.2937
2026-06-23295.1546
2026-06-30294.7083
2026-07-07294.5355
2026-07-14295.6352
2026-07-21295.2533
2026-07-28295.3071
2026-08-04295.7854
2026-08-11295.6087
2026-08-18295.2400
2026-08-26294.8463
2026-09-02295.2707
2026-09-09294.6072
2026-09-16294.9030
2026-09-23295.3932

High

296.0517

Low

293.2954

Average

295.0896

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.