Skip to content

DOP to DJF exchange rate API

Dominican Peso to Djibouti Franc · quoted 2026-09-26

2.9970

▲ +4.79% over 1Y

1 DOP = 2.9970 DJF · 1 DJF = 0.33366 DOP · Get this rate via the API

1 DOP buys 2.9970 DJF as of 2026-09-26, so 1 DJF buys 0.33366 DOP. Over the last year, DOP/DJF traded between 2.7635 and 3.0632, averaged 2.9306 and rose 4.79%. The API holds daily DOP/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/DJF over 1Y

DOP/DJF over 1Y: show the values
PointDOP/DJF
2025-09-262.8601
2025-10-032.8426
2025-10-102.8304
2025-10-172.8145
2025-10-242.7942
2025-10-312.7786
2025-11-072.7683
2025-11-142.7635
2025-11-212.7927
2025-11-282.8424
2025-12-052.7990
2025-12-132.7911
2025-12-202.8428
2025-12-272.8402
2026-01-032.8259
2026-01-102.8093
2026-01-172.8081
2026-01-242.8276
2026-01-312.8533
2026-02-072.8302
2026-02-142.8591
2026-02-212.9108
2026-02-282.9645
2026-03-072.9560
2026-03-142.8854
2026-03-213.0175
2026-03-282.9756
2026-04-042.9336
2026-04-112.9436
2026-04-182.9493
2026-04-252.9892
2026-05-022.9867
2026-05-092.9944
2026-05-173.0110
2026-05-253.0281
2026-06-013.0293
2026-06-103.0533
2026-06-173.0312
2026-06-243.0255
2026-07-012.9882
2026-07-083.0056
2026-07-153.0485
2026-07-223.0505
2026-07-293.0632
2026-08-053.0554
2026-08-123.0542
2026-08-203.0412
2026-08-273.0597
2026-09-033.0339
2026-09-103.0279
2026-09-173.0498
2026-09-242.9874

High

3.0632

Low

2.7635

Average

2.9306

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/DJF API questions

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

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

How far back does DOP/DJF historical data go?

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