Skip to content

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

PLN/DOP over 1Y: show the values
PointPLN/DOP
2025-09-2617.0541
2025-10-0317.2531
2025-10-1017.1154
2025-10-1717.3917
2025-10-2417.4429
2025-10-3117.4223
2025-11-0717.5024
2025-11-1417.7209
2025-11-2117.2904
2025-11-2817.0889
2025-12-0517.5004
2025-12-1317.7429
2025-12-2017.4332
2025-12-2717.5099
2026-01-0317.5624
2026-01-1017.5097
2026-01-1717.4412
2026-01-2417.7191
2026-01-3117.6809
2026-02-0717.6206
2026-02-1417.5575
2026-02-2117.0790
2026-02-2816.8387
2026-03-0716.3741
2026-03-1416.5091
2026-03-2115.9726
2026-03-2816.0433
2026-04-0416.3688
2026-04-1116.6401
2026-04-1816.7972
2026-04-2516.4299
2026-05-0216.4332
2026-05-0916.5071
2026-05-1716.2267
2026-05-2516.1603
2026-06-0116.1601
2026-06-1015.8488
2026-06-1716.0150
2026-06-2415.5486
2026-07-0115.7849
2026-07-0815.6618
2026-07-1515.4101
2026-07-2215.3936
2026-07-2915.2710
2026-08-0515.6256
2026-08-1215.6356
2026-08-2015.7961
2026-08-2715.6692
2026-09-0315.7492
2026-09-1015.7943
2026-09-1715.4467
2026-09-2415.4784

High

17.7429

Low

15.2710

Average

16.5797

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&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=PLN&currencies=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&currencies=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.