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: show the values
| Point | SGD/MXN |
|---|---|
| 2021-09-27 | 14.8386 |
| 2021-11-08 | 15.1332 |
| 2021-12-20 | 15.2064 |
| 2022-01-31 | 15.3445 |
| 2022-03-14 | 15.2747 |
| 2022-04-27 | 14.8102 |
| 2022-06-08 | 14.2500 |
| 2022-07-20 | 14.7118 |
| 2022-08-31 | 14.4637 |
| 2022-10-12 | 13.9532 |
| 2022-11-23 | 13.9916 |
| 2023-01-05 | 14.4524 |
| 2023-02-16 | 13.9092 |
| 2023-03-30 | 13.6082 |
| 2023-05-16 | 13.0507 |
| 2023-06-27 | 12.6695 |
| 2023-08-08 | 12.7439 |
| 2023-09-19 | 12.5384 |
| 2023-10-31 | 13.1877 |
| 2023-12-12 | 12.9442 |
| 2024-01-26 | 12.8059 |
| 2024-03-08 | 12.6585 |
| 2024-04-23 | 12.5649 |
| 2024-06-05 | 13.0940 |
| 2024-07-17 | 13.2596 |
| 2024-08-27 | 14.9030 |
| 2024-10-01 | 15.2820 |
| 2024-10-31 | 15.1692 |
| 2024-11-30 | 15.2072 |
| 2024-12-30 | 15.0252 |
| 2025-01-29 | 15.1553 |
| 2025-02-28 | 15.1166 |
| 2025-03-30 | 15.2001 |
| 2025-04-29 | 14.9690 |
| 2025-05-29 | 15.0447 |
| 2025-06-28 | 14.7532 |
| 2025-07-28 | 14.5077 |
| 2025-08-27 | 14.5304 |
| 2025-09-26 | 14.2902 |
| 2025-10-26 | 14.1943 |
| 2025-11-25 | 14.1696 |
| 2025-12-25 | 13.9654 |
| 2026-01-24 | 13.6376 |
| 2026-02-23 | 13.5796 |
| 2026-03-25 | 13.8874 |
| 2026-04-24 | 13.6227 |
| 2026-05-24 | 13.5336 |
| 2026-06-23 | 13.4933 |
| 2026-07-23 | 13.5208 |
| 2026-08-22 | 13.3285 |
| 2026-09-21 | 13.4862 |
High
15.3445
Low
12.5384
Average
14.0938
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.