Skip to content

SGD to MDL exchange rate API

Singapore Dollar to Moldovan Leu · quoted 2026-09-24

13.7324

▲ +6.14% over 1Y

1 SGD = 13.7324 MDL · 1 MDL = 0.07282 SGD · Get this rate via the API

1 SGD buys 13.7324 MDL as of 2026-09-24, so 1 MDL buys 0.07282 SGD. Over the last year, SGD/MDL traded between 12.8916 and 13.7743, averaged 13.3962 and rose 6.14%. The API holds daily SGD/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SGD/MDL over 1Y

SGD/MDL over 1Y: show the values
PointSGD/MDL
2025-09-2412.9382
2025-10-0112.9571
2025-10-0812.8916
2025-10-1513.0608
2025-10-2213.0576
2025-10-2913.1515
2025-11-0513.0519
2025-11-1213.0268
2025-11-1912.9904
2025-11-2613.1943
2025-12-0313.1227
2025-12-1113.1051
2025-12-1813.0600
2025-12-2513.0944
2026-01-0113.0827
2026-01-0813.1428
2026-01-1513.2502
2026-01-2213.2445
2026-01-2913.2781
2026-02-0513.2950
2026-02-1213.4180
2026-02-1913.4825
2026-02-2613.5009
2026-03-0513.5562
2026-03-1213.5720
2026-03-1913.6693
2026-03-2613.6595
2026-04-0213.6849
2026-04-0913.5037
2026-04-1613.4109
2026-04-2313.4732
2026-04-3013.4938
2026-05-0713.5845
2026-05-1513.4908
2026-05-2313.5577
2026-05-3013.5554
2026-06-0613.4275
2026-06-1513.5898
2026-06-2213.5808
2026-06-2913.7245
2026-07-0613.6076
2026-07-1313.6345
2026-07-2013.6039
2026-07-2713.6721
2026-08-0313.5896
2026-08-1013.5523
2026-08-1713.5553
2026-08-2513.5949
2026-09-0113.4540
2026-09-0813.6273
2026-09-1513.6670
2026-09-2213.7743

High

13.7743

Low

12.8916

Average

13.3962

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

SGD/MDL API questions

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

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

How far back does SGD/MDL historical data go?

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