PAB to MKD exchange rate API
Balboa to Denar · quoted 2026-09-25
54.0035
▲ +3.07% over YTD
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 year to date, PAB/MKD traded between 51.3929 and 54.0952, averaged 52.9796 and rose 3.07%. 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 YTD: show the values
| Point | PAB/MKD |
|---|---|
| 2025-12-31 | 52.3963 |
| 2026-01-07 | 52.6428 |
| 2026-01-14 | 52.8488 |
| 2026-01-21 | 52.5400 |
| 2026-01-28 | 51.3929 |
| 2026-02-04 | 52.1246 |
| 2026-02-11 | 51.7653 |
| 2026-02-18 | 52.0554 |
| 2026-02-25 | 52.3114 |
| 2026-03-04 | 53.1673 |
| 2026-03-11 | 52.9918 |
| 2026-03-18 | 53.4363 |
| 2026-03-25 | 53.1038 |
| 2026-04-01 | 53.2922 |
| 2026-04-08 | 52.8409 |
| 2026-04-15 | 52.2958 |
| 2026-04-22 | 52.4812 |
| 2026-04-29 | 52.6543 |
| 2026-05-06 | 52.7205 |
| 2026-05-14 | 52.6143 |
| 2026-05-21 | 53.0448 |
| 2026-05-29 | 52.9418 |
| 2026-06-05 | 53.0668 |
| 2026-06-14 | 53.2425 |
| 2026-06-21 | 53.7294 |
| 2026-06-28 | 54.0952 |
| 2026-07-05 | 53.8483 |
| 2026-07-12 | 53.8973 |
| 2026-07-19 | 53.8448 |
| 2026-07-26 | 53.8880 |
| 2026-08-02 | 53.4834 |
| 2026-08-09 | 53.2220 |
| 2026-08-16 | 53.1099 |
| 2026-08-24 | 52.6485 |
| 2026-08-31 | 52.8936 |
| 2026-09-07 | 52.9554 |
| 2026-09-14 | 53.0613 |
| 2026-09-21 | 53.5522 |
High
54.0952
Low
51.3929
Average
52.9796
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.