Skip to content

PAB to MKD exchange rate API

Balboa to Denar · quoted 2026-09-25

54.0035

▲ +3.07% over YTD

1 PAB = 54.0035 MKD · 1 MKD = 0.01852 PAB · Get this rate via the API

1 PAB buys 54.0035 MKD as of 2026-09-25, so 1 MKD buys 0.01852 PAB. Over the year to date, PAB/MKD traded between 51.3929 and 54.0952, averaged 52.9796 and rose 3.07%. The API holds daily PAB/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/MKD over YTD

PAB/MKD over YTD: show the values
PointPAB/MKD
2025-12-3152.3963
2026-01-0752.6428
2026-01-1452.8488
2026-01-2152.5400
2026-01-2851.3929
2026-02-0452.1246
2026-02-1151.7653
2026-02-1852.0554
2026-02-2552.3114
2026-03-0453.1673
2026-03-1152.9918
2026-03-1853.4363
2026-03-2553.1038
2026-04-0153.2922
2026-04-0852.8409
2026-04-1552.2958
2026-04-2252.4812
2026-04-2952.6543
2026-05-0652.7205
2026-05-1452.6143
2026-05-2153.0448
2026-05-2952.9418
2026-06-0553.0668
2026-06-1453.2425
2026-06-2153.7294
2026-06-2854.0952
2026-07-0553.8483
2026-07-1253.8973
2026-07-1953.8448
2026-07-2653.8880
2026-08-0253.4834
2026-08-0953.2220
2026-08-1653.1099
2026-08-2452.6485
2026-08-3152.8936
2026-09-0752.9554
2026-09-1453.0613
2026-09-2153.5522

High

54.0952

Low

51.3929

Average

52.9796

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/MKD API questions

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

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

How far back does PAB/MKD historical data go?

Daily PAB/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 PAB/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.