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: show the values
| Point | TND/DZD |
|---|---|
| 2025-09-26 | 44.4302 |
| 2025-10-03 | 44.6109 |
| 2025-10-10 | 44.3665 |
| 2025-10-17 | 44.4870 |
| 2025-10-24 | 44.4036 |
| 2025-10-31 | 44.2181 |
| 2025-11-07 | 44.3095 |
| 2025-11-14 | 44.6092 |
| 2025-11-21 | 44.1717 |
| 2025-11-28 | 44.2173 |
| 2025-12-05 | 44.3181 |
| 2025-12-13 | 44.3747 |
| 2025-12-20 | 44.3212 |
| 2025-12-27 | 44.5088 |
| 2026-01-03 | 45.1149 |
| 2026-01-10 | 44.8325 |
| 2026-01-17 | 44.8597 |
| 2026-01-24 | 44.8147 |
| 2026-01-31 | 45.5062 |
| 2026-02-07 | 45.6131 |
| 2026-02-14 | 45.4735 |
| 2026-02-21 | 45.4503 |
| 2026-02-28 | 45.4140 |
| 2026-03-07 | 44.6855 |
| 2026-03-14 | 45.0235 |
| 2026-03-21 | 45.1293 |
| 2026-03-28 | 45.5482 |
| 2026-04-04 | 45.2485 |
| 2026-04-11 | 45.7905 |
| 2026-04-18 | 46.1244 |
| 2026-04-25 | 45.9427 |
| 2026-05-02 | 45.9930 |
| 2026-05-09 | 46.1475 |
| 2026-05-17 | 45.5894 |
| 2026-05-25 | 45.5878 |
| 2026-06-01 | 46.3786 |
| 2026-06-10 | 45.8206 |
| 2026-06-17 | 45.6714 |
| 2026-06-24 | 45.3472 |
| 2026-07-01 | 45.1845 |
| 2026-07-08 | 45.1259 |
| 2026-07-15 | 45.1933 |
| 2026-07-22 | 45.2240 |
| 2026-07-29 | 45.1377 |
| 2026-08-05 | 45.5225 |
| 2026-08-12 | 45.5259 |
| 2026-08-20 | 45.7939 |
| 2026-08-27 | 45.8776 |
| 2026-09-03 | 45.8095 |
| 2026-09-10 | 45.9068 |
| 2026-09-17 | 45.6945 |
| 2026-09-24 | 45.3156 |
High
46.3786
Low
44.1717
Average
45.1884
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.