Skip to content

RSD to DZD exchange rate API

Serbian Dinar to Algerian Dinar · quoted 2026-09-27

1.2978

▲ +0.18% over 1Y

1 RSD = 1.2978 DZD · 1 DZD = 0.77054 RSD · Get this rate via the API

1 RSD buys 1.2978 DZD as of 2026-09-27, so 1 DZD buys 0.77054 RSD. Over the last year, RSD/DZD traded between 1.2804 and 1.3311, averaged 1.3033 and rose 0.18%. The API holds daily RSD/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/DZD over 1Y

RSD/DZD over 1Y: show the values
PointRSD/DZD
2025-09-271.2954
2025-10-041.2962
2025-10-111.2922
2025-10-181.2852
2025-10-251.2914
2025-11-011.2804
2025-11-081.2875
2025-11-151.2900
2025-11-221.2839
2025-11-291.2873
2025-12-061.2896
2025-12-141.2976
2025-12-211.2923
2025-12-281.3013
2026-01-041.2960
2026-01-111.2903
2026-01-181.2878
2026-01-251.3055
2026-02-011.3113
2026-02-081.3094
2026-02-151.3102
2026-02-221.3054
2026-03-011.3068
2026-03-081.2999
2026-03-151.2920
2026-03-221.3000
2026-03-291.3064
2026-04-051.3060
2026-04-121.3217
2026-04-191.3311
2026-04-261.3214
2026-05-031.3236
2026-05-101.3299
2026-05-181.3155
2026-05-261.3192
2026-06-021.3162
2026-06-111.3147
2026-06-181.3097
2026-06-251.2922
2026-07-021.2936
2026-07-091.2972
2026-07-161.2995
2026-07-231.2967
2026-07-301.2964
2026-08-061.3082
2026-08-131.3064
2026-08-211.3238
2026-08-281.3214
2026-09-041.3206
2026-09-111.3152
2026-09-181.3105
2026-09-251.2940

High

1.3311

Low

1.2804

Average

1.3033

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=DZD").json()

Replace YOUR_API_KEY with the key from your dashboard.

RSD/DZD API questions

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

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

How far back does RSD/DZD historical data go?

Daily RSD/DZD 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/DZD 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.