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: show the values
| Point | PGK/DOP |
|---|---|
| 2025-09-24 | 14.9739 |
| 2025-10-01 | 15.0128 |
| 2025-10-08 | 15.0044 |
| 2025-10-15 | 15.0036 |
| 2025-10-22 | 15.2890 |
| 2025-10-29 | 15.3103 |
| 2025-11-05 | 15.2568 |
| 2025-11-12 | 15.2077 |
| 2025-11-19 | 15.1316 |
| 2025-11-26 | 14.7924 |
| 2025-12-03 | 14.7242 |
| 2025-12-11 | 15.0591 |
| 2025-12-18 | 14.8207 |
| 2025-12-25 | 14.5152 |
| 2026-01-01 | 14.8012 |
| 2026-01-08 | 14.8763 |
| 2026-01-15 | 14.9229 |
| 2026-01-22 | 14.7680 |
| 2026-01-29 | 14.7072 |
| 2026-02-05 | 14.7283 |
| 2026-02-12 | 14.6483 |
| 2026-02-19 | 14.3742 |
| 2026-02-26 | 14.0852 |
| 2026-03-05 | 13.8035 |
| 2026-03-12 | 14.1370 |
| 2026-03-19 | 14.1081 |
| 2026-03-26 | 14.0398 |
| 2026-04-02 | 14.0039 |
| 2026-04-09 | 14.0379 |
| 2026-04-16 | 13.6967 |
| 2026-04-23 | 13.8936 |
| 2026-04-30 | 13.6714 |
| 2026-05-07 | 13.7458 |
| 2026-05-15 | 13.6900 |
| 2026-05-23 | 13.5891 |
| 2026-05-30 | 13.4718 |
| 2026-06-06 | 13.3428 |
| 2026-06-15 | 13.4258 |
| 2026-06-22 | 13.3380 |
| 2026-06-29 | 13.3653 |
| 2026-07-06 | 13.4347 |
| 2026-07-13 | 13.3354 |
| 2026-07-20 | 13.2563 |
| 2026-07-27 | 13.1253 |
| 2026-08-03 | 13.1035 |
| 2026-08-10 | 13.1974 |
| 2026-08-17 | 13.0659 |
| 2026-08-25 | 13.1548 |
| 2026-09-01 | 13.3153 |
| 2026-09-08 | 13.2997 |
| 2026-09-15 | 13.1959 |
| 2026-09-22 | 13.3602 |
High
15.3103
Low
13.0659
Average
14.1069
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.