Skip to content

GTQ to MVR exchange rate API

Quetzal to Rufiyaa · quoted 2026-09-25

2.0244

▲ +0.58% over 1Y

1 GTQ = 2.0244 MVR · 1 MVR = 0.49397 GTQ · Get this rate via the API

1 GTQ buys 2.0244 MVR as of 2026-09-25, so 1 MVR buys 0.49397 GTQ. Over the last year, GTQ/MVR traded between 2.0102 and 2.0283, averaged 2.0196 and rose 0.58%. The API holds daily GTQ/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GTQ/MVR over 1Y

GTQ/MVR over 1Y: show the values
PointGTQ/MVR
2025-09-252.0127
2025-10-022.0102
2025-10-092.0103
2025-10-162.0135
2025-10-232.0127
2025-10-302.0122
2025-11-062.0152
2025-11-132.0147
2025-11-202.0164
2025-11-272.0169
2025-12-042.0155
2025-12-122.0173
2025-12-192.0173
2025-12-262.0184
2026-01-022.0160
2026-01-092.0150
2026-01-162.0155
2026-01-232.0147
2026-01-302.0153
2026-02-062.0147
2026-02-132.0151
2026-02-202.0118
2026-02-272.0143
2026-03-062.0157
2026-03-132.0145
2026-03-202.0191
2026-03-272.0214
2026-04-032.0227
2026-04-102.0220
2026-04-172.0203
2026-04-242.0221
2026-05-012.0225
2026-05-082.0174
2026-05-162.0197
2026-05-242.0255
2026-05-312.0222
2026-06-092.0283
2026-06-162.0276
2026-06-232.0268
2026-06-302.0273
2026-07-072.0274
2026-07-142.0244
2026-07-212.0256
2026-07-282.0253
2026-08-042.0258
2026-08-112.0253
2026-08-182.0261
2026-08-262.0271
2026-09-022.0260
2026-09-092.0237
2026-09-162.0231
2026-09-232.0254

High

2.0283

Low

2.0102

Average

2.0196

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GTQ/MVR API questions

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

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

How far back does GTQ/MVR historical data go?

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