Skip to content

AWG to DOP exchange rate API

Aruban Florin to Dominican Peso · quoted 2026-09-26

33.2289

▼ +4.68% over 1Y

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 last year, AWG/DOP traded between 32.4383 and 35.9757, averaged 33.9653 and fell 4.68%. 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 1Y

AWG/DOP over 1Y: show the values
PointAWG/DOP
2025-09-2634.8586
2025-10-0334.9557
2025-10-1035.1918
2025-10-1735.3092
2025-10-2435.5882
2025-10-3135.8526
2025-11-0735.9280
2025-11-1435.9757
2025-11-2135.5924
2025-11-2834.9898
2025-12-0535.5329
2025-12-1335.6768
2025-12-2034.9958
2025-12-2735.0274
2026-01-0335.2378
2026-01-1035.4207
2026-01-1735.4478
2026-01-2435.1787
2026-01-3135.0904
2026-02-0735.1517
2026-02-1434.7958
2026-02-2134.1787
2026-02-2833.6263
2026-03-0733.6342
2026-03-1434.5189
2026-03-2132.9691
2026-03-2833.1806
2026-04-0433.9619
2026-04-1133.5417
2026-04-1833.5184
2026-04-2533.0419
2026-05-0233.0577
2026-05-0932.9267
2026-05-1733.1252
2026-05-2532.8347
2026-06-0132.8143
2026-06-1032.6033
2026-06-1732.7356
2026-06-2432.8443
2026-07-0133.2795
2026-07-0833.0643
2026-07-1532.6502
2026-07-2232.6411
2026-07-2932.4383
2026-08-0532.5332
2026-08-1232.5664
2026-08-2032.6271
2026-08-2732.5252
2026-09-0332.7734
2026-09-1032.8303
2026-09-1732.7560
2026-09-2433.3373

High

35.9757

Low

32.4383

Average

33.9653

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.