Skip to content

DOP to AMD exchange rate API

Dominican Peso to Armenian Dram · quoted 2026-09-26

6.1121

▲ +1.23% over YTD

1 DOP = 6.1121 AMD · 1 AMD = 0.16361 DOP · Get this rate via the API

1 DOP buys 6.1121 AMD as of 2026-09-26, so 1 AMD buys 0.16361 DOP. Over the year to date, DOP/AMD traded between 5.9544 and 6.3314, averaged 6.1914 and rose 1.23%. The API holds daily DOP/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/AMD over YTD

DOP/AMD over YTD: show the values
PointDOP/AMD
2025-12-316.0379
2026-01-076.0002
2026-01-145.9714
2026-01-215.9897
2026-01-285.9544
2026-02-045.9949
2026-02-116.0114
2026-02-186.1009
2026-02-256.1967
2026-03-046.3314
2026-03-116.2533
2026-03-186.2023
2026-03-256.2985
2026-04-016.2762
2026-04-086.1749
2026-04-156.2750
2026-04-226.1831
2026-04-296.2688
2026-05-066.2169
2026-05-146.2474
2026-05-216.2465
2026-05-296.2300
2026-06-056.3260
2026-06-146.2698
2026-06-216.2958
2026-06-286.1844
2026-07-056.2385
2026-07-126.2714
2026-07-196.2758
2026-07-266.2984
2026-08-026.2903
2026-08-096.2940
2026-08-166.2494
2026-08-246.2153
2026-08-316.2247
2026-09-076.1454
2026-09-146.1473
2026-09-216.1627

High

6.3314

Low

5.9544

Average

6.1914

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/AMD API questions

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

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

How far back does DOP/AMD historical data go?

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