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: show the values
| Point | DOP/AMD |
|---|---|
| 2025-12-31 | 6.0379 |
| 2026-01-07 | 6.0002 |
| 2026-01-14 | 5.9714 |
| 2026-01-21 | 5.9897 |
| 2026-01-28 | 5.9544 |
| 2026-02-04 | 5.9949 |
| 2026-02-11 | 6.0114 |
| 2026-02-18 | 6.1009 |
| 2026-02-25 | 6.1967 |
| 2026-03-04 | 6.3314 |
| 2026-03-11 | 6.2533 |
| 2026-03-18 | 6.2023 |
| 2026-03-25 | 6.2985 |
| 2026-04-01 | 6.2762 |
| 2026-04-08 | 6.1749 |
| 2026-04-15 | 6.2750 |
| 2026-04-22 | 6.1831 |
| 2026-04-29 | 6.2688 |
| 2026-05-06 | 6.2169 |
| 2026-05-14 | 6.2474 |
| 2026-05-21 | 6.2465 |
| 2026-05-29 | 6.2300 |
| 2026-06-05 | 6.3260 |
| 2026-06-14 | 6.2698 |
| 2026-06-21 | 6.2958 |
| 2026-06-28 | 6.1844 |
| 2026-07-05 | 6.2385 |
| 2026-07-12 | 6.2714 |
| 2026-07-19 | 6.2758 |
| 2026-07-26 | 6.2984 |
| 2026-08-02 | 6.2903 |
| 2026-08-09 | 6.2940 |
| 2026-08-16 | 6.2494 |
| 2026-08-24 | 6.2153 |
| 2026-08-31 | 6.2247 |
| 2026-09-07 | 6.1454 |
| 2026-09-14 | 6.1473 |
| 2026-09-21 | 6.1627 |
High
6.3314
Low
5.9544
Average
6.1914
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.