JMD to RUB exchange rate API
Jamaican Dollar to Russian Ruble · quoted 2026-09-24
0.53726
▲ +2.93% over 1Y
1 JMD = 0.53726 RUB · 1 RUB = 1.8613 JMD · Get this rate via the API
1 JMD buys 0.53726 RUB as of 2026-09-24, so 1 RUB buys 1.8613 JMD. Over the last year, JMD/RUB traded between 0.45229 and 0.54573, averaged 0.49817 and rose 2.93%. The API holds daily JMD/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JMD/RUB over 1Y: show the values
| Point | JMD/RUB |
|---|---|
| 2025-09-24 | 0.52195 |
| 2025-10-01 | 0.51513 |
| 2025-10-08 | 0.51542 |
| 2025-10-15 | 0.49587 |
| 2025-10-22 | 0.50565 |
| 2025-10-29 | 0.49423 |
| 2025-11-05 | 0.50458 |
| 2025-11-12 | 0.50399 |
| 2025-11-19 | 0.50497 |
| 2025-11-26 | 0.49199 |
| 2025-12-03 | 0.48264 |
| 2025-12-11 | 0.49264 |
| 2025-12-18 | 0.50292 |
| 2025-12-25 | 0.49368 |
| 2026-01-01 | 0.49695 |
| 2026-01-08 | 0.50710 |
| 2026-01-15 | 0.49673 |
| 2026-01-22 | 0.48859 |
| 2026-01-29 | 0.48828 |
| 2026-02-05 | 0.48925 |
| 2026-02-12 | 0.49164 |
| 2026-02-19 | 0.49137 |
| 2026-02-26 | 0.49421 |
| 2026-03-05 | 0.49829 |
| 2026-03-12 | 0.50350 |
| 2026-03-19 | 0.53073 |
| 2026-03-26 | 0.51249 |
| 2026-04-02 | 0.50793 |
| 2026-04-09 | 0.49932 |
| 2026-04-16 | 0.47959 |
| 2026-04-23 | 0.47245 |
| 2026-04-30 | 0.47653 |
| 2026-05-07 | 0.47277 |
| 2026-05-15 | 0.46118 |
| 2026-05-23 | 0.45377 |
| 2026-05-30 | 0.45229 |
| 2026-06-06 | 0.46718 |
| 2026-06-15 | 0.45629 |
| 2026-06-22 | 0.46307 |
| 2026-06-29 | 0.49355 |
| 2026-07-06 | 0.48640 |
| 2026-07-13 | 0.48451 |
| 2026-07-20 | 0.49447 |
| 2026-07-27 | 0.49275 |
| 2026-08-03 | 0.50291 |
| 2026-08-10 | 0.51560 |
| 2026-08-17 | 0.53105 |
| 2026-08-25 | 0.53041 |
| 2026-09-01 | 0.54573 |
| 2026-09-08 | 0.54353 |
| 2026-09-15 | 0.53621 |
| 2026-09-22 | 0.53130 |
High
0.54573
Low
0.45229
Average
0.49817
Get this rate via the API
One GET request returns the JMD/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=JMD¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
JMD/RUB API questions
How do I get the JMD/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JMD/RUB rate in rates.RUB.
How far back does JMD/RUB historical data go?
Daily JMD/RUB 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 JMD/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.