ZAR to RUB exchange rate API
Rand to Russian Ruble · quoted 2026-09-25
5.2092
▲ +7.84% over 1Y
1 ZAR = 5.2092 RUB · 1 RUB = 0.19197 ZAR · Get this rate via the API
1 ZAR buys 5.2092 RUB as of 2026-09-25, so 1 RUB buys 0.19197 ZAR. Over the last year, ZAR/RUB traded between 4.3612 and 5.3947, averaged 4.7666 and rose 7.84%. The API holds daily ZAR/RUB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
ZAR/RUB over 1Y: show the values
| Point | ZAR/RUB |
|---|---|
| 2025-09-25 | 4.8304 |
| 2025-10-02 | 4.7941 |
| 2025-10-09 | 4.7657 |
| 2025-10-16 | 4.5415 |
| 2025-10-23 | 4.6979 |
| 2025-10-30 | 4.6067 |
| 2025-11-06 | 4.6898 |
| 2025-11-13 | 4.7798 |
| 2025-11-20 | 4.6723 |
| 2025-11-27 | 4.5708 |
| 2025-12-04 | 4.5676 |
| 2025-12-12 | 4.7612 |
| 2025-12-19 | 4.7578 |
| 2025-12-26 | 4.7248 |
| 2026-01-02 | 4.7746 |
| 2026-01-09 | 4.8488 |
| 2026-01-16 | 4.7808 |
| 2026-01-23 | 4.7059 |
| 2026-01-30 | 4.7675 |
| 2026-02-06 | 4.7597 |
| 2026-02-13 | 4.8165 |
| 2026-02-20 | 4.7696 |
| 2026-02-27 | 4.8237 |
| 2026-03-06 | 4.7059 |
| 2026-03-13 | 4.7322 |
| 2026-03-20 | 5.1019 |
| 2026-03-27 | 4.7338 |
| 2026-04-03 | 4.7200 |
| 2026-04-10 | 4.7250 |
| 2026-04-17 | 4.6613 |
| 2026-04-24 | 4.5815 |
| 2026-05-01 | 4.4935 |
| 2026-05-08 | 4.5464 |
| 2026-05-16 | 4.3628 |
| 2026-05-24 | 4.3612 |
| 2026-05-31 | 4.3748 |
| 2026-06-09 | 4.4359 |
| 2026-06-16 | 4.4737 |
| 2026-06-23 | 4.5030 |
| 2026-06-30 | 4.7042 |
| 2026-07-07 | 4.7494 |
| 2026-07-14 | 4.6564 |
| 2026-07-21 | 4.7752 |
| 2026-07-28 | 4.6444 |
| 2026-08-04 | 4.8904 |
| 2026-08-11 | 5.0997 |
| 2026-08-18 | 5.2423 |
| 2026-08-26 | 5.2570 |
| 2026-09-02 | 5.3947 |
| 2026-09-09 | 5.3522 |
| 2026-09-16 | 5.1757 |
| 2026-09-23 | 5.1567 |
High
5.3947
Low
4.3612
Average
4.7666
Get this rate via the API
One GET request returns the ZAR/RUB 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=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
ZAR/RUB API questions
How do I get the ZAR/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZAR/RUB rate in rates.RUB.
How far back does ZAR/RUB historical data go?
Daily ZAR/RUB rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free ZAR/RUB 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.