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: show the values
| Point | MDL/GYD |
|---|---|
| 2025-09-25 | 12.5542 |
| 2025-10-02 | 12.5508 |
| 2025-10-09 | 12.5201 |
| 2025-10-16 | 12.3764 |
| 2025-10-23 | 12.2969 |
| 2025-10-30 | 12.3078 |
| 2025-11-06 | 12.2291 |
| 2025-11-13 | 12.3386 |
| 2025-11-20 | 12.3150 |
| 2025-11-27 | 12.2256 |
| 2025-12-04 | 12.3212 |
| 2025-12-12 | 12.2955 |
| 2025-12-19 | 12.4086 |
| 2025-12-26 | 12.4464 |
| 2026-01-02 | 12.4503 |
| 2026-01-09 | 12.4868 |
| 2026-01-16 | 12.2503 |
| 2026-01-23 | 12.2949 |
| 2026-01-30 | 12.4559 |
| 2026-02-06 | 12.3119 |
| 2026-02-13 | 12.3517 |
| 2026-02-20 | 12.2164 |
| 2026-02-27 | 12.2170 |
| 2026-03-06 | 12.1004 |
| 2026-03-13 | 12.0491 |
| 2026-03-20 | 11.8712 |
| 2026-03-27 | 11.9263 |
| 2026-04-03 | 11.8972 |
| 2026-04-10 | 12.1142 |
| 2026-04-17 | 12.2427 |
| 2026-04-24 | 12.0594 |
| 2026-05-01 | 12.1422 |
| 2026-05-08 | 12.1606 |
| 2026-05-16 | 12.0775 |
| 2026-05-24 | 12.0608 |
| 2026-05-31 | 12.0824 |
| 2026-06-09 | 12.0120 |
| 2026-06-16 | 12.0393 |
| 2026-06-23 | 11.8731 |
| 2026-06-30 | 11.8365 |
| 2026-07-07 | 11.8657 |
| 2026-07-14 | 11.9221 |
| 2026-07-21 | 11.8928 |
| 2026-07-28 | 11.8930 |
| 2026-08-04 | 12.0020 |
| 2026-08-11 | 12.0512 |
| 2026-08-18 | 12.1526 |
| 2026-08-26 | 12.1106 |
| 2026-09-02 | 12.0962 |
| 2026-09-09 | 12.1297 |
| 2026-09-16 | 12.0293 |
| 2026-09-23 | 11.9084 |
High
12.5542
Low
11.8365
Average
12.1644
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.