Skip to content

PLN to MDL exchange rate API

Zloty to Moldovan Leu · quoted 2026-09-25

4.5728

▼ +0.29% over 1Y

1 PLN = 4.5728 MDL · 1 MDL = 0.21868 PLN · Get this rate via the API

1 PLN buys 4.5728 MDL as of 2026-09-25, so 1 MDL buys 0.21868 PLN. Over the last year, PLN/MDL traded between 4.5586 and 4.7971, averaged 4.6880 and fell 0.29%. The API holds daily PLN/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PLN/MDL over 1Y

PLN/MDL over 1Y: show the values
PointPLN/MDL
2025-09-254.5862
2025-10-024.6032
2025-10-094.5586
2025-10-164.6321
2025-10-234.6557
2025-10-304.6248
2025-11-064.6368
2025-11-134.6598
2025-11-204.6222
2025-11-274.6838
2025-12-044.6810
2025-12-124.7193
2025-12-194.6888
2025-12-264.6950
2026-01-024.6763
2026-01-094.6343
2026-01-164.6968
2026-01-234.7519
2026-01-304.7671
2026-02-064.7534
2026-02-134.7731
2026-02-204.7718
2026-02-274.7883
2026-03-064.6616
2026-03-134.6846
2026-03-204.7310
2026-03-274.7070
2026-04-034.7284
2026-04-104.7602
2026-04-174.7629
2026-04-244.7927
2026-05-014.7576
2026-05-084.7971
2026-05-164.7376
2026-05-244.7558
2026-05-314.7720
2026-06-094.7530
2026-06-164.7519
2026-06-234.6885
2026-06-304.6825
2026-07-074.6872
2026-07-144.6220
2026-07-214.6410
2026-07-284.6253
2026-08-044.6723
2026-08-114.6712
2026-08-184.6167
2026-08-264.6892
2026-09-024.6314
2026-09-094.6498
2026-09-164.6127
2026-09-234.5856

High

4.7971

Low

4.5586

Average

4.6880

For developers

Get this rate via the API

One GET request returns the PLN/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=PLN&currencies=MDL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&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=PLN&currencies=MDL").json()

Replace YOUR_API_KEY with the key from your dashboard.

PLN/MDL API questions

How do I get the PLN/MDL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=MDL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PLN/MDL rate in rates.MDL.

How far back does PLN/MDL historical data go?

Daily PLN/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 PLN/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.