Skip to content

ZAR to KRW exchange rate API

Rand to Won · quoted 2026-09-24

84.1529

▲ +7.28% over 5Y

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 5 years, ZAR/KRW traded between 69.2722 and 93.1906, averaged 78.8151 and rose 7.28%. 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 5Y

ZAR/KRW over 5Y: show the values
PointZAR/KRW
2021-09-2778.4452
2021-11-0878.7792
2021-12-2075.3572
2022-01-3177.6520
2022-03-1482.2746
2022-04-2779.6872
2022-06-0881.9640
2022-07-2076.9077
2022-08-3178.6789
2022-10-1278.2842
2022-11-2378.9044
2023-01-0574.2566
2023-02-1670.9305
2023-03-3071.9561
2023-05-1670.3040
2023-06-2770.4234
2023-08-0869.8419
2023-09-1969.9594
2023-10-3171.9103
2023-12-1269.2722
2024-01-2671.0394
2024-03-0870.7495
2024-04-2371.6475
2024-06-0572.4416
2024-07-1775.8698
2024-08-2775.0878
2024-10-0174.6217
2024-10-3178.1809
2024-11-3077.1848
2024-12-3078.6510
2025-01-2977.5068
2025-02-2879.1967
2025-03-3078.6890
2025-04-2977.4047
2025-05-2977.0175
2025-06-2876.1817
2025-07-2877.6243
2025-08-2778.6963
2025-09-2680.7905
2025-10-2683.6959
2025-11-2585.0800
2025-12-2586.8741
2026-01-2489.7071
2026-02-2390.1574
2026-03-2588.5408
2026-04-2489.1826
2026-05-2492.9239
2026-06-2393.1906
2026-07-2389.5826
2026-08-2286.5357
2026-09-2184.3935

High

93.1906

Low

69.2722

Average

78.8151

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.