AZN to RSD exchange rate API
Azerbaijanian Manat to Serbian Dinar · quoted 2026-09-25
60.7688
▲ +1.30% over 1Y
1 AZN = 60.7688 RSD · 1 RSD = 0.01646 AZN · Get this rate via the API
1 AZN buys 60.7688 RSD as of 2026-09-25, so 1 RSD buys 0.01646 AZN. Over the last year, AZN/RSD traded between 58.0037 and 60.7688, averaged 59.4970 and rose 1.30%. The API holds daily AZN/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/RSD over 1Y: show the values
| Point | AZN/RSD |
|---|---|
| 2025-09-25 | 59.9913 |
| 2025-10-02 | 60.0098 |
| 2025-10-09 | 60.5112 |
| 2025-10-16 | 59.0357 |
| 2025-10-23 | 59.4376 |
| 2025-10-30 | 59.3330 |
| 2025-11-06 | 59.9149 |
| 2025-11-13 | 59.4801 |
| 2025-11-20 | 59.8482 |
| 2025-11-27 | 59.4547 |
| 2025-12-04 | 59.2181 |
| 2025-12-12 | 58.7923 |
| 2025-12-19 | 58.8812 |
| 2025-12-26 | 58.5860 |
| 2026-01-02 | 58.6665 |
| 2026-01-09 | 59.2418 |
| 2026-01-16 | 59.4687 |
| 2026-01-23 | 58.7953 |
| 2026-01-30 | 58.0037 |
| 2026-02-06 | 58.5661 |
| 2026-02-13 | 58.1781 |
| 2026-02-20 | 58.7429 |
| 2026-02-27 | 58.5533 |
| 2026-03-06 | 59.4418 |
| 2026-03-13 | 59.9640 |
| 2026-03-20 | 59.7401 |
| 2026-03-27 | 59.8683 |
| 2026-04-03 | 59.8670 |
| 2026-04-10 | 58.9968 |
| 2026-04-17 | 58.7276 |
| 2026-04-24 | 58.9922 |
| 2026-05-01 | 59.0181 |
| 2026-05-08 | 59.0053 |
| 2026-05-16 | 59.3955 |
| 2026-05-24 | 59.4777 |
| 2026-05-31 | 59.1801 |
| 2026-06-09 | 59.8433 |
| 2026-06-16 | 59.5984 |
| 2026-06-23 | 60.4102 |
| 2026-06-30 | 60.5702 |
| 2026-07-07 | 60.3562 |
| 2026-07-14 | 60.5548 |
| 2026-07-21 | 60.4739 |
| 2026-07-28 | 60.7006 |
| 2026-08-04 | 59.9777 |
| 2026-08-11 | 59.7982 |
| 2026-08-18 | 59.6342 |
| 2026-08-26 | 59.1366 |
| 2026-09-02 | 59.5953 |
| 2026-09-09 | 59.3051 |
| 2026-09-16 | 59.8120 |
| 2026-09-23 | 60.4185 |
High
60.7688
Low
58.0037
Average
59.4970
Get this rate via the API
One GET request returns the AZN/RSD 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=AZN¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=RSD").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/RSD API questions
How do I get the AZN/RSD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=RSD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/RSD rate in rates.RSD.
How far back does AZN/RSD historical data go?
Daily AZN/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 AZN/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.