Skip to content

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

SGD/ZAR over 1Y: show the values
PointSGD/ZAR
2025-09-2513.4580
2025-10-0213.3535
2025-10-0913.1961
2025-10-1613.3600
2025-10-2313.3489
2025-10-3013.3197
2025-11-0613.2995
2025-11-1313.0754
2025-11-2013.1842
2025-11-2713.2301
2025-12-0413.1061
2025-12-1113.1013
2025-12-1812.9958
2025-12-2512.9719
2026-01-0112.8814
2026-01-0812.8584
2026-01-1512.7135
2026-01-2212.6351
2026-01-2912.3998
2026-02-0512.7081
2026-02-1212.5961
2026-02-1912.7796
2026-02-2612.5696
2026-03-0512.9207
2026-03-1212.9707
2026-03-1913.3007
2026-03-2613.2804
2026-04-0213.2170
2026-04-0912.8943
2026-04-1612.8826
2026-04-2312.9081
2026-04-3013.1566
2026-05-0712.8443
2026-05-1412.8846
2026-05-2112.9316
2026-05-2812.7776
2026-06-0412.6617
2026-06-1112.8150
2026-06-1812.7280
2026-06-2512.7618
2026-07-0212.6516
2026-07-0912.6632
2026-07-1612.6997
2026-07-2312.7308
2026-07-3012.8799
2026-08-0612.7209
2026-08-1312.5915
2026-08-2012.7139
2026-08-2712.5746
2026-09-0312.6501
2026-09-1012.7496
2026-09-1712.7438
2026-09-2412.8418

High

13.4580

Low

12.3998

Average

12.9084

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=ZAR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=ZAR");
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=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&currencies=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.