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: show the values
| Point | PAB/MKD |
|---|---|
| 2025-09-25 | 52.3689 |
| 2025-10-02 | 52.5160 |
| 2025-10-09 | 52.9577 |
| 2025-10-16 | 52.8598 |
| 2025-10-23 | 53.1024 |
| 2025-10-30 | 53.0886 |
| 2025-11-06 | 53.5300 |
| 2025-11-13 | 53.1252 |
| 2025-11-20 | 53.3554 |
| 2025-11-27 | 53.1386 |
| 2025-12-04 | 52.9074 |
| 2025-12-12 | 52.4634 |
| 2025-12-19 | 52.4837 |
| 2025-12-26 | 52.2278 |
| 2026-01-02 | 52.3952 |
| 2026-01-09 | 52.8235 |
| 2026-01-16 | 52.9876 |
| 2026-01-23 | 52.5034 |
| 2026-01-30 | 51.6947 |
| 2026-02-06 | 52.3046 |
| 2026-02-13 | 51.9365 |
| 2026-02-20 | 52.3788 |
| 2026-02-27 | 52.2431 |
| 2026-03-06 | 53.0703 |
| 2026-03-13 | 53.5209 |
| 2026-03-20 | 53.3188 |
| 2026-03-27 | 53.3931 |
| 2026-04-03 | 53.4010 |
| 2026-04-10 | 52.8074 |
| 2026-04-17 | 52.3526 |
| 2026-04-24 | 52.7884 |
| 2026-05-01 | 52.5233 |
| 2026-05-08 | 52.4034 |
| 2026-05-16 | 53.0186 |
| 2026-05-24 | 53.0965 |
| 2026-05-31 | 52.8632 |
| 2026-06-09 | 53.4204 |
| 2026-06-16 | 53.2096 |
| 2026-06-23 | 53.9566 |
| 2026-06-30 | 54.0764 |
| 2026-07-07 | 53.8890 |
| 2026-07-14 | 54.0206 |
| 2026-07-21 | 53.9393 |
| 2026-07-28 | 54.0900 |
| 2026-08-04 | 53.4772 |
| 2026-08-11 | 53.2842 |
| 2026-08-18 | 53.1146 |
| 2026-08-26 | 52.7091 |
| 2026-09-02 | 53.1098 |
| 2026-09-09 | 52.8893 |
| 2026-09-16 | 53.3314 |
| 2026-09-23 | 53.7147 |
High
54.0900
Low
51.6947
Average
53.0224
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.