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: show the values
| Point | PAB/MKD |
|---|---|
| 2026-03-29 | 53.3961 |
| 2026-04-05 | 53.4210 |
| 2026-04-12 | 52.6253 |
| 2026-04-19 | 52.2594 |
| 2026-04-26 | 52.6702 |
| 2026-05-03 | 52.5539 |
| 2026-05-10 | 52.3972 |
| 2026-05-18 | 52.9551 |
| 2026-05-26 | 52.9748 |
| 2026-06-02 | 52.9642 |
| 2026-06-11 | 53.3915 |
| 2026-06-18 | 53.4841 |
| 2026-06-25 | 54.2536 |
| 2026-07-02 | 54.1482 |
| 2026-07-09 | 53.9203 |
| 2026-07-16 | 53.7741 |
| 2026-07-23 | 53.9261 |
| 2026-07-30 | 53.9929 |
| 2026-08-06 | 53.2319 |
| 2026-08-13 | 53.3041 |
| 2026-08-21 | 52.7441 |
| 2026-08-28 | 52.7959 |
| 2026-09-04 | 52.9102 |
| 2026-09-11 | 52.9665 |
| 2026-09-18 | 53.6026 |
| 2026-09-25 | 54.0035 |
High
54.2536
Low
52.2594
Average
53.2841
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.