AFN to DOP exchange rate API
Afghani to Dominican Peso · quoted 2026-09-22
0.91107
▲ +1.20% over 1Y
1 AFN = 0.91107 DOP · 1 DOP = 1.0976 AFN · Get this rate via the API
1 AFN buys 0.91107 DOP as of 2026-09-22, so 1 DOP buys 1.0976 AFN. Over the last year, AFN/DOP traded between 0.88236 and 0.97491, averaged 0.93668 and rose 1.20%. The API holds daily AFN/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AFN/DOP over 1Y: show the values
| Point | AFN/DOP |
|---|---|
| 2025-09-22 | 0.90024 |
| 2025-09-29 | 0.91817 |
| 2025-10-06 | 0.93247 |
| 2025-10-13 | 0.93776 |
| 2025-10-20 | 0.95306 |
| 2025-10-27 | 0.96391 |
| 2025-11-03 | 0.96150 |
| 2025-11-10 | 0.96786 |
| 2025-11-17 | 0.97043 |
| 2025-11-24 | 0.95098 |
| 2025-12-01 | 0.94097 |
| 2025-12-08 | 0.97214 |
| 2025-12-16 | 0.95932 |
| 2025-12-23 | 0.94879 |
| 2025-12-30 | 0.96036 |
| 2026-01-06 | 0.95589 |
| 2026-01-13 | 0.96340 |
| 2026-01-20 | 0.97010 |
| 2026-01-27 | 0.95638 |
| 2026-02-03 | 0.96030 |
| 2026-02-10 | 0.96688 |
| 2026-02-17 | 0.97491 |
| 2026-02-24 | 0.97277 |
| 2026-03-03 | 0.95305 |
| 2026-03-10 | 0.95110 |
| 2026-03-17 | 0.96983 |
| 2026-03-24 | 0.93921 |
| 2026-03-31 | 0.93963 |
| 2026-04-07 | 0.94935 |
| 2026-04-14 | 0.93203 |
| 2026-04-21 | 0.93914 |
| 2026-04-28 | 0.96115 |
| 2026-05-05 | 0.93871 |
| 2026-05-12 | 0.92675 |
| 2026-05-20 | 0.93372 |
| 2026-05-28 | 0.94582 |
| 2026-06-04 | 0.93205 |
| 2026-06-13 | 0.91078 |
| 2026-06-20 | 0.90887 |
| 2026-06-27 | 0.91219 |
| 2026-07-04 | 0.93436 |
| 2026-07-11 | 0.92225 |
| 2026-07-18 | 0.88465 |
| 2026-07-25 | 0.88237 |
| 2026-08-01 | 0.88236 |
| 2026-08-08 | 0.88414 |
| 2026-08-15 | 0.89319 |
| 2026-08-23 | 0.90258 |
| 2026-08-30 | 0.90097 |
| 2026-09-06 | 0.91403 |
| 2026-09-13 | 0.91797 |
| 2026-09-20 | 0.91209 |
High
0.97491
Low
0.88236
Average
0.93668
Get this rate via the API
One GET request returns the AFN/DOP 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=AFN¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
AFN/DOP API questions
How do I get the AFN/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AFN/DOP rate in rates.DOP.
How far back does AFN/DOP historical data go?
Daily AFN/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 AFN/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.