Skip to content

TND to DZD exchange rate API

Tunisian Dinar to Algerian Dinar · quoted 2026-09-26

45.2213

▲ +1.78% over 1Y

1 TND = 45.2213 DZD · 1 DZD = 0.02211 TND · Get this rate via the API

1 TND buys 45.2213 DZD as of 2026-09-26, so 1 DZD buys 0.02211 TND. Over the last year, TND/DZD traded between 44.1717 and 46.3786, averaged 45.1884 and rose 1.78%. The API holds daily TND/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/DZD over 1Y

TND/DZD over 1Y: show the values
PointTND/DZD
2025-09-2644.4302
2025-10-0344.6109
2025-10-1044.3665
2025-10-1744.4870
2025-10-2444.4036
2025-10-3144.2181
2025-11-0744.3095
2025-11-1444.6092
2025-11-2144.1717
2025-11-2844.2173
2025-12-0544.3181
2025-12-1344.3747
2025-12-2044.3212
2025-12-2744.5088
2026-01-0345.1149
2026-01-1044.8325
2026-01-1744.8597
2026-01-2444.8147
2026-01-3145.5062
2026-02-0745.6131
2026-02-1445.4735
2026-02-2145.4503
2026-02-2845.4140
2026-03-0744.6855
2026-03-1445.0235
2026-03-2145.1293
2026-03-2845.5482
2026-04-0445.2485
2026-04-1145.7905
2026-04-1846.1244
2026-04-2545.9427
2026-05-0245.9930
2026-05-0946.1475
2026-05-1745.5894
2026-05-2545.5878
2026-06-0146.3786
2026-06-1045.8206
2026-06-1745.6714
2026-06-2445.3472
2026-07-0145.1845
2026-07-0845.1259
2026-07-1545.1933
2026-07-2245.2240
2026-07-2945.1377
2026-08-0545.5225
2026-08-1245.5259
2026-08-2045.7939
2026-08-2745.8776
2026-09-0345.8095
2026-09-1045.9068
2026-09-1745.6945
2026-09-2445.3156

High

46.3786

Low

44.1717

Average

45.1884

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/DZD API questions

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

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

How far back does TND/DZD historical data go?

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