Skip to content

MVR to PGK exchange rate API

Rufiyaa to Kina · quoted 2026-09-25

0.29054

▲ +8.13% over 1Y

1 MVR = 0.29054 PGK · 1 PGK = 3.4418 MVR · Get this rate via the API

1 MVR buys 0.29054 PGK as of 2026-09-25, so 1 PGK buys 3.4418 MVR. Over the last year, MVR/PGK traded between 0.26869 and 0.29054, averaged 0.27974 and rose 8.13%. The API holds daily MVR/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/PGK over 1Y

MVR/PGK over 1Y: show the values
PointMVR/PGK
2025-09-250.26869
2025-10-020.27146
2025-10-090.27006
2025-10-160.27194
2025-10-230.26913
2025-10-300.27200
2025-11-060.27370
2025-11-130.27347
2025-11-200.27396
2025-11-270.27548
2025-12-040.27728
2025-12-120.27499
2025-12-190.27579
2025-12-260.27937
2026-01-020.27736
2026-01-090.27598
2026-01-160.27620
2026-01-230.27619
2026-01-300.27694
2026-02-060.27759
2026-02-130.27741
2026-02-200.27833
2026-02-270.27824
2026-03-060.27814
2026-03-130.27991
2026-03-200.27788
2026-03-270.27847
2026-04-030.27916
2026-04-100.27966
2026-04-170.28073
2026-04-240.27960
2026-05-010.28169
2026-05-080.28139
2026-05-160.28357
2026-05-240.28180
2026-05-310.28273
2026-06-090.28367
2026-06-160.28249
2026-06-230.28301
2026-06-300.28474
2026-07-070.28401
2026-07-140.28480
2026-07-210.28553
2026-07-280.28579
2026-08-040.28479
2026-08-110.28704
2026-08-180.28618
2026-08-260.28659
2026-09-020.28609
2026-09-090.28690
2026-09-160.28921
2026-09-230.28841

High

0.29054

Low

0.26869

Average

0.27974

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=PGK").json()

Replace YOUR_API_KEY with the key from your dashboard.

MVR/PGK API questions

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

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

How far back does MVR/PGK historical data go?

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