Skip to content

PGK to MKD exchange rate API

Kina to Denar · quoted 2026-09-24

12.1584

▼ +3.33% over 1Y

1 PGK = 12.1584 MKD · 1 MKD = 0.08225 PGK · Get this rate via the API

1 PGK buys 12.1584 MKD as of 2026-09-24, so 1 MKD buys 0.08225 PGK. Over the last year, PGK/MKD traded between 11.8441 and 12.7607, averaged 12.2688 and fell 3.33%. The API holds daily PGK/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/MKD over 1Y

PGK/MKD over 1Y: show the values
PointPGK/MKD
2025-09-2412.5775
2025-10-0112.6562
2025-10-0812.6625
2025-10-1512.6497
2025-10-2212.7607
2025-10-2912.6116
2025-11-0512.7339
2025-11-1212.5748
2025-11-1912.5613
2025-11-2612.5448
2025-12-0312.3599
2025-12-1112.3814
2025-12-1812.3157
2025-12-2512.0985
2026-01-0112.3029
2026-01-0812.3591
2026-01-1512.3819
2026-01-2212.3244
2026-01-2912.0452
2026-02-0512.2149
2026-02-1212.1006
2026-02-1912.1678
2026-02-2612.1332
2026-03-0512.3244
2026-03-1212.3898
2026-03-1912.4434
2026-03-2612.3711
2026-04-0212.3596
2026-04-0912.2423
2026-04-1612.0220
2026-04-2312.1187
2026-04-3012.1627
2026-05-0712.0570
2026-05-1512.1618
2026-05-2312.2369
2026-05-3012.1357
2026-06-0612.2441
2026-06-1512.1543
2026-06-2212.2623
2026-06-2912.2949
2026-07-0612.2142
2026-07-1312.2453
2026-07-2012.1941
2026-07-2712.1932
2026-08-0312.0247
2026-08-1012.0648
2026-08-1711.8843
2026-08-2511.8441
2026-09-0111.9772
2026-09-0811.8896
2026-09-1511.9292
2026-09-2212.1299

High

12.7607

Low

11.8441

Average

12.2688

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/MKD API questions

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

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

How far back does PGK/MKD historical data go?

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