Skip to content

PGK to DOP exchange rate API

Kina to Dominican Peso · quoted 2026-09-24

13.4500

▼ +10.18% over 1Y

1 PGK = 13.4500 DOP · 1 DOP = 0.07435 PGK · Get this rate via the API

1 PGK buys 13.4500 DOP as of 2026-09-24, so 1 DOP buys 0.07435 PGK. Over the last year, PGK/DOP traded between 13.0659 and 15.3103, averaged 14.1069 and fell 10.18%. The API holds daily PGK/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/DOP over 1Y

PGK/DOP over 1Y: show the values
PointPGK/DOP
2025-09-2414.9739
2025-10-0115.0128
2025-10-0815.0044
2025-10-1515.0036
2025-10-2215.2890
2025-10-2915.3103
2025-11-0515.2568
2025-11-1215.2077
2025-11-1915.1316
2025-11-2614.7924
2025-12-0314.7242
2025-12-1115.0591
2025-12-1814.8207
2025-12-2514.5152
2026-01-0114.8012
2026-01-0814.8763
2026-01-1514.9229
2026-01-2214.7680
2026-01-2914.7072
2026-02-0514.7283
2026-02-1214.6483
2026-02-1914.3742
2026-02-2614.0852
2026-03-0513.8035
2026-03-1214.1370
2026-03-1914.1081
2026-03-2614.0398
2026-04-0214.0039
2026-04-0914.0379
2026-04-1613.6967
2026-04-2313.8936
2026-04-3013.6714
2026-05-0713.7458
2026-05-1513.6900
2026-05-2313.5891
2026-05-3013.4718
2026-06-0613.3428
2026-06-1513.4258
2026-06-2213.3380
2026-06-2913.3653
2026-07-0613.4347
2026-07-1313.3354
2026-07-2013.2563
2026-07-2713.1253
2026-08-0313.1035
2026-08-1013.1974
2026-08-1713.0659
2026-08-2513.1548
2026-09-0113.3153
2026-09-0813.2997
2026-09-1513.1959
2026-09-2213.3602

High

15.3103

Low

13.0659

Average

14.1069

For developers

Get this rate via the API

One GET request returns the PGK/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=PGK&currencies=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&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=PGK&currencies=DOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/DOP API questions

How do I get the PGK/DOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/DOP rate in rates.DOP.

How far back does PGK/DOP historical data go?

Daily PGK/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 PGK/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.