Skip to content

GTQ to JOD exchange rate API

Quetzal to Jordanian Dinar · quoted 2026-09-25

0.09284

▲ +0.33% over 1Y

1 GTQ = 0.09284 JOD · 1 JOD = 10.7708 GTQ · Get this rate via the API

1 GTQ buys 0.09284 JOD as of 2026-09-25, so 1 JOD buys 10.7708 GTQ. Over the last year, GTQ/JOD traded between 0.09237 and 0.09304, averaged 0.09269 and rose 0.33%. The API holds daily GTQ/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GTQ/JOD over 1Y

GTQ/JOD over 1Y: show the values
PointGTQ/JOD
2025-09-250.09254
2025-10-020.09253
2025-10-090.09255
2025-10-160.09260
2025-10-230.09258
2025-10-300.09255
2025-11-060.09253
2025-11-130.09250
2025-11-200.09256
2025-11-270.09257
2025-12-040.09256
2025-12-120.09262
2025-12-190.09257
2025-12-260.09257
2026-01-020.09246
2026-01-090.09243
2026-01-160.09243
2026-01-230.09241
2026-01-300.09242
2026-02-060.09243
2026-02-130.09241
2026-02-200.09237
2026-02-270.09238
2026-03-060.09244
2026-03-130.09239
2026-03-200.09260
2026-03-270.09270
2026-04-030.09277
2026-04-100.09279
2026-04-170.09271
2026-04-240.09273
2026-05-010.09279
2026-05-080.09255
2026-05-160.09292
2026-05-240.09303
2026-05-310.09301
2026-06-090.09304
2026-06-160.09299
2026-06-230.09295
2026-06-300.09298
2026-07-070.09298
2026-07-140.09284
2026-07-210.09290
2026-07-280.09288
2026-08-040.09291
2026-08-110.09291
2026-08-180.09292
2026-08-260.09297
2026-09-020.09291
2026-09-090.09283
2026-09-160.09288
2026-09-230.09288

High

0.09304

Low

0.09237

Average

0.09269

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ&currencies=JOD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GTQ/JOD API questions

How do I get the GTQ/JOD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ&currencies=JOD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GTQ/JOD rate in rates.JOD.

How far back does GTQ/JOD historical data go?

Daily GTQ/JOD 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 GTQ/JOD 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.