Skip to content

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

PLN/DOP over YTD: show the values
PointPLN/DOP
2025-12-3117.5838
2026-01-0717.5728
2026-01-1417.6056
2026-01-2117.5822
2026-01-2817.9086
2026-02-0417.5711
2026-02-1117.6911
2026-02-1817.3133
2026-02-2516.9967
2026-03-0416.2745
2026-03-1116.4301
2026-03-1816.3569
2026-03-2516.2367
2026-04-0116.2974
2026-04-0816.6974
2026-04-1516.5623
2026-04-2216.6484
2026-04-2916.3127
2026-05-0616.5215
2026-05-1416.2939
2026-05-2116.0789
2026-05-2916.2340
2026-06-0516.0297
2026-06-1416.0315
2026-06-2115.7420
2026-06-2815.8024
2026-07-0515.7220
2026-07-1215.4185
2026-07-1915.3943
2026-07-2615.3183
2026-08-0215.5801
2026-08-0915.6450
2026-08-1615.7180
2026-08-2415.8853
2026-08-3115.7693
2026-09-0715.9638
2026-09-1415.7181
2026-09-2115.5376

High

17.9086

Low

15.3183

Average

16.3472

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.