Skip to content

GTQ to KMF exchange rate API

Quetzal to Comoro Franc · quoted 2026-09-27

56.5486

▲ +2.93% over 1Y

1 GTQ = 56.5486 KMF · 1 KMF = 0.01768 GTQ · Get this rate via the API

1 GTQ buys 56.5486 KMF as of 2026-09-27, so 1 KMF buys 0.01768 GTQ. Over the last year, GTQ/KMF traded between 54.0809 and 56.7567, averaged 55.3908 and rose 2.93%. The API holds daily GTQ/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GTQ/KMF over 1Y

GTQ/KMF over 1Y: show the values
PointGTQ/KMF
2025-09-2754.9379
2025-10-0454.6638
2025-10-1155.4390
2025-10-1855.0257
2025-10-2555.2570
2025-11-0155.5913
2025-11-0855.4991
2025-11-1555.2773
2025-11-2255.7719
2025-11-2955.4337
2025-12-0655.1730
2025-12-1454.7163
2025-12-2154.8485
2025-12-2854.5274
2026-01-0454.7124
2026-01-1155.1565
2026-01-1855.3088
2026-01-2554.2605
2026-02-0154.1268
2026-02-0854.2883
2026-02-1554.0809
2026-02-2254.4754
2026-03-0154.3154
2026-03-0855.2453
2026-03-1556.0116
2026-03-2255.4433
2026-03-2955.7300
2026-04-0555.8839
2026-04-1254.9868
2026-04-1954.5648
2026-04-2655.0291
2026-05-0354.9630
2026-05-1054.8934
2026-05-1855.4703
2026-05-2655.4838
2026-06-0255.4144
2026-06-1155.8888
2026-06-1856.0093
2026-06-2556.7543
2026-07-0256.7567
2026-07-0956.4610
2026-07-1656.3416
2026-07-2356.4492
2026-07-3056.3910
2026-08-0655.8524
2026-08-1355.9600
2026-08-2155.1328
2026-08-2855.3777
2026-09-0455.4951
2026-09-1155.5230
2026-09-1856.1021
2026-09-2556.6629

High

56.7567

Low

54.0809

Average

55.3908

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GTQ/KMF API questions

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

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

How far back does GTQ/KMF historical data go?

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