Skip to content

PAB to MKD exchange rate API

Balboa to Denar · quoted 2026-09-25

54.0035

▲ +3.12% over 1Y

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 last year, PAB/MKD traded between 51.6947 and 54.0900, averaged 53.0224 and rose 3.12%. 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 1Y

PAB/MKD over 1Y: show the values
PointPAB/MKD
2025-09-2552.3689
2025-10-0252.5160
2025-10-0952.9577
2025-10-1652.8598
2025-10-2353.1024
2025-10-3053.0886
2025-11-0653.5300
2025-11-1353.1252
2025-11-2053.3554
2025-11-2753.1386
2025-12-0452.9074
2025-12-1252.4634
2025-12-1952.4837
2025-12-2652.2278
2026-01-0252.3952
2026-01-0952.8235
2026-01-1652.9876
2026-01-2352.5034
2026-01-3051.6947
2026-02-0652.3046
2026-02-1351.9365
2026-02-2052.3788
2026-02-2752.2431
2026-03-0653.0703
2026-03-1353.5209
2026-03-2053.3188
2026-03-2753.3931
2026-04-0353.4010
2026-04-1052.8074
2026-04-1752.3526
2026-04-2452.7884
2026-05-0152.5233
2026-05-0852.4034
2026-05-1653.0186
2026-05-2453.0965
2026-05-3152.8632
2026-06-0953.4204
2026-06-1653.2096
2026-06-2353.9566
2026-06-3054.0764
2026-07-0753.8890
2026-07-1454.0206
2026-07-2153.9393
2026-07-2854.0900
2026-08-0453.4772
2026-08-1153.2842
2026-08-1853.1146
2026-08-2652.7091
2026-09-0253.1098
2026-09-0952.8893
2026-09-1653.3314
2026-09-2353.7147

High

54.0900

Low

51.6947

Average

53.0224

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.