Skip to content

MKD to PAB exchange rate API

Denar to Balboa · quoted 2026-09-25

0.01852

▼ +3.03% over 1Y

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

1 MKD buys 0.01852 PAB as of 2026-09-25, so 1 PAB buys 54.0044 MKD. Over the last year, MKD/PAB traded between 0.01849 and 0.01934, averaged 0.01886 and fell 3.03%. The API holds daily MKD/PAB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MKD/PAB over 1Y

MKD/PAB over 1Y: show the values
PointMKD/PAB
2025-09-250.01910
2025-10-020.01904
2025-10-090.01888
2025-10-160.01892
2025-10-230.01883
2025-10-300.01884
2025-11-060.01868
2025-11-130.01882
2025-11-200.01874
2025-11-270.01882
2025-12-040.01890
2025-12-120.01906
2025-12-190.01905
2025-12-260.01915
2026-01-020.01909
2026-01-090.01893
2026-01-160.01887
2026-01-230.01905
2026-01-300.01934
2026-02-060.01912
2026-02-130.01925
2026-02-200.01909
2026-02-270.01914
2026-03-060.01884
2026-03-130.01868
2026-03-200.01876
2026-03-270.01873
2026-04-030.01873
2026-04-100.01894
2026-04-170.01910
2026-04-240.01894
2026-05-010.01904
2026-05-080.01908
2026-05-160.01886
2026-05-240.01883
2026-05-310.01892
2026-06-090.01872
2026-06-160.01879
2026-06-230.01853
2026-06-300.01849
2026-07-070.01856
2026-07-140.01851
2026-07-210.01854
2026-07-280.01849
2026-08-040.01870
2026-08-110.01877
2026-08-180.01883
2026-08-260.01897
2026-09-020.01883
2026-09-090.01891
2026-09-160.01875
2026-09-230.01862

High

0.01934

Low

0.01849

Average

0.01886

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MKD&currencies=PAB").json()

Replace YOUR_API_KEY with the key from your dashboard.

MKD/PAB API questions

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

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

How far back does MKD/PAB historical data go?

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