Skip to content

RUB to UGX exchange rate API

Russian Ruble to Uganda Shilling · quoted 2026-09-26

46.3979

▲ +11.47% over 1Y

1 RUB = 46.3979 UGX · 1 UGX = 0.02155 RUB · Get this rate via the API

1 RUB buys 46.3979 UGX as of 2026-09-26, so 1 UGX buys 0.02155 RUB. Over the last year, RUB/UGX traded between 41.6235 and 53.0217, averaged 46.4959 and rose 11.47%. The API holds daily RUB/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/UGX over 1Y

RUB/UGX over 1Y: show the values
PointRUB/UGX
2025-09-2641.6235
2025-10-0342.2351
2025-10-1042.3077
2025-10-1743.1794
2025-10-2442.9374
2025-10-3143.5594
2025-11-0742.9900
2025-11-1444.6244
2025-11-2145.4646
2025-11-2846.5087
2025-12-0546.0716
2025-12-1344.5629
2025-12-2044.2574
2025-12-2745.8852
2026-01-0345.0375
2026-01-1045.3813
2026-01-1745.7404
2026-01-2446.7936
2026-01-3146.6645
2026-02-0746.3524
2026-02-1446.4238
2026-02-2146.8206
2026-02-2846.7436
2026-03-0746.4129
2026-03-1446.9412
2026-03-2145.5607
2026-03-2845.7592
2026-04-0446.6248
2026-04-1147.9721
2026-04-1848.5783
2026-04-2549.4704
2026-05-0250.1648
2026-05-0950.4653
2026-05-1751.5257
2026-05-2553.0217
2026-06-0152.9402
2026-06-1052.3613
2026-06-1750.9461
2026-06-2449.1526
2026-07-0146.5622
2026-07-0847.9289
2026-07-1547.7806
2026-07-2247.4384
2026-07-2947.8574
2026-08-0546.4415
2026-08-1245.1357
2026-08-2044.2375
2026-08-2743.9249
2026-09-0343.2936
2026-09-1044.5980
2026-09-1746.5863
2026-09-2446.0373

High

53.0217

Low

41.6235

Average

46.4959

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=UGX").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/UGX API questions

How do I get the RUB/UGX exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/UGX rate in rates.UGX.

How far back does RUB/UGX historical data go?

Daily RUB/UGX 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 RUB/UGX 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.