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: show the values
| Point | SGD/MDL |
|---|---|
| 2025-09-24 | 12.9382 |
| 2025-10-01 | 12.9571 |
| 2025-10-08 | 12.8916 |
| 2025-10-15 | 13.0608 |
| 2025-10-22 | 13.0576 |
| 2025-10-29 | 13.1515 |
| 2025-11-05 | 13.0519 |
| 2025-11-12 | 13.0268 |
| 2025-11-19 | 12.9904 |
| 2025-11-26 | 13.1943 |
| 2025-12-03 | 13.1227 |
| 2025-12-11 | 13.1051 |
| 2025-12-18 | 13.0600 |
| 2025-12-25 | 13.0944 |
| 2026-01-01 | 13.0827 |
| 2026-01-08 | 13.1428 |
| 2026-01-15 | 13.2502 |
| 2026-01-22 | 13.2445 |
| 2026-01-29 | 13.2781 |
| 2026-02-05 | 13.2950 |
| 2026-02-12 | 13.4180 |
| 2026-02-19 | 13.4825 |
| 2026-02-26 | 13.5009 |
| 2026-03-05 | 13.5562 |
| 2026-03-12 | 13.5720 |
| 2026-03-19 | 13.6693 |
| 2026-03-26 | 13.6595 |
| 2026-04-02 | 13.6849 |
| 2026-04-09 | 13.5037 |
| 2026-04-16 | 13.4109 |
| 2026-04-23 | 13.4732 |
| 2026-04-30 | 13.4938 |
| 2026-05-07 | 13.5845 |
| 2026-05-15 | 13.4908 |
| 2026-05-23 | 13.5577 |
| 2026-05-30 | 13.5554 |
| 2026-06-06 | 13.4275 |
| 2026-06-15 | 13.5898 |
| 2026-06-22 | 13.5808 |
| 2026-06-29 | 13.7245 |
| 2026-07-06 | 13.6076 |
| 2026-07-13 | 13.6345 |
| 2026-07-20 | 13.6039 |
| 2026-07-27 | 13.6721 |
| 2026-08-03 | 13.5896 |
| 2026-08-10 | 13.5523 |
| 2026-08-17 | 13.5553 |
| 2026-08-25 | 13.5949 |
| 2026-09-01 | 13.4540 |
| 2026-09-08 | 13.6273 |
| 2026-09-15 | 13.6670 |
| 2026-09-22 | 13.7743 |
High
13.7743
Low
12.8916
Average
13.3962
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.