AWG to DOP exchange rate API
Aruban Florin to Dominican Peso · quoted 2026-09-26
33.2289
▼ +5.84% over YTD
1 AWG = 33.2289 DOP · 1 DOP = 0.03009 AWG · Get this rate via the API
1 AWG buys 33.2289 DOP as of 2026-09-26, so 1 DOP buys 0.03009 AWG. Over the year to date, AWG/DOP traded between 32.4591 and 35.6075, averaged 33.4912 and fell 5.84%. The API holds daily AWG/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AWG/DOP over YTD: show the values
| Point | AWG/DOP |
|---|---|
| 2025-12-31 | 35.2889 |
| 2026-01-07 | 35.4138 |
| 2026-01-14 | 35.6075 |
| 2026-01-21 | 35.3730 |
| 2026-01-28 | 35.1163 |
| 2026-02-04 | 35.0752 |
| 2026-02-11 | 35.0334 |
| 2026-02-18 | 34.4306 |
| 2026-02-25 | 34.0307 |
| 2026-03-04 | 33.2395 |
| 2026-03-11 | 33.7028 |
| 2026-03-18 | 33.9400 |
| 2026-03-25 | 33.4271 |
| 2026-04-01 | 33.5732 |
| 2026-04-08 | 33.8972 |
| 2026-04-15 | 33.2209 |
| 2026-04-22 | 33.4310 |
| 2026-04-29 | 32.8940 |
| 2026-05-06 | 33.0327 |
| 2026-05-14 | 32.9650 |
| 2026-05-21 | 32.9002 |
| 2026-05-29 | 32.9272 |
| 2026-06-05 | 32.5723 |
| 2026-06-14 | 32.8125 |
| 2026-06-21 | 32.6592 |
| 2026-06-28 | 33.2504 |
| 2026-07-05 | 32.9547 |
| 2026-07-12 | 32.7264 |
| 2026-07-19 | 32.6550 |
| 2026-07-26 | 32.4591 |
| 2026-08-02 | 32.4871 |
| 2026-08-09 | 32.5049 |
| 2026-08-16 | 32.7022 |
| 2026-08-24 | 32.7755 |
| 2026-08-31 | 32.8804 |
| 2026-09-07 | 33.0757 |
| 2026-09-14 | 33.0063 |
| 2026-09-21 | 32.8852 |
High
35.6075
Low
32.4591
Average
33.4912
Get this rate via the API
One GET request returns the AWG/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=AWG¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
AWG/DOP API questions
How do I get the AWG/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AWG/DOP rate in rates.DOP.
How far back does AWG/DOP historical data go?
Daily AWG/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 AWG/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.