Skip to content

SGD to RUB exchange rate API

Singapore Dollar to Russian Ruble · quoted 2026-09-23

65.8500

▲ +1.31% over 1Y

1 SGD = 65.8500 RUB · 1 RUB = 0.01519 SGD · Get this rate via the API

1 SGD buys 65.8500 RUB as of 2026-09-23, so 1 RUB buys 0.01519 SGD. Over the last year, SGD/RUB traded between 55.7163 and 68.1287, averaged 61.4990 and rose 1.31%. The API holds daily SGD/RUB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

SGD/RUB over 1Y

SGD/RUB over 1Y: show the values
PointSGD/RUB
2025-09-2464.9975
2025-10-0164.0679
2025-10-0863.7026
2025-10-1561.3231
2025-10-2262.6324
2025-10-2961.2244
2025-11-0561.9781
2025-11-1262.1347
2025-11-1962.1707
2025-11-2660.7559
2025-12-0359.8142
2025-12-1160.8560
2025-12-1862.3420
2025-12-2561.3340
2026-01-0161.4622
2026-01-0862.6410
2026-01-1560.9569
2026-01-2259.9534
2026-01-2960.5558
2026-02-0560.2639
2026-02-1261.0945
2026-02-1960.4904
2026-02-2660.7289
2026-03-0560.9576
2026-03-1262.0713
2026-03-1965.3369
2026-03-2663.0621
2026-04-0262.4060
2026-04-0961.6387
2026-04-1659.3571
2026-04-2358.8657
2026-04-3058.5705
2026-05-0759.0557
2026-05-1557.2272
2026-05-2355.8893
2026-05-3055.7163
2026-06-0657.2127
2026-06-1556.3258
2026-06-2256.5765
2026-06-2960.1733
2026-07-0659.5742
2026-07-1359.4288
2026-07-2060.6373
2026-07-2760.4631
2026-08-0361.9276
2026-08-1063.8185
2026-08-1765.7509
2026-08-2566.0346
2026-09-0167.7852
2026-09-0868.1287
2026-09-1566.4154
2026-09-2265.7078

High

68.1287

Low

55.7163

Average

61.4990

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SGD/RUB API questions

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

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

How far back does SGD/RUB historical data go?

Daily SGD/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 SGD/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.