Skip to content

SGD to MXN exchange rate API

Singapore Dollar to Mexican Peso · quoted 2026-09-26

13.8391

▼ +6.74% over 5Y

1 SGD = 13.8391 MXN · 1 MXN = 0.07226 SGD · Get this rate via the API

1 SGD buys 13.8391 MXN as of 2026-09-26, so 1 MXN buys 0.07226 SGD. Over the last 5 years, SGD/MXN traded between 12.5384 and 15.3445, averaged 14.0938 and fell 6.74%. The API holds daily SGD/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

SGD/MXN over 5Y

SGD/MXN over 5Y: show the values
PointSGD/MXN
2021-09-2714.8386
2021-11-0815.1332
2021-12-2015.2064
2022-01-3115.3445
2022-03-1415.2747
2022-04-2714.8102
2022-06-0814.2500
2022-07-2014.7118
2022-08-3114.4637
2022-10-1213.9532
2022-11-2313.9916
2023-01-0514.4524
2023-02-1613.9092
2023-03-3013.6082
2023-05-1613.0507
2023-06-2712.6695
2023-08-0812.7439
2023-09-1912.5384
2023-10-3113.1877
2023-12-1212.9442
2024-01-2612.8059
2024-03-0812.6585
2024-04-2312.5649
2024-06-0513.0940
2024-07-1713.2596
2024-08-2714.9030
2024-10-0115.2820
2024-10-3115.1692
2024-11-3015.2072
2024-12-3015.0252
2025-01-2915.1553
2025-02-2815.1166
2025-03-3015.2001
2025-04-2914.9690
2025-05-2915.0447
2025-06-2814.7532
2025-07-2814.5077
2025-08-2714.5304
2025-09-2614.2902
2025-10-2614.1943
2025-11-2514.1696
2025-12-2513.9654
2026-01-2413.6376
2026-02-2313.5796
2026-03-2513.8874
2026-04-2413.6227
2026-05-2413.5336
2026-06-2313.4933
2026-07-2313.5208
2026-08-2213.3285
2026-09-2113.4862

High

15.3445

Low

12.5384

Average

14.0938

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SGD/MXN API questions

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

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

How far back does SGD/MXN historical data go?

Daily SGD/MXN rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free SGD/MXN 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.