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: show the values
| Point | PGK/MDL |
|---|---|
| 2025-09-25 | 4.0205 |
| 2025-10-02 | 3.9867 |
| 2025-10-09 | 4.0166 |
| 2025-10-16 | 4.0320 |
| 2025-10-23 | 4.0979 |
| 2025-10-30 | 4.0539 |
| 2025-11-06 | 4.0460 |
| 2025-11-13 | 4.0155 |
| 2025-11-20 | 4.0148 |
| 2025-11-27 | 4.0227 |
| 2025-12-04 | 3.9663 |
| 2025-12-12 | 4.0003 |
| 2025-12-19 | 3.9560 |
| 2025-12-26 | 3.8919 |
| 2026-01-02 | 3.9195 |
| 2026-01-09 | 3.9324 |
| 2026-01-16 | 4.0003 |
| 2026-01-23 | 3.9849 |
| 2026-01-30 | 3.9302 |
| 2026-02-06 | 3.9631 |
| 2026-02-13 | 3.9548 |
| 2026-02-20 | 3.9853 |
| 2026-02-27 | 3.9835 |
| 2026-03-06 | 4.0206 |
| 2026-03-13 | 4.0258 |
| 2026-03-20 | 4.0776 |
| 2026-03-27 | 4.0703 |
| 2026-04-03 | 4.0677 |
| 2026-04-10 | 3.9920 |
| 2026-04-17 | 3.9401 |
| 2026-04-24 | 4.0141 |
| 2026-05-01 | 3.9585 |
| 2026-05-08 | 3.9690 |
| 2026-05-16 | 3.9597 |
| 2026-05-24 | 3.9886 |
| 2026-05-31 | 3.9743 |
| 2026-06-09 | 3.9692 |
| 2026-06-16 | 3.9820 |
| 2026-06-23 | 4.0284 |
| 2026-06-30 | 4.0104 |
| 2026-07-07 | 4.0083 |
| 2026-07-14 | 3.9932 |
| 2026-07-21 | 3.9876 |
| 2026-07-28 | 3.9846 |
| 2026-08-04 | 3.9687 |
| 2026-08-11 | 3.9201 |
| 2026-08-18 | 3.8934 |
| 2026-08-26 | 3.8960 |
| 2026-09-02 | 3.9130 |
| 2026-09-09 | 3.8835 |
| 2026-09-16 | 3.8914 |
| 2026-09-23 | 3.9444 |
High
4.0979
Low
3.8835
Average
3.9816
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.