Skip to content

PGK to DOP exchange rate API

Kina to Dominican Peso · quoted 2026-09-24

13.4500

▼ +9.24% over YTD

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 year to date, PGK/DOP traded between 13.0623 and 14.9459, averaged 13.7789 and fell 9.24%. 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 YTD

PGK/DOP over YTD: show the values
PointPGK/DOP
2025-12-3114.8195
2026-01-0714.8570
2026-01-1414.9459
2026-01-2114.8287
2026-01-2814.7054
2026-02-0414.6895
2026-02-1114.6119
2026-02-1814.3515
2026-02-2514.1814
2026-03-0413.8350
2026-03-1114.0173
2026-03-1814.1021
2026-03-2513.8835
2026-04-0113.9107
2026-04-0814.0260
2026-04-1513.7503
2026-04-2213.8503
2026-04-2913.6392
2026-05-0613.6786
2026-05-1413.6314
2026-05-2113.5138
2026-05-2913.5248
2026-06-0513.3050
2026-06-1413.5208
2026-06-2113.3606
2026-06-2813.5592
2026-07-0513.3726
2026-07-1213.3204
2026-07-1913.2768
2026-07-2613.1688
2026-08-0213.1646
2026-08-0913.1495
2026-08-1613.3493
2026-08-2413.2243
2026-08-3113.0623
2026-09-0713.2494
2026-09-1413.2290
2026-09-2113.2597

High

14.9459

Low

13.0623

Average

13.7789

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.