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: show the values
| Point | DOP/DJF |
|---|---|
| 2025-09-26 | 2.8601 |
| 2025-10-03 | 2.8426 |
| 2025-10-10 | 2.8304 |
| 2025-10-17 | 2.8145 |
| 2025-10-24 | 2.7942 |
| 2025-10-31 | 2.7786 |
| 2025-11-07 | 2.7683 |
| 2025-11-14 | 2.7635 |
| 2025-11-21 | 2.7927 |
| 2025-11-28 | 2.8424 |
| 2025-12-05 | 2.7990 |
| 2025-12-13 | 2.7911 |
| 2025-12-20 | 2.8428 |
| 2025-12-27 | 2.8402 |
| 2026-01-03 | 2.8259 |
| 2026-01-10 | 2.8093 |
| 2026-01-17 | 2.8081 |
| 2026-01-24 | 2.8276 |
| 2026-01-31 | 2.8533 |
| 2026-02-07 | 2.8302 |
| 2026-02-14 | 2.8591 |
| 2026-02-21 | 2.9108 |
| 2026-02-28 | 2.9645 |
| 2026-03-07 | 2.9560 |
| 2026-03-14 | 2.8854 |
| 2026-03-21 | 3.0175 |
| 2026-03-28 | 2.9756 |
| 2026-04-04 | 2.9336 |
| 2026-04-11 | 2.9436 |
| 2026-04-18 | 2.9493 |
| 2026-04-25 | 2.9892 |
| 2026-05-02 | 2.9867 |
| 2026-05-09 | 2.9944 |
| 2026-05-17 | 3.0110 |
| 2026-05-25 | 3.0281 |
| 2026-06-01 | 3.0293 |
| 2026-06-10 | 3.0533 |
| 2026-06-17 | 3.0312 |
| 2026-06-24 | 3.0255 |
| 2026-07-01 | 2.9882 |
| 2026-07-08 | 3.0056 |
| 2026-07-15 | 3.0485 |
| 2026-07-22 | 3.0505 |
| 2026-07-29 | 3.0632 |
| 2026-08-05 | 3.0554 |
| 2026-08-12 | 3.0542 |
| 2026-08-20 | 3.0412 |
| 2026-08-27 | 3.0597 |
| 2026-09-03 | 3.0339 |
| 2026-09-10 | 3.0279 |
| 2026-09-17 | 3.0498 |
| 2026-09-24 | 2.9874 |
High
3.0632
Low
2.7635
Average
2.9306
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.