Skip to content

PGK to JMD exchange rate API

Kina to Jamaican Dollar · quoted 2026-09-24

35.5927

▼ +4.74% over YTD

1 PGK = 35.5927 JMD · 1 JMD = 0.02810 PGK · Get this rate via the API

1 PGK buys 35.5927 JMD as of 2026-09-24, so 1 JMD buys 0.02810 PGK. Over the year to date, PGK/JMD traded between 35.3497 and 37.3630, averaged 36.2152 and fell 4.74%. The API holds daily PGK/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/JMD over YTD

PGK/JMD over YTD: show the values
PointPGK/JMD
2025-12-3137.3630
2026-01-0737.2440
2026-01-1437.0950
2026-01-2136.8887
2026-01-2836.6495
2026-02-0436.6852
2026-02-1136.4716
2026-02-1836.2899
2026-02-2536.3273
2026-03-0436.3320
2026-03-1136.4664
2026-03-1836.4244
2026-03-2536.5156
2026-04-0136.5976
2026-04-0836.1932
2026-04-1536.4303
2026-04-2236.4575
2026-04-2936.2623
2026-05-0636.1258
2026-05-1436.5317
2026-05-2136.3126
2026-05-2936.0350
2026-06-0536.0885
2026-06-1436.3769
2026-06-2136.0629
2026-06-2835.8635
2026-07-0535.7895
2026-07-1236.0498
2026-07-1935.9193
2026-07-2635.8052
2026-08-0235.7504
2026-08-0935.8378
2026-08-1636.0170
2026-08-2435.8238
2026-08-3135.3497
2026-09-0735.4796
2026-09-1435.3719
2026-09-2135.5153

High

37.3630

Low

35.3497

Average

36.2152

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/JMD API questions

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

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

How far back does PGK/JMD historical data go?

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