Skip to content

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

ZAR/RUB over 1Y: show the values
PointZAR/RUB
2025-09-254.8304
2025-10-024.7941
2025-10-094.7657
2025-10-164.5415
2025-10-234.6979
2025-10-304.6067
2025-11-064.6898
2025-11-134.7798
2025-11-204.6723
2025-11-274.5708
2025-12-044.5676
2025-12-124.7612
2025-12-194.7578
2025-12-264.7248
2026-01-024.7746
2026-01-094.8488
2026-01-164.7808
2026-01-234.7059
2026-01-304.7675
2026-02-064.7597
2026-02-134.8165
2026-02-204.7696
2026-02-274.8237
2026-03-064.7059
2026-03-134.7322
2026-03-205.1019
2026-03-274.7338
2026-04-034.7200
2026-04-104.7250
2026-04-174.6613
2026-04-244.5815
2026-05-014.4935
2026-05-084.5464
2026-05-164.3628
2026-05-244.3612
2026-05-314.3748
2026-06-094.4359
2026-06-164.4737
2026-06-234.5030
2026-06-304.7042
2026-07-074.7494
2026-07-144.6564
2026-07-214.7752
2026-07-284.6444
2026-08-044.8904
2026-08-115.0997
2026-08-185.2423
2026-08-265.2570
2026-09-025.3947
2026-09-095.3522
2026-09-165.1757
2026-09-235.1567

High

5.3947

Low

4.3612

Average

4.7666

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=RUB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=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&currencies=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.