PLN to DOP exchange rate API
Zloty to Dominican Peso · quoted 2026-09-26
15.4966
▼ +9.13% over 1Y
1 PLN = 15.4966 DOP · 1 DOP = 0.06453 PLN · Get this rate via the API
1 PLN buys 15.4966 DOP as of 2026-09-26, so 1 DOP buys 0.06453 PLN. Over the last year, PLN/DOP traded between 15.2710 and 17.7429, averaged 16.5797 and fell 9.13%. The API holds daily PLN/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PLN/DOP over 1Y: show the values
| Point | PLN/DOP |
|---|---|
| 2025-09-26 | 17.0541 |
| 2025-10-03 | 17.2531 |
| 2025-10-10 | 17.1154 |
| 2025-10-17 | 17.3917 |
| 2025-10-24 | 17.4429 |
| 2025-10-31 | 17.4223 |
| 2025-11-07 | 17.5024 |
| 2025-11-14 | 17.7209 |
| 2025-11-21 | 17.2904 |
| 2025-11-28 | 17.0889 |
| 2025-12-05 | 17.5004 |
| 2025-12-13 | 17.7429 |
| 2025-12-20 | 17.4332 |
| 2025-12-27 | 17.5099 |
| 2026-01-03 | 17.5624 |
| 2026-01-10 | 17.5097 |
| 2026-01-17 | 17.4412 |
| 2026-01-24 | 17.7191 |
| 2026-01-31 | 17.6809 |
| 2026-02-07 | 17.6206 |
| 2026-02-14 | 17.5575 |
| 2026-02-21 | 17.0790 |
| 2026-02-28 | 16.8387 |
| 2026-03-07 | 16.3741 |
| 2026-03-14 | 16.5091 |
| 2026-03-21 | 15.9726 |
| 2026-03-28 | 16.0433 |
| 2026-04-04 | 16.3688 |
| 2026-04-11 | 16.6401 |
| 2026-04-18 | 16.7972 |
| 2026-04-25 | 16.4299 |
| 2026-05-02 | 16.4332 |
| 2026-05-09 | 16.5071 |
| 2026-05-17 | 16.2267 |
| 2026-05-25 | 16.1603 |
| 2026-06-01 | 16.1601 |
| 2026-06-10 | 15.8488 |
| 2026-06-17 | 16.0150 |
| 2026-06-24 | 15.5486 |
| 2026-07-01 | 15.7849 |
| 2026-07-08 | 15.6618 |
| 2026-07-15 | 15.4101 |
| 2026-07-22 | 15.3936 |
| 2026-07-29 | 15.2710 |
| 2026-08-05 | 15.6256 |
| 2026-08-12 | 15.6356 |
| 2026-08-20 | 15.7961 |
| 2026-08-27 | 15.6692 |
| 2026-09-03 | 15.7492 |
| 2026-09-10 | 15.7943 |
| 2026-09-17 | 15.4467 |
| 2026-09-24 | 15.4784 |
High
17.7429
Low
15.2710
Average
16.5797
Get this rate via the API
One GET request returns the PLN/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=PLN¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
PLN/DOP API questions
How do I get the PLN/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PLN/DOP rate in rates.DOP.
How far back does PLN/DOP historical data go?
Daily PLN/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 PLN/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.