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: show the values
| Point | GTQ/KMF |
|---|---|
| 2025-09-27 | 54.9379 |
| 2025-10-04 | 54.6638 |
| 2025-10-11 | 55.4390 |
| 2025-10-18 | 55.0257 |
| 2025-10-25 | 55.2570 |
| 2025-11-01 | 55.5913 |
| 2025-11-08 | 55.4991 |
| 2025-11-15 | 55.2773 |
| 2025-11-22 | 55.7719 |
| 2025-11-29 | 55.4337 |
| 2025-12-06 | 55.1730 |
| 2025-12-14 | 54.7163 |
| 2025-12-21 | 54.8485 |
| 2025-12-28 | 54.5274 |
| 2026-01-04 | 54.7124 |
| 2026-01-11 | 55.1565 |
| 2026-01-18 | 55.3088 |
| 2026-01-25 | 54.2605 |
| 2026-02-01 | 54.1268 |
| 2026-02-08 | 54.2883 |
| 2026-02-15 | 54.0809 |
| 2026-02-22 | 54.4754 |
| 2026-03-01 | 54.3154 |
| 2026-03-08 | 55.2453 |
| 2026-03-15 | 56.0116 |
| 2026-03-22 | 55.4433 |
| 2026-03-29 | 55.7300 |
| 2026-04-05 | 55.8839 |
| 2026-04-12 | 54.9868 |
| 2026-04-19 | 54.5648 |
| 2026-04-26 | 55.0291 |
| 2026-05-03 | 54.9630 |
| 2026-05-10 | 54.8934 |
| 2026-05-18 | 55.4703 |
| 2026-05-26 | 55.4838 |
| 2026-06-02 | 55.4144 |
| 2026-06-11 | 55.8888 |
| 2026-06-18 | 56.0093 |
| 2026-06-25 | 56.7543 |
| 2026-07-02 | 56.7567 |
| 2026-07-09 | 56.4610 |
| 2026-07-16 | 56.3416 |
| 2026-07-23 | 56.4492 |
| 2026-07-30 | 56.3910 |
| 2026-08-06 | 55.8524 |
| 2026-08-13 | 55.9600 |
| 2026-08-21 | 55.1328 |
| 2026-08-28 | 55.3777 |
| 2026-09-04 | 55.4951 |
| 2026-09-11 | 55.5230 |
| 2026-09-18 | 56.1021 |
| 2026-09-25 | 56.6629 |
High
56.7567
Low
54.0809
Average
55.3908
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=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¤cies=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.