Skip to content

MDL to GTQ exchange rate API

Moldovan Leu to Quetzal · quoted 2026-09-25

0.43419

▼ +4.98% over YTD

1 MDL = 0.43419 GTQ · 1 GTQ = 2.3031 MDL · Get this rate via the API

1 MDL buys 0.43419 GTQ as of 2026-09-25, so 1 GTQ buys 2.3031 MDL. Over the year to date, MDL/GTQ traded between 0.43057 and 0.45693, averaged 0.44218 and fell 4.98%. The API holds daily MDL/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/GTQ over YTD

MDL/GTQ over YTD: show the values
PointMDL/GTQ
2025-12-310.45693
2026-01-070.45411
2026-01-140.45404
2026-01-210.45016
2026-01-280.45608
2026-02-040.45396
2026-02-110.45303
2026-02-180.45099
2026-02-250.44888
2026-03-040.44324
2026-03-110.44577
2026-03-180.43985
2026-03-250.43841
2026-04-010.43226
2026-04-080.44049
2026-04-150.44644
2026-04-220.44374
2026-04-290.44175
2026-05-060.44216
2026-05-140.44483
2026-05-210.43859
2026-05-290.44052
2026-06-050.44009
2026-06-140.43733
2026-06-210.43348
2026-06-280.43057
2026-07-050.43237
2026-07-120.43431
2026-07-190.43473
2026-07-260.43358
2026-08-020.43585
2026-08-090.43890
2026-08-160.44079
2026-08-240.44280
2026-08-310.44141
2026-09-070.44309
2026-09-140.44065
2026-09-210.43463

High

0.45693

Low

0.43057

Average

0.44218

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=GTQ").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/GTQ API questions

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

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

How far back does MDL/GTQ historical data go?

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