Skip to content

PGK to MDL exchange rate API

Kina to Moldovan Leu · quoted 2026-09-25

3.9156

▼ +13.67% over 5Y

1 PGK = 3.9156 MDL · 1 MDL = 0.25539 PGK · Get this rate via the API

1 PGK buys 3.9156 MDL as of 2026-09-25, so 1 MDL buys 0.25539 PGK. Over the last 5 years, PGK/MDL traded between 3.8554 and 4.7556, averaged 4.2180 and fell 13.67%. The API holds daily PGK/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/MDL over 5Y

PGK/MDL over 5Y: show the values
PointPGK/MDL
2024-08-244.5354
2024-10-074.5518
2024-11-064.6223
2024-12-064.7425
2025-01-054.6488
2025-02-044.7556
2025-03-064.6243
2025-04-064.3977
2025-05-064.3084
2025-06-074.2074
2025-07-074.1973
2025-08-064.2737
2025-09-054.1021
2025-10-064.0278
2025-11-054.0566
2025-12-053.9988
2026-01-053.9539
2026-02-043.9479
2026-03-064.0206
2026-04-054.0801
2026-05-053.9695
2026-06-063.9592
2026-07-084.0157
2026-08-073.9001
2026-09-073.8554

High

4.7556

Low

3.8554

Average

4.2180

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/MDL API questions

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

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

How far back does PGK/MDL historical data go?

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