Skip to content

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

PAB/MDL over 1Y: show the values
PointPAB/MDL
2025-09-2516.6580
2025-10-0216.6696
2025-10-0916.7048
2025-10-1616.9049
2025-10-2316.9982
2025-10-3016.9975
2025-11-0617.0984
2025-11-1316.9564
2025-11-2016.9889
2025-11-2717.1185
2025-12-0416.9781
2025-12-1216.9867
2025-12-1916.8565
2025-12-2616.8085
2026-01-0216.8057
2026-01-0916.7739
2026-01-1617.0812
2026-01-2317.0113
2026-01-3016.8275
2026-02-0617.0020
2026-02-1316.9604
2026-02-2017.1284
2026-02-2717.1345
2026-03-0617.2878
2026-03-1317.4205
2026-03-2017.5169
2026-03-2717.5231
2026-04-0317.5544
2026-04-1017.2705
2026-04-1717.0900
2026-04-2417.3505
2026-05-0117.2300
2026-05-0817.2047
2026-05-1617.3026
2026-05-2417.3514
2026-05-3117.3207
2026-06-0917.4023
2026-06-1617.3900
2026-06-2317.6250
2026-06-3017.6529
2026-07-0717.5991
2026-07-1417.5813
2026-07-2117.6018
2026-07-2817.6047
2026-08-0417.4731
2026-08-1117.3914
2026-08-1817.2247
2026-08-2617.2615
2026-09-0217.3068
2026-09-0917.2203
2026-09-1617.3814
2026-09-2317.5871

High

17.6529

Low

16.6580

Average

17.2031

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=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&currencies=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.