Skip to content

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

RUB/JMD over 1Y: show the values
PointRUB/JMD
2025-09-241.9159
2025-10-011.9413
2025-10-081.9401
2025-10-152.0167
2025-10-221.9776
2025-10-292.0233
2025-11-051.9818
2025-11-121.9842
2025-11-191.9803
2025-11-262.0326
2025-12-032.0719
2025-12-112.0299
2025-12-181.9884
2025-12-252.0256
2026-01-012.0123
2026-01-081.9720
2026-01-152.0132
2026-01-222.0467
2026-01-292.0480
2026-02-052.0440
2026-02-122.0340
2026-02-192.0351
2026-02-262.0234
2026-03-052.0068
2026-03-121.9861
2026-03-191.8842
2026-03-261.9513
2026-04-021.9688
2026-04-092.0027
2026-04-162.0851
2026-04-232.1166
2026-04-302.0985
2026-05-072.1152
2026-05-152.1684
2026-05-232.2038
2026-05-302.2110
2026-06-062.1405
2026-06-152.1916
2026-06-222.1595
2026-06-292.0261
2026-07-062.0559
2026-07-132.0639
2026-07-202.0224
2026-07-272.0294
2026-08-031.9884
2026-08-101.9395
2026-08-171.8830
2026-08-251.8853
2026-09-011.8324
2026-09-081.8398
2026-09-151.8649
2026-09-221.8822

High

2.2110

Low

1.8324

Average

2.0114

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=JMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=JMD");
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=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&currencies=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.