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: show the values
| Point | DOP/PYG |
|---|---|
| 2025-09-27 | 114.1908 |
| 2025-10-04 | 113.1505 |
| 2025-10-11 | 111.2769 |
| 2025-10-18 | 111.2158 |
| 2025-10-25 | 110.3747 |
| 2025-11-01 | 110.3912 |
| 2025-11-08 | 110.1375 |
| 2025-11-15 | 109.7925 |
| 2025-11-22 | 111.0304 |
| 2025-11-29 | 111.0796 |
| 2025-12-06 | 108.1030 |
| 2025-12-14 | 108.9468 |
| 2025-12-21 | 107.1338 |
| 2025-12-28 | 107.7600 |
| 2026-01-04 | 104.1392 |
| 2026-01-11 | 103.8209 |
| 2026-01-18 | 106.7411 |
| 2026-01-25 | 106.1961 |
| 2026-02-01 | 106.5117 |
| 2026-02-08 | 105.4284 |
| 2026-02-15 | 105.4655 |
| 2026-02-22 | 105.6090 |
| 2026-03-01 | 107.9343 |
| 2026-03-08 | 108.6466 |
| 2026-03-15 | 104.8299 |
| 2026-03-22 | 109.5967 |
| 2026-03-29 | 109.4022 |
| 2026-04-05 | 106.3680 |
| 2026-04-12 | 107.4011 |
| 2026-04-19 | 106.2650 |
| 2026-04-26 | 106.4400 |
| 2026-05-03 | 103.3819 |
| 2026-05-10 | 102.7158 |
| 2026-05-18 | 101.9971 |
| 2026-05-26 | 103.8672 |
| 2026-06-02 | 103.0595 |
| 2026-06-11 | 105.0193 |
| 2026-06-18 | 104.5109 |
| 2026-06-25 | 104.0759 |
| 2026-07-02 | 102.2724 |
| 2026-07-09 | 103.0662 |
| 2026-07-16 | 103.8202 |
| 2026-07-23 | 103.7780 |
| 2026-07-30 | 103.1103 |
| 2026-08-06 | 102.2468 |
| 2026-08-13 | 102.1308 |
| 2026-08-21 | 103.0511 |
| 2026-08-28 | 100.8773 |
| 2026-09-04 | 100.2700 |
| 2026-09-11 | 100.0939 |
| 2026-09-18 | 99.8676 |
| 2026-09-25 | 99.7945 |
High
114.1908
Low
99.5755
Average
105.8106
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.