USD to ZAR exchange rate API
US Dollar to Rand · quoted 2026-09-25
16.3107
▼ +5.98% over 1Y
1 USD = 16.3107 ZAR · 1 ZAR = 0.06131 USD · Get this rate via the API
1 USD buys 16.3107 ZAR as of 2026-09-25, so 1 ZAR buys 0.06131 USD. Over the last year, USD/ZAR traded between 15.6738 and 17.3525, averaged 16.5693 and fell 5.98%. The API holds daily USD/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/ZAR over 1Y: show the values
| Point | USD/ZAR |
|---|---|
| 2025-09-25 | 17.3478 |
| 2025-10-02 | 17.1856 |
| 2025-10-09 | 17.1023 |
| 2025-10-16 | 17.3168 |
| 2025-10-23 | 17.3480 |
| 2025-10-30 | 17.3525 |
| 2025-11-06 | 17.3447 |
| 2025-11-13 | 17.0028 |
| 2025-11-20 | 17.2388 |
| 2025-11-27 | 17.1731 |
| 2025-12-04 | 16.9809 |
| 2025-12-11 | 16.9409 |
| 2025-12-18 | 16.7773 |
| 2025-12-25 | 16.6514 |
| 2026-01-01 | 16.5543 |
| 2026-01-08 | 16.5149 |
| 2026-01-15 | 16.3721 |
| 2026-01-22 | 16.2186 |
| 2026-01-29 | 15.6738 |
| 2026-02-05 | 16.1798 |
| 2026-02-12 | 15.8952 |
| 2026-02-19 | 16.2188 |
| 2026-02-26 | 15.8763 |
| 2026-03-05 | 16.5028 |
| 2026-03-12 | 16.5417 |
| 2026-03-19 | 17.0689 |
| 2026-03-26 | 17.0577 |
| 2026-04-02 | 17.0118 |
| 2026-04-09 | 16.4321 |
| 2026-04-16 | 16.3848 |
| 2026-04-23 | 16.4679 |
| 2026-04-30 | 16.7903 |
| 2026-05-07 | 16.2578 |
| 2026-05-14 | 16.4069 |
| 2026-05-21 | 16.5539 |
| 2026-05-28 | 16.3501 |
| 2026-06-04 | 16.2394 |
| 2026-06-11 | 16.5027 |
| 2026-06-18 | 16.4306 |
| 2026-06-25 | 16.5615 |
| 2026-07-02 | 16.3775 |
| 2026-07-09 | 16.3719 |
| 2026-07-16 | 16.3711 |
| 2026-07-23 | 16.4398 |
| 2026-07-30 | 16.5824 |
| 2026-08-06 | 16.3095 |
| 2026-08-13 | 16.1188 |
| 2026-08-20 | 16.1740 |
| 2026-08-27 | 15.9858 |
| 2026-09-03 | 16.0373 |
| 2026-09-10 | 16.1466 |
| 2026-09-17 | 16.2525 |
| 2026-09-24 | 16.4367 |
High
17.3525
Low
15.6738
Average
16.5693
Get this rate via the API
One GET request returns the USD/ZAR 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=USD¤cies=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ZAR").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/ZAR API questions
How do I get the USD/ZAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/ZAR rate in rates.ZAR.
How far back does USD/ZAR historical data go?
Daily USD/ZAR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free USD/ZAR 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.