Skip to content

JMD to RSD exchange rate API

Jamaican Dollar to Serbian Dinar · quoted 2026-09-27

0.65245

▲ +3.99% over YTD

1 JMD = 0.65245 RSD · 1 RSD = 1.5327 JMD · Get this rate via the API

1 JMD buys 0.65245 RSD as of 2026-09-27, so 1 RSD buys 1.5327 JMD. Over the year to date, JMD/RSD traded between 0.62502 and 0.65486, averaged 0.64032 and rose 3.99%. The API holds daily JMD/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JMD/RSD over YTD

JMD/RSD over YTD: show the values
PointJMD/RSD
2025-12-310.62742
2026-01-070.63102
2026-01-140.63727
2026-01-210.63556
2026-01-280.62502
2026-02-040.63324
2026-02-110.62965
2026-02-180.63549
2026-02-250.63852
2026-03-040.64783
2026-03-110.64375
2026-03-180.64881
2026-03-250.64310
2026-04-010.64262
2026-04-080.64224
2026-04-150.63086
2026-04-220.63041
2026-04-290.63650
2026-05-060.63787
2026-05-140.63378
2026-05-210.63851
2026-05-290.64238
2026-06-050.63896
2026-06-140.64193
2026-06-210.64864
2026-06-280.65486
2026-07-050.64996
2026-07-120.64843
2026-07-190.64884
2026-07-260.65378
2026-08-020.64617
2026-08-090.64014
2026-08-160.64217
2026-08-240.63197
2026-08-310.63566
2026-09-070.63728
2026-09-140.64092
2026-09-210.64854

High

0.65486

Low

0.62502

Average

0.64032

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD&currencies=RSD").json()

Replace YOUR_API_KEY with the key from your dashboard.

JMD/RSD API questions

How do I get the JMD/RSD exchange rate from an API?

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

How far back does JMD/RSD historical data go?

Daily JMD/RSD 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/RSD 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.