PLN to DOP exchange rate API
Zloty to Dominican Peso · quoted 2026-09-26
15.4966
▼ +11.87% over YTD
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 year to date, PLN/DOP traded between 15.3183 and 17.9086, averaged 16.3472 and fell 11.87%. 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 YTD: show the values
| Point | PLN/DOP |
|---|---|
| 2025-12-31 | 17.5838 |
| 2026-01-07 | 17.5728 |
| 2026-01-14 | 17.6056 |
| 2026-01-21 | 17.5822 |
| 2026-01-28 | 17.9086 |
| 2026-02-04 | 17.5711 |
| 2026-02-11 | 17.6911 |
| 2026-02-18 | 17.3133 |
| 2026-02-25 | 16.9967 |
| 2026-03-04 | 16.2745 |
| 2026-03-11 | 16.4301 |
| 2026-03-18 | 16.3569 |
| 2026-03-25 | 16.2367 |
| 2026-04-01 | 16.2974 |
| 2026-04-08 | 16.6974 |
| 2026-04-15 | 16.5623 |
| 2026-04-22 | 16.6484 |
| 2026-04-29 | 16.3127 |
| 2026-05-06 | 16.5215 |
| 2026-05-14 | 16.2939 |
| 2026-05-21 | 16.0789 |
| 2026-05-29 | 16.2340 |
| 2026-06-05 | 16.0297 |
| 2026-06-14 | 16.0315 |
| 2026-06-21 | 15.7420 |
| 2026-06-28 | 15.8024 |
| 2026-07-05 | 15.7220 |
| 2026-07-12 | 15.4185 |
| 2026-07-19 | 15.3943 |
| 2026-07-26 | 15.3183 |
| 2026-08-02 | 15.5801 |
| 2026-08-09 | 15.6450 |
| 2026-08-16 | 15.7180 |
| 2026-08-24 | 15.8853 |
| 2026-08-31 | 15.7693 |
| 2026-09-07 | 15.9638 |
| 2026-09-14 | 15.7181 |
| 2026-09-21 | 15.5376 |
High
17.9086
Low
15.3183
Average
16.3472
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.