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: show the values
| Point | SGD/RUB |
|---|---|
| 2025-09-24 | 64.9975 |
| 2025-10-01 | 64.0679 |
| 2025-10-08 | 63.7026 |
| 2025-10-15 | 61.3231 |
| 2025-10-22 | 62.6324 |
| 2025-10-29 | 61.2244 |
| 2025-11-05 | 61.9781 |
| 2025-11-12 | 62.1347 |
| 2025-11-19 | 62.1707 |
| 2025-11-26 | 60.7559 |
| 2025-12-03 | 59.8142 |
| 2025-12-11 | 60.8560 |
| 2025-12-18 | 62.3420 |
| 2025-12-25 | 61.3340 |
| 2026-01-01 | 61.4622 |
| 2026-01-08 | 62.6410 |
| 2026-01-15 | 60.9569 |
| 2026-01-22 | 59.9534 |
| 2026-01-29 | 60.5558 |
| 2026-02-05 | 60.2639 |
| 2026-02-12 | 61.0945 |
| 2026-02-19 | 60.4904 |
| 2026-02-26 | 60.7289 |
| 2026-03-05 | 60.9576 |
| 2026-03-12 | 62.0713 |
| 2026-03-19 | 65.3369 |
| 2026-03-26 | 63.0621 |
| 2026-04-02 | 62.4060 |
| 2026-04-09 | 61.6387 |
| 2026-04-16 | 59.3571 |
| 2026-04-23 | 58.8657 |
| 2026-04-30 | 58.5705 |
| 2026-05-07 | 59.0557 |
| 2026-05-15 | 57.2272 |
| 2026-05-23 | 55.8893 |
| 2026-05-30 | 55.7163 |
| 2026-06-06 | 57.2127 |
| 2026-06-15 | 56.3258 |
| 2026-06-22 | 56.5765 |
| 2026-06-29 | 60.1733 |
| 2026-07-06 | 59.5742 |
| 2026-07-13 | 59.4288 |
| 2026-07-20 | 60.6373 |
| 2026-07-27 | 60.4631 |
| 2026-08-03 | 61.9276 |
| 2026-08-10 | 63.8185 |
| 2026-08-17 | 65.7509 |
| 2026-08-25 | 66.0346 |
| 2026-09-01 | 67.7852 |
| 2026-09-08 | 68.1287 |
| 2026-09-15 | 66.4154 |
| 2026-09-22 | 65.7078 |
High
68.1287
Low
55.7163
Average
61.4990
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.