Skip to content

BAM to RSD exchange rate API

Convertible Mark to Serbian Dinar · quoted 2026-09-26

60.0110

▲ +0.15% over 1Y

1 BAM = 60.0110 RSD · 1 RSD = 0.01666 BAM · Get this rate via the API

1 BAM buys 60.0110 RSD as of 2026-09-26, so 1 RSD buys 0.01666 BAM. Over the last year, BAM/RSD traded between 59.8346 and 60.2005, averaged 59.9865 and rose 0.15%. The API holds daily BAM/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/RSD over 1Y

BAM/RSD over 1Y: show the values
PointBAM/RSD
2025-09-2659.9237
2025-10-0359.9045
2025-10-1059.9056
2025-10-1759.9085
2025-10-2459.9281
2025-10-3159.9288
2025-11-0759.9345
2025-11-1459.9129
2025-11-2159.9690
2025-11-2860.0119
2025-12-0560.0234
2025-12-1360.0176
2025-12-2059.9556
2025-12-2759.9835
2026-01-0359.9785
2026-01-1060.0179
2026-01-1759.9768
2026-01-2460.0938
2026-01-3160.0011
2026-02-0760.0193
2026-02-1460.1039
2026-02-2160.0170
2026-02-2859.9978
2026-03-0759.9354
2026-03-1460.0474
2026-03-2160.1359
2026-03-2859.9028
2026-04-0459.9095
2026-04-1159.9910
2026-04-1859.9340
2026-04-2559.9508
2026-05-0259.9005
2026-05-0959.8346
2026-05-1760.0192
2026-05-2560.2005
2026-06-0159.9688
2026-06-1060.0109
2026-06-1760.0102
2026-06-2460.0151
2026-07-0160.0053
2026-07-0860.0013
2026-07-1560.0044
2026-07-2260.0125
2026-07-2960.0285
2026-08-0560.0001
2026-08-1260.0024
2026-08-2059.9989
2026-08-2759.9988
2026-09-0359.9775
2026-09-1059.9961
2026-09-1759.9311
2026-09-2460.0344

High

60.2005

Low

59.8346

Average

59.9865

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/RSD API questions

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

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

How far back does BAM/RSD historical data go?

Daily BAM/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 BAM/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.