Skip to content

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

GTQ/MNT over 1Y: show the values
PointGTQ/MNT
2025-09-26469.1999
2025-10-03469.3055
2025-10-10468.6598
2025-10-17470.1623
2025-10-24469.7866
2025-10-310.0903
2025-11-070.1072
2025-11-140.1079
2025-11-21465.3940
2025-11-28465.4614
2025-12-05463.1439
2025-12-13462.8695
2025-12-20463.5939
2025-12-27464.1953
2026-01-03464.0797
2026-01-10464.1543
2026-01-17464.9414
2026-01-24464.5087
2026-01-31463.4756
2026-02-07465.2854
2026-02-14465.5156
2026-02-21465.3713
2026-02-28465.1828
2026-03-07465.5016
2026-03-14465.6688
2026-03-21465.8152
2026-03-28467.7339
2026-04-04467.6756
2026-04-11470.1665
2026-04-18467.5671
2026-04-25468.4502
2026-05-02468.5424
2026-05-09468.7577
2026-05-17469.2944
2026-05-25469.7802
2026-06-01469.1693
2026-06-10469.6779
2026-06-17469.4987
2026-06-24469.7248
2026-07-01469.8326
2026-07-08469.3704
2026-07-15470.9321
2026-07-22470.5693
2026-07-29471.4985
2026-08-05471.9377
2026-08-12471.7266
2026-08-20472.6275
2026-08-27471.4836
2026-09-03471.4254
2026-09-10471.0141
2026-09-17469.6029
2026-09-24471.2951

High

472.6275

Low

0.09030

Average

441.5518

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ&currencies=MNT");
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=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&currencies=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.