Skip to content

PAB to MKD exchange rate API

Balboa to Denar · quoted 2026-09-25

54.0035

▲ +1.14% over 6M

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 6 months, PAB/MKD traded between 52.2594 and 54.2536, averaged 53.2841 and rose 1.14%. 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 6M

PAB/MKD over 6M: show the values
PointPAB/MKD
2026-03-2953.3961
2026-04-0553.4210
2026-04-1252.6253
2026-04-1952.2594
2026-04-2652.6702
2026-05-0352.5539
2026-05-1052.3972
2026-05-1852.9551
2026-05-2652.9748
2026-06-0252.9642
2026-06-1153.3915
2026-06-1853.4841
2026-06-2554.2536
2026-07-0254.1482
2026-07-0953.9203
2026-07-1653.7741
2026-07-2353.9261
2026-07-3053.9929
2026-08-0653.2319
2026-08-1353.3041
2026-08-2152.7441
2026-08-2852.7959
2026-09-0452.9102
2026-09-1152.9665
2026-09-1853.6026
2026-09-2554.0035

High

54.2536

Low

52.2594

Average

53.2841

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.