RSD to AMD exchange rate API
Serbian Dinar to Armenian Dram · quoted 2026-09-26
3.5283
▼ +7.43% over 1Y
1 RSD = 3.5283 AMD · 1 AMD = 0.28342 RSD · Get this rate via the API
1 RSD buys 3.5283 AMD as of 2026-09-26, so 1 AMD buys 0.28342 RSD. Over the last year, RSD/AMD traded between 3.5263 and 3.8411, averaged 3.7033 and fell 7.43%. The API holds daily RSD/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RSD/AMD over 1Y: show the values
| Point | RSD/AMD |
|---|---|
| 2025-09-26 | 3.8116 |
| 2025-10-03 | 3.8249 |
| 2025-10-10 | 3.7764 |
| 2025-10-17 | 3.8091 |
| 2025-10-24 | 3.7725 |
| 2025-10-31 | 3.7743 |
| 2025-11-07 | 3.7575 |
| 2025-11-14 | 3.7925 |
| 2025-11-21 | 3.7537 |
| 2025-11-28 | 3.7497 |
| 2025-12-05 | 3.7839 |
| 2025-12-13 | 3.8174 |
| 2025-12-20 | 3.8106 |
| 2025-12-27 | 3.8289 |
| 2026-01-03 | 3.8124 |
| 2026-01-10 | 3.7804 |
| 2026-01-17 | 3.7558 |
| 2026-01-24 | 3.8131 |
| 2026-01-31 | 3.8411 |
| 2026-02-07 | 3.7996 |
| 2026-02-14 | 3.8039 |
| 2026-02-21 | 3.7821 |
| 2026-02-28 | 3.7925 |
| 2026-03-07 | 3.7396 |
| 2026-03-14 | 3.6804 |
| 2026-03-21 | 3.7199 |
| 2026-03-28 | 3.7045 |
| 2026-04-04 | 3.7063 |
| 2026-04-11 | 3.7522 |
| 2026-04-18 | 3.7648 |
| 2026-04-25 | 3.7116 |
| 2026-05-02 | 3.7072 |
| 2026-05-09 | 3.7097 |
| 2026-05-17 | 3.6469 |
| 2026-05-25 | 3.6265 |
| 2026-06-01 | 3.6562 |
| 2026-06-10 | 3.6253 |
| 2026-06-17 | 3.6429 |
| 2026-06-24 | 3.5619 |
| 2026-07-01 | 3.5747 |
| 2026-07-08 | 3.5727 |
| 2026-07-15 | 3.5629 |
| 2026-07-22 | 3.5601 |
| 2026-07-29 | 3.5579 |
| 2026-08-05 | 3.5975 |
| 2026-08-12 | 3.5947 |
| 2026-08-20 | 3.6134 |
| 2026-08-27 | 3.6137 |
| 2026-09-03 | 3.5993 |
| 2026-09-10 | 3.6056 |
| 2026-09-17 | 3.5661 |
| 2026-09-24 | 3.5263 |
High
3.8411
Low
3.5263
Average
3.7033
Get this rate via the API
One GET request returns the RSD/AMD 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=RSD¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=AMD").json()Replace YOUR_API_KEY with the key from your dashboard.
RSD/AMD API questions
How do I get the RSD/AMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=AMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/AMD rate in rates.AMD.
How far back does RSD/AMD historical data go?
Daily RSD/AMD 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 RSD/AMD 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.