Skip to content

ZAR to KRW exchange rate API

Rand to Won · quoted 2026-09-24

84.1529

▲ +4.02% over 1Y

1 ZAR = 84.1529 KRW · 1 KRW = 0.01188 ZAR · Get this rate via the API

1 ZAR buys 84.1529 KRW as of 2026-09-24, so 1 KRW buys 0.01188 ZAR. Over the last year, ZAR/KRW traded between 80.8989 and 94.8109, averaged 87.9836 and rose 4.02%. The API holds daily ZAR/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

ZAR/KRW over 1Y

ZAR/KRW over 1Y: show the values
PointZAR/KRW
2025-09-2480.8989
2025-10-0181.7810
2025-10-0882.8739
2025-10-1582.1891
2025-10-2282.0525
2025-10-2983.1850
2025-11-0582.7829
2025-11-1285.9943
2025-11-1985.4474
2025-11-2686.0031
2025-12-0385.7374
2025-12-1086.3294
2025-12-1788.4093
2025-12-2487.0535
2025-12-3187.2736
2026-01-0787.9819
2026-01-1489.9906
2026-01-2189.7958
2026-01-2889.9620
2026-02-0491.3415
2026-02-1192.0114
2026-02-1890.2378
2026-02-2590.0299
2026-03-0489.7611
2026-03-1190.0579
2026-03-1889.0480
2026-03-2588.5408
2026-04-0189.6727
2026-04-0890.3855
2026-04-1589.9849
2026-04-2289.7480
2026-04-2989.0666
2026-05-0688.2706
2026-05-1390.4910
2026-05-2090.7245
2026-05-2791.6717
2026-06-0394.0973
2026-06-1091.8274
2026-06-1793.5216
2026-06-2493.0822
2026-07-0194.8109
2026-07-0892.1127
2026-07-1591.0826
2026-07-2289.8517
2026-07-2986.7077
2026-08-0587.0958
2026-08-1287.8338
2026-08-1985.6595
2026-08-2686.9241
2026-09-0284.6604
2026-09-0983.3052
2026-09-1684.0791
2026-09-2383.5223

High

94.8109

Low

80.8989

Average

87.9836

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZAR/KRW API questions

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

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

How far back does ZAR/KRW historical data go?

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