ZAR to RUB exchange rate API
Rand to Russian Ruble · quoted 2026-09-25
5.2092
▲ +8.44% over YTD
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 year to date, ZAR/RUB traded between 4.3088 and 5.4160, averaged 4.8028 and rose 8.44%. 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 YTD: show the values
| Point | ZAR/RUB |
|---|---|
| 2025-12-31 | 4.8039 |
| 2026-01-07 | 4.8924 |
| 2026-01-14 | 4.8010 |
| 2026-01-21 | 4.7852 |
| 2026-01-28 | 4.8101 |
| 2026-02-04 | 4.8313 |
| 2026-02-11 | 4.8639 |
| 2026-02-18 | 4.7652 |
| 2026-02-25 | 4.8303 |
| 2026-03-04 | 4.7574 |
| 2026-03-11 | 4.8191 |
| 2026-03-18 | 4.8786 |
| 2026-03-25 | 4.7607 |
| 2026-04-01 | 4.8449 |
| 2026-04-08 | 4.8092 |
| 2026-04-15 | 4.5919 |
| 2026-04-22 | 4.5616 |
| 2026-04-29 | 4.5379 |
| 2026-05-06 | 4.6021 |
| 2026-05-14 | 4.4882 |
| 2026-05-21 | 4.3088 |
| 2026-05-29 | 4.3678 |
| 2026-06-05 | 4.5116 |
| 2026-06-14 | 4.4669 |
| 2026-06-21 | 4.4383 |
| 2026-06-28 | 4.7932 |
| 2026-07-05 | 4.7453 |
| 2026-07-12 | 4.6903 |
| 2026-07-19 | 4.7336 |
| 2026-07-26 | 4.6633 |
| 2026-08-02 | 4.8045 |
| 2026-08-09 | 5.0532 |
| 2026-08-16 | 5.1900 |
| 2026-08-24 | 5.1710 |
| 2026-08-31 | 5.3344 |
| 2026-09-07 | 5.4160 |
| 2026-09-14 | 5.2023 |
| 2026-09-21 | 5.1764 |
High
5.4160
Low
4.3088
Average
4.8028
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.