Skip to content

AMD to RSD exchange rate API

Armenian Dram to Serbian Dinar · quoted 2026-09-26

0.28342

▲ +8.03% over 1Y

1 AMD = 0.28342 RSD · 1 RSD = 3.5283 AMD · Get this rate via the API

1 AMD buys 0.28342 RSD as of 2026-09-26, so 1 RSD buys 3.5283 AMD. Over the last year, AMD/RSD traded between 0.26034 and 0.28358, averaged 0.27021 and rose 8.03%. The API holds daily AMD/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AMD/RSD over 1Y

AMD/RSD over 1Y: show the values
PointAMD/RSD
2025-09-260.26236
2025-10-030.26145
2025-10-100.26481
2025-10-170.26253
2025-10-240.26508
2025-10-310.26495
2025-11-070.26614
2025-11-140.26368
2025-11-210.26640
2025-11-280.26669
2025-12-050.26428
2025-12-130.26196
2025-12-200.26243
2025-12-270.26117
2026-01-030.26230
2026-01-100.26452
2026-01-170.26626
2026-01-240.26226
2026-01-310.26034
2026-02-070.26319
2026-02-140.26288
2026-02-210.26440
2026-02-280.26368
2026-03-070.26741
2026-03-140.27170
2026-03-210.26882
2026-03-280.26994
2026-04-040.26981
2026-04-110.26651
2026-04-180.26561
2026-04-250.26942
2026-05-020.26974
2026-05-090.26957
2026-05-170.27420
2026-05-250.27575
2026-06-010.27351
2026-06-100.27584
2026-06-170.27451
2026-06-240.28075
2026-07-010.27974
2026-07-080.27990
2026-07-150.28067
2026-07-220.28089
2026-07-290.28106
2026-08-050.27797
2026-08-120.27819
2026-08-200.27675
2026-08-270.27673
2026-09-030.27783
2026-09-100.27735
2026-09-170.28042
2026-09-240.28358

High

0.28358

Low

0.26034

Average

0.27021

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AMD/RSD API questions

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

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

How far back does AMD/RSD historical data go?

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