Skip to content

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

MDL/KGS over 1Y: show the values
PointMDL/KGS
2025-09-255.2503
2025-10-025.2437
2025-10-095.2351
2025-10-165.1735
2025-10-235.1454
2025-10-305.1457
2025-11-065.1155
2025-11-135.1584
2025-11-205.1606
2025-11-275.1105
2025-12-045.1532
2025-12-125.1492
2025-12-195.1887
2025-12-265.2035
2026-01-025.2014
2026-01-095.2124
2026-01-165.1206
2026-01-235.1412
2026-01-305.1976
2026-02-065.1444
2026-02-135.1571
2026-02-205.1061
2026-02-275.1039
2026-03-065.0584
2026-03-135.0202
2026-03-204.9939
2026-03-274.9909
2026-04-034.9821
2026-04-105.0699
2026-04-175.1172
2026-04-245.0378
2026-05-015.0727
2026-05-085.0647
2026-05-165.0557
2026-05-245.0411
2026-05-315.0494
2026-06-095.0248
2026-06-165.0292
2026-06-234.9615
2026-06-304.9553
2026-07-074.9700
2026-07-144.9749
2026-07-214.9679
2026-07-284.9871
2026-08-045.0252
2026-08-115.0304
2026-08-185.0991
2026-08-265.0717
2026-09-025.0584
2026-09-095.0831
2026-09-165.0320
2026-09-234.9729

High

5.2503

Low

4.9553

Average

5.0866

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=KGS");
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=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&currencies=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.