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: show the values
| Point | ZAR/KRW |
|---|---|
| 2021-09-27 | 78.4452 |
| 2021-11-08 | 78.7792 |
| 2021-12-20 | 75.3572 |
| 2022-01-31 | 77.6520 |
| 2022-03-14 | 82.2746 |
| 2022-04-27 | 79.6872 |
| 2022-06-08 | 81.9640 |
| 2022-07-20 | 76.9077 |
| 2022-08-31 | 78.6789 |
| 2022-10-12 | 78.2842 |
| 2022-11-23 | 78.9044 |
| 2023-01-05 | 74.2566 |
| 2023-02-16 | 70.9305 |
| 2023-03-30 | 71.9561 |
| 2023-05-16 | 70.3040 |
| 2023-06-27 | 70.4234 |
| 2023-08-08 | 69.8419 |
| 2023-09-19 | 69.9594 |
| 2023-10-31 | 71.9103 |
| 2023-12-12 | 69.2722 |
| 2024-01-26 | 71.0394 |
| 2024-03-08 | 70.7495 |
| 2024-04-23 | 71.6475 |
| 2024-06-05 | 72.4416 |
| 2024-07-17 | 75.8698 |
| 2024-08-27 | 75.0878 |
| 2024-10-01 | 74.6217 |
| 2024-10-31 | 78.1809 |
| 2024-11-30 | 77.1848 |
| 2024-12-30 | 78.6510 |
| 2025-01-29 | 77.5068 |
| 2025-02-28 | 79.1967 |
| 2025-03-30 | 78.6890 |
| 2025-04-29 | 77.4047 |
| 2025-05-29 | 77.0175 |
| 2025-06-28 | 76.1817 |
| 2025-07-28 | 77.6243 |
| 2025-08-27 | 78.6963 |
| 2025-09-26 | 80.7905 |
| 2025-10-26 | 83.6959 |
| 2025-11-25 | 85.0800 |
| 2025-12-25 | 86.8741 |
| 2026-01-24 | 89.7071 |
| 2026-02-23 | 90.1574 |
| 2026-03-25 | 88.5408 |
| 2026-04-24 | 89.1826 |
| 2026-05-24 | 92.9239 |
| 2026-06-23 | 93.1906 |
| 2026-07-23 | 89.5826 |
| 2026-08-22 | 86.5357 |
| 2026-09-21 | 84.3935 |
High
93.1906
Low
69.2722
Average
78.8151
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=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¤cies=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.