ZAR to KRW exchange rate API
Rand to Won · quoted 2026-09-24
84.1529
▼ +3.58% over YTD
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 year to date, ZAR/KRW traded between 83.3052 and 94.8109, averaged 89.2594 and fell 3.58%. 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 YTD: show the values
| Point | ZAR/KRW |
|---|---|
| 2025-12-31 | 87.2736 |
| 2026-01-07 | 87.9819 |
| 2026-01-14 | 89.9906 |
| 2026-01-21 | 89.7958 |
| 2026-01-28 | 89.9620 |
| 2026-02-04 | 91.3415 |
| 2026-02-11 | 92.0114 |
| 2026-02-18 | 90.2378 |
| 2026-02-25 | 90.0299 |
| 2026-03-04 | 89.7611 |
| 2026-03-11 | 90.0579 |
| 2026-03-18 | 89.0480 |
| 2026-03-25 | 88.5408 |
| 2026-04-01 | 89.6727 |
| 2026-04-08 | 90.3855 |
| 2026-04-15 | 89.9849 |
| 2026-04-22 | 89.7480 |
| 2026-04-29 | 89.0666 |
| 2026-05-06 | 88.2706 |
| 2026-05-13 | 90.4910 |
| 2026-05-20 | 90.7245 |
| 2026-05-27 | 91.6717 |
| 2026-06-03 | 94.0973 |
| 2026-06-10 | 91.8274 |
| 2026-06-17 | 93.5216 |
| 2026-06-24 | 93.0822 |
| 2026-07-01 | 94.8109 |
| 2026-07-08 | 92.1127 |
| 2026-07-15 | 91.0826 |
| 2026-07-22 | 89.8517 |
| 2026-07-29 | 86.7077 |
| 2026-08-05 | 87.0958 |
| 2026-08-12 | 87.8338 |
| 2026-08-19 | 85.6595 |
| 2026-08-26 | 86.9241 |
| 2026-09-02 | 84.6604 |
| 2026-09-09 | 83.3052 |
| 2026-09-16 | 84.0791 |
| 2026-09-23 | 83.5223 |
High
94.8109
Low
83.3052
Average
89.2594
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.