USD to ZAR exchange rate API
US Dollar to Rand · quoted 2026-09-25
16.3107
▼ +4.63% over 6M
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 6 months, USD/ZAR traded between 15.9559 and 17.1021, averaged 16.4149 and fell 4.63%. 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 6M: show the values
| Point | USD/ZAR |
|---|---|
| 2026-03-29 | 17.1021 |
| 2026-04-05 | 16.9696 |
| 2026-04-12 | 16.4954 |
| 2026-04-19 | 16.3876 |
| 2026-04-26 | 16.5595 |
| 2026-05-03 | 16.5924 |
| 2026-05-10 | 16.4349 |
| 2026-05-17 | 16.6832 |
| 2026-05-24 | 16.3987 |
| 2026-05-31 | 16.2620 |
| 2026-06-07 | 16.5899 |
| 2026-06-14 | 16.2228 |
| 2026-06-21 | 16.4610 |
| 2026-06-28 | 16.4692 |
| 2026-07-05 | 16.2261 |
| 2026-07-12 | 16.3410 |
| 2026-07-19 | 16.5413 |
| 2026-07-26 | 16.7685 |
| 2026-08-02 | 16.5022 |
| 2026-08-09 | 16.1492 |
| 2026-08-16 | 16.1822 |
| 2026-08-23 | 16.0189 |
| 2026-08-30 | 16.1638 |
| 2026-09-06 | 15.9559 |
| 2026-09-13 | 16.1504 |
| 2026-09-20 | 16.2629 |
High
17.1021
Low
15.9559
Average
16.4149
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.