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: show the values
| Point | PGK/MKD |
|---|---|
| 2025-09-24 | 12.5775 |
| 2025-10-01 | 12.6562 |
| 2025-10-08 | 12.6625 |
| 2025-10-15 | 12.6497 |
| 2025-10-22 | 12.7607 |
| 2025-10-29 | 12.6116 |
| 2025-11-05 | 12.7339 |
| 2025-11-12 | 12.5748 |
| 2025-11-19 | 12.5613 |
| 2025-11-26 | 12.5448 |
| 2025-12-03 | 12.3599 |
| 2025-12-11 | 12.3814 |
| 2025-12-18 | 12.3157 |
| 2025-12-25 | 12.0985 |
| 2026-01-01 | 12.3029 |
| 2026-01-08 | 12.3591 |
| 2026-01-15 | 12.3819 |
| 2026-01-22 | 12.3244 |
| 2026-01-29 | 12.0452 |
| 2026-02-05 | 12.2149 |
| 2026-02-12 | 12.1006 |
| 2026-02-19 | 12.1678 |
| 2026-02-26 | 12.1332 |
| 2026-03-05 | 12.3244 |
| 2026-03-12 | 12.3898 |
| 2026-03-19 | 12.4434 |
| 2026-03-26 | 12.3711 |
| 2026-04-02 | 12.3596 |
| 2026-04-09 | 12.2423 |
| 2026-04-16 | 12.0220 |
| 2026-04-23 | 12.1187 |
| 2026-04-30 | 12.1627 |
| 2026-05-07 | 12.0570 |
| 2026-05-15 | 12.1618 |
| 2026-05-23 | 12.2369 |
| 2026-05-30 | 12.1357 |
| 2026-06-06 | 12.2441 |
| 2026-06-15 | 12.1543 |
| 2026-06-22 | 12.2623 |
| 2026-06-29 | 12.2949 |
| 2026-07-06 | 12.2142 |
| 2026-07-13 | 12.2453 |
| 2026-07-20 | 12.1941 |
| 2026-07-27 | 12.1932 |
| 2026-08-03 | 12.0247 |
| 2026-08-10 | 12.0648 |
| 2026-08-17 | 11.8843 |
| 2026-08-25 | 11.8441 |
| 2026-09-01 | 11.9772 |
| 2026-09-08 | 11.8896 |
| 2026-09-15 | 11.9292 |
| 2026-09-22 | 12.1299 |
High
12.7607
Low
11.8441
Average
12.2688
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.