Skip to content

DZD to DOP exchange rate API

Algerian Dinar to Dominican Peso · quoted 2026-09-26

0.44466

▲ +1.71% over 30D

1 DZD = 0.44466 DOP · 1 DOP = 2.2489 DZD · Get this rate via the API

1 DZD buys 0.44466 DOP as of 2026-09-26, so 1 DOP buys 2.2489 DZD. Over the last 30 days, DZD/DOP traded between 0.43720 and 0.44562, averaged 0.44216 and rose 1.71%. The API holds daily DZD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DZD/DOP over 30D

DZD/DOP over 30D: show the values
PointDZD/DOP
2026-08-270.43720
2026-08-280.44157
2026-08-290.43893
2026-08-300.44002
2026-08-310.44152
2026-09-010.44187
2026-09-020.44114
2026-09-030.43977
2026-09-040.44412
2026-09-050.44427
2026-09-060.44264
2026-09-070.44462
2026-09-080.44446
2026-09-090.44245
2026-09-100.44130
2026-09-110.44248
2026-09-120.44341
2026-09-130.44310
2026-09-140.44349
2026-09-150.44104
2026-09-160.44185
2026-09-170.43773
2026-09-180.44238
2026-09-190.44133
2026-09-200.44117
2026-09-210.44033
2026-09-220.44126
2026-09-230.44421
2026-09-240.44562
2026-09-250.44440
2026-09-260.44466

High

0.44562

Low

0.43720

Average

0.44216

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

DZD/DOP API questions

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

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

How far back does DZD/DOP historical data go?

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