Skip to content

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

AWG/DOP over YTD: show the values
PointAWG/DOP
2025-12-3135.2889
2026-01-0735.4138
2026-01-1435.6075
2026-01-2135.3730
2026-01-2835.1163
2026-02-0435.0752
2026-02-1135.0334
2026-02-1834.4306
2026-02-2534.0307
2026-03-0433.2395
2026-03-1133.7028
2026-03-1833.9400
2026-03-2533.4271
2026-04-0133.5732
2026-04-0833.8972
2026-04-1533.2209
2026-04-2233.4310
2026-04-2932.8940
2026-05-0633.0327
2026-05-1432.9650
2026-05-2132.9002
2026-05-2932.9272
2026-06-0532.5723
2026-06-1432.8125
2026-06-2132.6592
2026-06-2833.2504
2026-07-0532.9547
2026-07-1232.7264
2026-07-1932.6550
2026-07-2632.4591
2026-08-0232.4871
2026-08-0932.5049
2026-08-1632.7022
2026-08-2432.7755
2026-08-3132.8804
2026-09-0733.0757
2026-09-1433.0063
2026-09-2132.8852

High

35.6075

Low

32.4591

Average

33.4912

For developers

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