Skip to content

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

AFN/DOP over 1Y: show the values
PointAFN/DOP
2025-09-220.90024
2025-09-290.91817
2025-10-060.93247
2025-10-130.93776
2025-10-200.95306
2025-10-270.96391
2025-11-030.96150
2025-11-100.96786
2025-11-170.97043
2025-11-240.95098
2025-12-010.94097
2025-12-080.97214
2025-12-160.95932
2025-12-230.94879
2025-12-300.96036
2026-01-060.95589
2026-01-130.96340
2026-01-200.97010
2026-01-270.95638
2026-02-030.96030
2026-02-100.96688
2026-02-170.97491
2026-02-240.97277
2026-03-030.95305
2026-03-100.95110
2026-03-170.96983
2026-03-240.93921
2026-03-310.93963
2026-04-070.94935
2026-04-140.93203
2026-04-210.93914
2026-04-280.96115
2026-05-050.93871
2026-05-120.92675
2026-05-200.93372
2026-05-280.94582
2026-06-040.93205
2026-06-130.91078
2026-06-200.90887
2026-06-270.91219
2026-07-040.93436
2026-07-110.92225
2026-07-180.88465
2026-07-250.88237
2026-08-010.88236
2026-08-080.88414
2026-08-150.89319
2026-08-230.90258
2026-08-300.90097
2026-09-060.91403
2026-09-130.91797
2026-09-200.91209

High

0.97491

Low

0.88236

Average

0.93668

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN&currencies=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN&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=AFN&currencies=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&currencies=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.