Skip to content

MDL to GYD exchange rate API

Moldovan Leu to Guyana Dollar · quoted 2026-09-25

11.8940

▼ +5.26% over 1Y

1 MDL = 11.8940 GYD · 1 GYD = 0.08408 MDL · Get this rate via the API

1 MDL buys 11.8940 GYD as of 2026-09-25, so 1 GYD buys 0.08408 MDL. Over the last year, MDL/GYD traded between 11.8365 and 12.5542, averaged 12.1644 and fell 5.26%. The API holds daily MDL/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/GYD over 1Y

MDL/GYD over 1Y: show the values
PointMDL/GYD
2025-09-2512.5542
2025-10-0212.5508
2025-10-0912.5201
2025-10-1612.3764
2025-10-2312.2969
2025-10-3012.3078
2025-11-0612.2291
2025-11-1312.3386
2025-11-2012.3150
2025-11-2712.2256
2025-12-0412.3212
2025-12-1212.2955
2025-12-1912.4086
2025-12-2612.4464
2026-01-0212.4503
2026-01-0912.4868
2026-01-1612.2503
2026-01-2312.2949
2026-01-3012.4559
2026-02-0612.3119
2026-02-1312.3517
2026-02-2012.2164
2026-02-2712.2170
2026-03-0612.1004
2026-03-1312.0491
2026-03-2011.8712
2026-03-2711.9263
2026-04-0311.8972
2026-04-1012.1142
2026-04-1712.2427
2026-04-2412.0594
2026-05-0112.1422
2026-05-0812.1606
2026-05-1612.0775
2026-05-2412.0608
2026-05-3112.0824
2026-06-0912.0120
2026-06-1612.0393
2026-06-2311.8731
2026-06-3011.8365
2026-07-0711.8657
2026-07-1411.9221
2026-07-2111.8928
2026-07-2811.8930
2026-08-0412.0020
2026-08-1112.0512
2026-08-1812.1526
2026-08-2612.1106
2026-09-0212.0962
2026-09-0912.1297
2026-09-1612.0293
2026-09-2311.9084

High

12.5542

Low

11.8365

Average

12.1644

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/GYD API questions

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

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

How far back does MDL/GYD historical data go?

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