Skip to content

JOD to GYD exchange rate API

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

295.0475

▼ +0.02% over 6M

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 6 months, JOD/GYD traded between 293.7659 and 295.6502, averaged 294.8780 and fell 0.02%. 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 6M

JOD/GYD over 6M: show the values
PointJOD/GYD
2026-03-29295.1086
2026-04-05294.7111
2026-04-12294.6237
2026-04-19295.5711
2026-04-26294.5842
2026-05-03295.1210
2026-05-10294.3034
2026-05-18295.6502
2026-05-26295.0185
2026-06-02295.4033
2026-06-11295.0286
2026-06-18295.1493
2026-06-25294.4565
2026-07-02295.1530
2026-07-09294.5850
2026-07-16293.7958
2026-07-23294.8284
2026-07-30293.7659
2026-08-06294.6312
2026-08-13295.2046
2026-08-21295.3064
2026-08-28294.7363
2026-09-04294.4749
2026-09-11295.4094
2026-09-18294.9896
2026-09-25295.0475

High

295.6502

Low

293.7659

Average

294.8780

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.