Skip to content

FJD to GTQ exchange rate API

Fiji Dollar to Quetzal · quoted 2026-09-25

3.4018

▲ +0.22% over 1Y

1 FJD = 3.4018 GTQ · 1 GTQ = 0.29396 FJD · Get this rate via the API

1 FJD buys 3.4018 GTQ as of 2026-09-25, so 1 GTQ buys 0.29396 FJD. Over the last year, FJD/GTQ traded between 3.3258 and 3.4899, averaged 3.4141 and rose 0.22%. The API holds daily FJD/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/GTQ over 1Y

FJD/GTQ over 1Y: show the values
PointFJD/GTQ
2025-09-253.3945
2025-10-023.3821
2025-10-093.3702
2025-10-163.3502
2025-10-233.3376
2025-10-303.3594
2025-11-063.3402
2025-11-133.3474
2025-11-203.3258
2025-11-273.3435
2025-12-043.3604
2025-12-123.3669
2025-12-193.3556
2025-12-263.3712
2026-01-023.3646
2026-01-093.3691
2026-01-163.3663
2026-01-233.4069
2026-01-303.4749
2026-02-063.4497
2026-02-133.4816
2026-02-203.4793
2026-02-273.4838
2026-03-063.4516
2026-03-133.4797
2026-03-203.4578
2026-03-273.4088
2026-04-033.3910
2026-04-103.4378
2026-04-173.4538
2026-04-243.4523
2026-05-013.4781
2026-05-083.4899
2026-05-163.4617
2026-05-243.4352
2026-05-313.4416
2026-06-093.4351
2026-06-163.4346
2026-06-233.4099
2026-06-303.3888
2026-07-073.3993
2026-07-143.4101
2026-07-213.4185
2026-07-283.4126
2026-08-043.4308
2026-08-113.4328
2026-08-183.4369
2026-08-263.4552
2026-09-023.4415
2026-09-093.4574
2026-09-163.4390
2026-09-233.4213

High

3.4899

Low

3.3258

Average

3.4141

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/GTQ API questions

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

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

How far back does FJD/GTQ historical data go?

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