TOP to DZD exchange rate API
Pa’anga to Algerian Dinar · quoted 2026-09-25
56.1190
▲ +1.24% over 1Y
1 TOP = 56.1190 DZD · 1 DZD = 0.01782 TOP · Get this rate via the API
1 TOP buys 56.1190 DZD as of 2026-09-25, so 1 DZD buys 0.01782 TOP. Over the last year, TOP/DZD traded between 54.1418 and 57.1263, averaged 55.7610 and rose 1.24%. The API holds daily TOP/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/DZD over 1Y: show the values
| Point | TOP/DZD |
|---|---|
| 2025-09-25 | 55.4296 |
| 2025-10-02 | 54.8158 |
| 2025-10-09 | 55.0422 |
| 2025-10-16 | 55.1925 |
| 2025-10-23 | 55.3207 |
| 2025-10-30 | 54.7326 |
| 2025-11-06 | 55.4607 |
| 2025-11-13 | 55.3569 |
| 2025-11-20 | 54.6020 |
| 2025-11-27 | 54.3933 |
| 2025-12-04 | 54.3997 |
| 2025-12-12 | 54.1418 |
| 2025-12-19 | 54.2680 |
| 2025-12-26 | 54.9262 |
| 2026-01-02 | 54.1654 |
| 2026-01-09 | 54.3106 |
| 2026-01-16 | 55.3598 |
| 2026-01-23 | 54.8587 |
| 2026-01-30 | 55.2556 |
| 2026-02-06 | 55.2479 |
| 2026-02-13 | 55.4801 |
| 2026-02-20 | 55.5493 |
| 2026-02-27 | 55.5620 |
| 2026-03-06 | 55.6833 |
| 2026-03-13 | 56.3655 |
| 2026-03-20 | 56.3665 |
| 2026-03-27 | 57.0377 |
| 2026-04-03 | 56.3651 |
| 2026-04-10 | 56.3896 |
| 2026-04-18 | 54.9316 |
| 2026-04-25 | 54.9733 |
| 2026-05-02 | 55.0472 |
| 2026-05-09 | 54.9309 |
| 2026-05-17 | 56.3108 |
| 2026-05-25 | 56.8254 |
| 2026-06-01 | 57.0085 |
| 2026-06-10 | 56.8728 |
| 2026-06-17 | 57.1263 |
| 2026-06-24 | 56.5528 |
| 2026-07-01 | 56.2207 |
| 2026-07-08 | 56.7830 |
| 2026-07-15 | 56.3830 |
| 2026-07-22 | 56.3297 |
| 2026-07-29 | 56.6267 |
| 2026-08-05 | 56.4385 |
| 2026-08-12 | 56.4493 |
| 2026-08-20 | 56.6402 |
| 2026-08-27 | 57.0247 |
| 2026-09-03 | 57.0769 |
| 2026-09-10 | 56.9221 |
| 2026-09-17 | 56.9343 |
| 2026-09-24 | 56.7241 |
High
57.1263
Low
54.1418
Average
55.7610
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DZD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/DZD API questions
How do I get the TOP/DZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/DZD rate in rates.DZD.
How far back does TOP/DZD historical data go?
Daily TOP/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 TOP/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.