SGD to ZAR exchange rate API
Singapore Dollar to Rand · quoted 2026-09-25
12.7668
▼ +5.14% over 1Y
1 SGD = 12.7668 ZAR · 1 ZAR = 0.07833 SGD · Get this rate via the API
1 SGD buys 12.7668 ZAR as of 2026-09-25, so 1 ZAR buys 0.07833 SGD. Over the last year, SGD/ZAR traded between 12.3998 and 13.4580, averaged 12.9084 and fell 5.14%. The API holds daily SGD/ZAR rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
SGD/ZAR over 1Y: show the values
| Point | SGD/ZAR |
|---|---|
| 2025-09-25 | 13.4580 |
| 2025-10-02 | 13.3535 |
| 2025-10-09 | 13.1961 |
| 2025-10-16 | 13.3600 |
| 2025-10-23 | 13.3489 |
| 2025-10-30 | 13.3197 |
| 2025-11-06 | 13.2995 |
| 2025-11-13 | 13.0754 |
| 2025-11-20 | 13.1842 |
| 2025-11-27 | 13.2301 |
| 2025-12-04 | 13.1061 |
| 2025-12-11 | 13.1013 |
| 2025-12-18 | 12.9958 |
| 2025-12-25 | 12.9719 |
| 2026-01-01 | 12.8814 |
| 2026-01-08 | 12.8584 |
| 2026-01-15 | 12.7135 |
| 2026-01-22 | 12.6351 |
| 2026-01-29 | 12.3998 |
| 2026-02-05 | 12.7081 |
| 2026-02-12 | 12.5961 |
| 2026-02-19 | 12.7796 |
| 2026-02-26 | 12.5696 |
| 2026-03-05 | 12.9207 |
| 2026-03-12 | 12.9707 |
| 2026-03-19 | 13.3007 |
| 2026-03-26 | 13.2804 |
| 2026-04-02 | 13.2170 |
| 2026-04-09 | 12.8943 |
| 2026-04-16 | 12.8826 |
| 2026-04-23 | 12.9081 |
| 2026-04-30 | 13.1566 |
| 2026-05-07 | 12.8443 |
| 2026-05-14 | 12.8846 |
| 2026-05-21 | 12.9316 |
| 2026-05-28 | 12.7776 |
| 2026-06-04 | 12.6617 |
| 2026-06-11 | 12.8150 |
| 2026-06-18 | 12.7280 |
| 2026-06-25 | 12.7618 |
| 2026-07-02 | 12.6516 |
| 2026-07-09 | 12.6632 |
| 2026-07-16 | 12.6997 |
| 2026-07-23 | 12.7308 |
| 2026-07-30 | 12.8799 |
| 2026-08-06 | 12.7209 |
| 2026-08-13 | 12.5915 |
| 2026-08-20 | 12.7139 |
| 2026-08-27 | 12.5746 |
| 2026-09-03 | 12.6501 |
| 2026-09-10 | 12.7496 |
| 2026-09-17 | 12.7438 |
| 2026-09-24 | 12.8418 |
High
13.4580
Low
12.3998
Average
12.9084
Get this rate via the API
One GET request returns the SGD/ZAR 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=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=ZAR").json()Replace YOUR_API_KEY with the key from your dashboard.
SGD/ZAR API questions
How do I get the SGD/ZAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SGD/ZAR rate in rates.ZAR.
How far back does SGD/ZAR historical data go?
Daily SGD/ZAR rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free SGD/ZAR 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.