RUB to JMD exchange rate API
Russian Ruble to Jamaican Dollar · quoted 2026-09-24
1.8613
▼ +2.85% over 1Y
1 RUB = 1.8613 JMD · 1 JMD = 0.53726 RUB · Get this rate via the API
1 RUB buys 1.8613 JMD as of 2026-09-24, so 1 JMD buys 0.53726 RUB. Over the last year, RUB/JMD traded between 1.8324 and 2.2110, averaged 2.0114 and fell 2.85%. The API holds daily RUB/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RUB/JMD over 1Y: show the values
| Point | RUB/JMD |
|---|---|
| 2025-09-24 | 1.9159 |
| 2025-10-01 | 1.9413 |
| 2025-10-08 | 1.9401 |
| 2025-10-15 | 2.0167 |
| 2025-10-22 | 1.9776 |
| 2025-10-29 | 2.0233 |
| 2025-11-05 | 1.9818 |
| 2025-11-12 | 1.9842 |
| 2025-11-19 | 1.9803 |
| 2025-11-26 | 2.0326 |
| 2025-12-03 | 2.0719 |
| 2025-12-11 | 2.0299 |
| 2025-12-18 | 1.9884 |
| 2025-12-25 | 2.0256 |
| 2026-01-01 | 2.0123 |
| 2026-01-08 | 1.9720 |
| 2026-01-15 | 2.0132 |
| 2026-01-22 | 2.0467 |
| 2026-01-29 | 2.0480 |
| 2026-02-05 | 2.0440 |
| 2026-02-12 | 2.0340 |
| 2026-02-19 | 2.0351 |
| 2026-02-26 | 2.0234 |
| 2026-03-05 | 2.0068 |
| 2026-03-12 | 1.9861 |
| 2026-03-19 | 1.8842 |
| 2026-03-26 | 1.9513 |
| 2026-04-02 | 1.9688 |
| 2026-04-09 | 2.0027 |
| 2026-04-16 | 2.0851 |
| 2026-04-23 | 2.1166 |
| 2026-04-30 | 2.0985 |
| 2026-05-07 | 2.1152 |
| 2026-05-15 | 2.1684 |
| 2026-05-23 | 2.2038 |
| 2026-05-30 | 2.2110 |
| 2026-06-06 | 2.1405 |
| 2026-06-15 | 2.1916 |
| 2026-06-22 | 2.1595 |
| 2026-06-29 | 2.0261 |
| 2026-07-06 | 2.0559 |
| 2026-07-13 | 2.0639 |
| 2026-07-20 | 2.0224 |
| 2026-07-27 | 2.0294 |
| 2026-08-03 | 1.9884 |
| 2026-08-10 | 1.9395 |
| 2026-08-17 | 1.8830 |
| 2026-08-25 | 1.8853 |
| 2026-09-01 | 1.8324 |
| 2026-09-08 | 1.8398 |
| 2026-09-15 | 1.8649 |
| 2026-09-22 | 1.8822 |
High
2.2110
Low
1.8324
Average
2.0114
Get this rate via the API
One GET request returns the RUB/JMD 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=RUB¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/JMD API questions
How do I get the RUB/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/JMD rate in rates.JMD.
How far back does RUB/JMD historical data go?
Daily RUB/JMD 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/JMD 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.