Skip to content

PAB to MKD exchange rate API

Balboa to Denar · quoted 2026-09-25

54.0035

▲ +2.46% over 30D

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 30 days, PAB/MKD traded between 52.7091 and 54.0035, averaged 53.2022 and rose 2.46%. 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 30D

PAB/MKD over 30D: show the values
PointPAB/MKD
2026-08-2652.7091
2026-08-2752.7799
2026-08-2852.7959
2026-08-2952.8053
2026-08-3052.7920
2026-08-3152.8936
2026-09-0153.0008
2026-09-0253.1098
2026-09-0353.0787
2026-09-0452.9102
2026-09-0552.9189
2026-09-0652.9268
2026-09-0752.9554
2026-09-0852.9139
2026-09-0952.8893
2026-09-1052.8965
2026-09-1152.9665
2026-09-1253.0483
2026-09-1352.9915
2026-09-1453.0613
2026-09-1553.2986
2026-09-1653.3314
2026-09-1753.6613
2026-09-1853.6026
2026-09-1953.6487
2026-09-2053.6590
2026-09-2153.5522
2026-09-2253.6073
2026-09-2353.7147
2026-09-2453.9433
2026-09-2554.0035

High

54.0035

Low

52.7091

Average

53.2022

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.