Skip to content

PGK to MDL exchange rate API

Kina to Moldovan Leu · quoted 2026-09-25

3.9156

▼ +2.61% over 1Y

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 year, PGK/MDL traded between 3.8835 and 4.0979, averaged 3.9816 and fell 2.61%. 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 1Y

PGK/MDL over 1Y: show the values
PointPGK/MDL
2025-09-254.0205
2025-10-023.9867
2025-10-094.0166
2025-10-164.0320
2025-10-234.0979
2025-10-304.0539
2025-11-064.0460
2025-11-134.0155
2025-11-204.0148
2025-11-274.0227
2025-12-043.9663
2025-12-124.0003
2025-12-193.9560
2025-12-263.8919
2026-01-023.9195
2026-01-093.9324
2026-01-164.0003
2026-01-233.9849
2026-01-303.9302
2026-02-063.9631
2026-02-133.9548
2026-02-203.9853
2026-02-273.9835
2026-03-064.0206
2026-03-134.0258
2026-03-204.0776
2026-03-274.0703
2026-04-034.0677
2026-04-103.9920
2026-04-173.9401
2026-04-244.0141
2026-05-013.9585
2026-05-083.9690
2026-05-163.9597
2026-05-243.9886
2026-05-313.9743
2026-06-093.9692
2026-06-163.9820
2026-06-234.0284
2026-06-304.0104
2026-07-074.0083
2026-07-143.9932
2026-07-213.9876
2026-07-283.9846
2026-08-043.9687
2026-08-113.9201
2026-08-183.8934
2026-08-263.8960
2026-09-023.9130
2026-09-093.8835
2026-09-163.8914
2026-09-233.9444

High

4.0979

Low

3.8835

Average

3.9816

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.