GTQ to MNT exchange rate API
Quetzal to Tugrik · quoted 2026-09-26
471.3141
▲ +0.45% over 1Y
1 GTQ = 471.3141 MNT · 1 MNT = 0.002122 GTQ · Get this rate via the API
1 GTQ buys 471.3141 MNT as of 2026-09-26, so 1 MNT buys 0.002122 GTQ. Over the last year, GTQ/MNT traded between 0.09030 and 472.6275, averaged 441.5518 and rose 0.45%. The API holds daily GTQ/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GTQ/MNT over 1Y: show the values
| Point | GTQ/MNT |
|---|---|
| 2025-09-26 | 469.1999 |
| 2025-10-03 | 469.3055 |
| 2025-10-10 | 468.6598 |
| 2025-10-17 | 470.1623 |
| 2025-10-24 | 469.7866 |
| 2025-10-31 | 0.0903 |
| 2025-11-07 | 0.1072 |
| 2025-11-14 | 0.1079 |
| 2025-11-21 | 465.3940 |
| 2025-11-28 | 465.4614 |
| 2025-12-05 | 463.1439 |
| 2025-12-13 | 462.8695 |
| 2025-12-20 | 463.5939 |
| 2025-12-27 | 464.1953 |
| 2026-01-03 | 464.0797 |
| 2026-01-10 | 464.1543 |
| 2026-01-17 | 464.9414 |
| 2026-01-24 | 464.5087 |
| 2026-01-31 | 463.4756 |
| 2026-02-07 | 465.2854 |
| 2026-02-14 | 465.5156 |
| 2026-02-21 | 465.3713 |
| 2026-02-28 | 465.1828 |
| 2026-03-07 | 465.5016 |
| 2026-03-14 | 465.6688 |
| 2026-03-21 | 465.8152 |
| 2026-03-28 | 467.7339 |
| 2026-04-04 | 467.6756 |
| 2026-04-11 | 470.1665 |
| 2026-04-18 | 467.5671 |
| 2026-04-25 | 468.4502 |
| 2026-05-02 | 468.5424 |
| 2026-05-09 | 468.7577 |
| 2026-05-17 | 469.2944 |
| 2026-05-25 | 469.7802 |
| 2026-06-01 | 469.1693 |
| 2026-06-10 | 469.6779 |
| 2026-06-17 | 469.4987 |
| 2026-06-24 | 469.7248 |
| 2026-07-01 | 469.8326 |
| 2026-07-08 | 469.3704 |
| 2026-07-15 | 470.9321 |
| 2026-07-22 | 470.5693 |
| 2026-07-29 | 471.4985 |
| 2026-08-05 | 471.9377 |
| 2026-08-12 | 471.7266 |
| 2026-08-20 | 472.6275 |
| 2026-08-27 | 471.4836 |
| 2026-09-03 | 471.4254 |
| 2026-09-10 | 471.0141 |
| 2026-09-17 | 469.6029 |
| 2026-09-24 | 471.2951 |
High
472.6275
Low
0.09030
Average
441.5518
Get this rate via the API
One GET request returns the GTQ/MNT 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=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
GTQ/MNT API questions
How do I get the GTQ/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GTQ/MNT rate in rates.MNT.
How far back does GTQ/MNT historical data go?
Daily GTQ/MNT 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/MNT 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.