Skip to content

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

ZAR/RUB over YTD: show the values
PointZAR/RUB
2025-12-314.8039
2026-01-074.8924
2026-01-144.8010
2026-01-214.7852
2026-01-284.8101
2026-02-044.8313
2026-02-114.8639
2026-02-184.7652
2026-02-254.8303
2026-03-044.7574
2026-03-114.8191
2026-03-184.8786
2026-03-254.7607
2026-04-014.8449
2026-04-084.8092
2026-04-154.5919
2026-04-224.5616
2026-04-294.5379
2026-05-064.6021
2026-05-144.4882
2026-05-214.3088
2026-05-294.3678
2026-06-054.5116
2026-06-144.4669
2026-06-214.4383
2026-06-284.7932
2026-07-054.7453
2026-07-124.6903
2026-07-194.7336
2026-07-264.6633
2026-08-024.8045
2026-08-095.0532
2026-08-165.1900
2026-08-245.1710
2026-08-315.3344
2026-09-075.4160
2026-09-145.2023
2026-09-215.1764

High

5.4160

Low

4.3088

Average

4.8028

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.