PAB to MDL exchange rate API
Balboa to Moldovan Leu · quoted 2026-09-25
17.5877
▲ +5.58% over 1Y
1 PAB = 17.5877 MDL · 1 MDL = 0.05686 PAB · Get this rate via the API
1 PAB buys 17.5877 MDL as of 2026-09-25, so 1 MDL buys 0.05686 PAB. Over the last year, PAB/MDL traded between 16.6580 and 17.6529, averaged 17.2031 and rose 5.58%. The API holds daily PAB/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/MDL over 1Y: show the values
| Point | PAB/MDL |
|---|---|
| 2025-09-25 | 16.6580 |
| 2025-10-02 | 16.6696 |
| 2025-10-09 | 16.7048 |
| 2025-10-16 | 16.9049 |
| 2025-10-23 | 16.9982 |
| 2025-10-30 | 16.9975 |
| 2025-11-06 | 17.0984 |
| 2025-11-13 | 16.9564 |
| 2025-11-20 | 16.9889 |
| 2025-11-27 | 17.1185 |
| 2025-12-04 | 16.9781 |
| 2025-12-12 | 16.9867 |
| 2025-12-19 | 16.8565 |
| 2025-12-26 | 16.8085 |
| 2026-01-02 | 16.8057 |
| 2026-01-09 | 16.7739 |
| 2026-01-16 | 17.0812 |
| 2026-01-23 | 17.0113 |
| 2026-01-30 | 16.8275 |
| 2026-02-06 | 17.0020 |
| 2026-02-13 | 16.9604 |
| 2026-02-20 | 17.1284 |
| 2026-02-27 | 17.1345 |
| 2026-03-06 | 17.2878 |
| 2026-03-13 | 17.4205 |
| 2026-03-20 | 17.5169 |
| 2026-03-27 | 17.5231 |
| 2026-04-03 | 17.5544 |
| 2026-04-10 | 17.2705 |
| 2026-04-17 | 17.0900 |
| 2026-04-24 | 17.3505 |
| 2026-05-01 | 17.2300 |
| 2026-05-08 | 17.2047 |
| 2026-05-16 | 17.3026 |
| 2026-05-24 | 17.3514 |
| 2026-05-31 | 17.3207 |
| 2026-06-09 | 17.4023 |
| 2026-06-16 | 17.3900 |
| 2026-06-23 | 17.6250 |
| 2026-06-30 | 17.6529 |
| 2026-07-07 | 17.5991 |
| 2026-07-14 | 17.5813 |
| 2026-07-21 | 17.6018 |
| 2026-07-28 | 17.6047 |
| 2026-08-04 | 17.4731 |
| 2026-08-11 | 17.3914 |
| 2026-08-18 | 17.2247 |
| 2026-08-26 | 17.2615 |
| 2026-09-02 | 17.3068 |
| 2026-09-09 | 17.2203 |
| 2026-09-16 | 17.3814 |
| 2026-09-23 | 17.5871 |
High
17.6529
Low
16.6580
Average
17.2031
Get this rate via the API
One GET request returns the PAB/MDL 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=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MDL").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/MDL API questions
How do I get the PAB/MDL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MDL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/MDL rate in rates.MDL.
How far back does PAB/MDL historical data go?
Daily PAB/MDL 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/MDL 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.