Skip to content

ZAR to SGD exchange rate API

Rand to Singapore Dollar · quoted 2026-09-25

0.07834

▲ +5.43% over 1Y

1 ZAR = 0.07834 SGD · 1 SGD = 12.7650 ZAR · Get this rate via the API

1 ZAR buys 0.07834 SGD as of 2026-09-25, so 1 SGD buys 12.7650 ZAR. Over the last year, ZAR/SGD traded between 0.07430 and 0.08065, averaged 0.07750 and rose 5.43%. The API holds daily ZAR/SGD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

ZAR/SGD over 1Y

ZAR/SGD over 1Y: show the values
PointZAR/SGD
2025-09-250.07430
2025-10-020.07489
2025-10-090.07578
2025-10-160.07485
2025-10-230.07491
2025-10-300.07508
2025-11-060.07519
2025-11-130.07648
2025-11-200.07585
2025-11-270.07558
2025-12-040.07630
2025-12-110.07633
2025-12-180.07695
2025-12-250.07709
2026-01-010.07763
2026-01-080.07777
2026-01-150.07866
2026-01-220.07914
2026-01-290.08065
2026-02-050.07869
2026-02-120.07939
2026-02-190.07825
2026-02-260.07956
2026-03-050.07740
2026-03-120.07710
2026-03-190.07518
2026-03-260.07530
2026-04-020.07566
2026-04-090.07755
2026-04-160.07762
2026-04-230.07747
2026-04-300.07601
2026-05-070.07785
2026-05-140.07761
2026-05-210.07733
2026-05-280.07826
2026-06-040.07898
2026-06-110.07803
2026-06-180.07857
2026-06-250.07836
2026-07-020.07904
2026-07-090.07897
2026-07-160.07874
2026-07-230.07855
2026-07-300.07764
2026-08-060.07861
2026-08-130.07942
2026-08-200.07865
2026-08-270.07952
2026-09-030.07905
2026-09-100.07843
2026-09-170.07847
2026-09-240.07787

High

0.08065

Low

0.07430

Average

0.07750

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=SGD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZAR/SGD API questions

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

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

How far back does ZAR/SGD historical data go?

Daily ZAR/SGD 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 ZAR/SGD 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.