Skip to content

DOP to PYG exchange rate API

Dominican Peso to Guarani · quoted 2026-09-27

99.5755

▼ +12.80% over 1Y

1 DOP = 99.5755 PYG · 1 PYG = 0.01004 DOP · Get this rate via the API

1 DOP buys 99.5755 PYG as of 2026-09-27, so 1 PYG buys 0.01004 DOP. Over the last year, DOP/PYG traded between 99.5755 and 114.1908, averaged 105.8106 and fell 12.80%. The API holds daily DOP/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/PYG over 1Y

DOP/PYG over 1Y: show the values
PointDOP/PYG
2025-09-27114.1908
2025-10-04113.1505
2025-10-11111.2769
2025-10-18111.2158
2025-10-25110.3747
2025-11-01110.3912
2025-11-08110.1375
2025-11-15109.7925
2025-11-22111.0304
2025-11-29111.0796
2025-12-06108.1030
2025-12-14108.9468
2025-12-21107.1338
2025-12-28107.7600
2026-01-04104.1392
2026-01-11103.8209
2026-01-18106.7411
2026-01-25106.1961
2026-02-01106.5117
2026-02-08105.4284
2026-02-15105.4655
2026-02-22105.6090
2026-03-01107.9343
2026-03-08108.6466
2026-03-15104.8299
2026-03-22109.5967
2026-03-29109.4022
2026-04-05106.3680
2026-04-12107.4011
2026-04-19106.2650
2026-04-26106.4400
2026-05-03103.3819
2026-05-10102.7158
2026-05-18101.9971
2026-05-26103.8672
2026-06-02103.0595
2026-06-11105.0193
2026-06-18104.5109
2026-06-25104.0759
2026-07-02102.2724
2026-07-09103.0662
2026-07-16103.8202
2026-07-23103.7780
2026-07-30103.1103
2026-08-06102.2468
2026-08-13102.1308
2026-08-21103.0511
2026-08-28100.8773
2026-09-04100.2700
2026-09-11100.0939
2026-09-1899.8676
2026-09-2599.7945

High

114.1908

Low

99.5755

Average

105.8106

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/PYG API questions

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

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

How far back does DOP/PYG historical data go?

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