Skip to content

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

AZN/RSD over 1Y: show the values
PointAZN/RSD
2025-09-2559.9913
2025-10-0260.0098
2025-10-0960.5112
2025-10-1659.0357
2025-10-2359.4376
2025-10-3059.3330
2025-11-0659.9149
2025-11-1359.4801
2025-11-2059.8482
2025-11-2759.4547
2025-12-0459.2181
2025-12-1258.7923
2025-12-1958.8812
2025-12-2658.5860
2026-01-0258.6665
2026-01-0959.2418
2026-01-1659.4687
2026-01-2358.7953
2026-01-3058.0037
2026-02-0658.5661
2026-02-1358.1781
2026-02-2058.7429
2026-02-2758.5533
2026-03-0659.4418
2026-03-1359.9640
2026-03-2059.7401
2026-03-2759.8683
2026-04-0359.8670
2026-04-1058.9968
2026-04-1758.7276
2026-04-2458.9922
2026-05-0159.0181
2026-05-0859.0053
2026-05-1659.3955
2026-05-2459.4777
2026-05-3159.1801
2026-06-0959.8433
2026-06-1659.5984
2026-06-2360.4102
2026-06-3060.5702
2026-07-0760.3562
2026-07-1460.5548
2026-07-2160.4739
2026-07-2860.7006
2026-08-0459.9777
2026-08-1159.7982
2026-08-1859.6342
2026-08-2659.1366
2026-09-0259.5953
2026-09-0959.3051
2026-09-1659.8120
2026-09-2360.4185

High

60.7688

Low

58.0037

Average

59.4970

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=RSD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&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=AZN&currencies=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&currencies=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.