Skip to content

JMD to RSD exchange rate API

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

0.65245

▲ +4.56% over 1Y

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 last year, JMD/RSD traded between 0.62300 and 0.65580, averaged 0.63798 and rose 4.56%. 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 1Y

JMD/RSD over 1Y: show the values
PointJMD/RSD
2025-09-270.62402
2025-10-040.62300
2025-10-110.62765
2025-10-180.62587
2025-10-250.62866
2025-11-010.63380
2025-11-080.63156
2025-11-150.62950
2025-11-220.63434
2025-11-290.63134
2025-12-060.62907
2025-12-140.62421
2025-12-210.62762
2025-12-280.62403
2026-01-040.62719
2026-01-110.63664
2026-01-180.64122
2026-01-250.63064
2026-02-010.63075
2026-02-080.63592
2026-02-150.63387
2026-02-220.63892
2026-03-010.63691
2026-03-080.64624
2026-03-150.65319
2026-03-220.64556
2026-03-290.64549
2026-04-050.64606
2026-04-120.63378
2026-04-190.62929
2026-04-260.63577
2026-05-030.63874
2026-05-100.63303
2026-05-180.63775
2026-05-260.64063
2026-06-020.63985
2026-06-110.64348
2026-06-180.64282
2026-06-250.65580
2026-07-020.65555
2026-07-090.64923
2026-07-160.64904
2026-07-230.64814
2026-07-300.65219
2026-08-060.64057
2026-08-130.64290
2026-08-210.63365
2026-08-280.63538
2026-09-040.63803
2026-09-110.63904
2026-09-180.64742
2026-09-250.65500

High

0.65580

Low

0.62300

Average

0.63798

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.