MDL to KGS exchange rate API
Moldovan Leu to Som · quoted 2026-09-25
4.9727
▼ +5.29% over 1Y
1 MDL = 4.9727 KGS · 1 KGS = 0.20110 MDL · Get this rate via the API
1 MDL buys 4.9727 KGS as of 2026-09-25, so 1 KGS buys 0.20110 MDL. Over the last year, MDL/KGS traded between 4.9553 and 5.2503, averaged 5.0866 and fell 5.29%. The API holds daily MDL/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/KGS over 1Y: show the values
| Point | MDL/KGS |
|---|---|
| 2025-09-25 | 5.2503 |
| 2025-10-02 | 5.2437 |
| 2025-10-09 | 5.2351 |
| 2025-10-16 | 5.1735 |
| 2025-10-23 | 5.1454 |
| 2025-10-30 | 5.1457 |
| 2025-11-06 | 5.1155 |
| 2025-11-13 | 5.1584 |
| 2025-11-20 | 5.1606 |
| 2025-11-27 | 5.1105 |
| 2025-12-04 | 5.1532 |
| 2025-12-12 | 5.1492 |
| 2025-12-19 | 5.1887 |
| 2025-12-26 | 5.2035 |
| 2026-01-02 | 5.2014 |
| 2026-01-09 | 5.2124 |
| 2026-01-16 | 5.1206 |
| 2026-01-23 | 5.1412 |
| 2026-01-30 | 5.1976 |
| 2026-02-06 | 5.1444 |
| 2026-02-13 | 5.1571 |
| 2026-02-20 | 5.1061 |
| 2026-02-27 | 5.1039 |
| 2026-03-06 | 5.0584 |
| 2026-03-13 | 5.0202 |
| 2026-03-20 | 4.9939 |
| 2026-03-27 | 4.9909 |
| 2026-04-03 | 4.9821 |
| 2026-04-10 | 5.0699 |
| 2026-04-17 | 5.1172 |
| 2026-04-24 | 5.0378 |
| 2026-05-01 | 5.0727 |
| 2026-05-08 | 5.0647 |
| 2026-05-16 | 5.0557 |
| 2026-05-24 | 5.0411 |
| 2026-05-31 | 5.0494 |
| 2026-06-09 | 5.0248 |
| 2026-06-16 | 5.0292 |
| 2026-06-23 | 4.9615 |
| 2026-06-30 | 4.9553 |
| 2026-07-07 | 4.9700 |
| 2026-07-14 | 4.9749 |
| 2026-07-21 | 4.9679 |
| 2026-07-28 | 4.9871 |
| 2026-08-04 | 5.0252 |
| 2026-08-11 | 5.0304 |
| 2026-08-18 | 5.0991 |
| 2026-08-26 | 5.0717 |
| 2026-09-02 | 5.0584 |
| 2026-09-09 | 5.0831 |
| 2026-09-16 | 5.0320 |
| 2026-09-23 | 4.9729 |
High
5.2503
Low
4.9553
Average
5.0866
Get this rate via the API
One GET request returns the MDL/KGS 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=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/KGS API questions
How do I get the MDL/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/KGS rate in rates.KGS.
How far back does MDL/KGS historical data go?
Daily MDL/KGS 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/KGS 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.