Skip to content

PGK to MVR exchange rate API

Kina to Rufiyaa · quoted 2026-09-24

3.4845

▼ +6.26% over 1Y

1 PGK = 3.4845 MVR · 1 MVR = 0.28699 PGK · Get this rate via the API

1 PGK buys 3.4845 MVR as of 2026-09-24, so 1 MVR buys 0.28699 PGK. Over the last year, PGK/MVR traded between 3.4580 and 3.7173, averaged 3.5763 and fell 6.26%. The API holds daily PGK/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/MVR over 1Y

PGK/MVR over 1Y: show the values
PointPGK/MVR
2025-09-243.7173
2025-10-013.7158
2025-10-083.6905
2025-10-153.6695
2025-10-223.7045
2025-10-293.6733
2025-11-053.6721
2025-11-123.6539
2025-11-193.6528
2025-11-263.6392
2025-12-033.5978
2025-12-113.6317
2025-12-183.6291
2025-12-253.5794
2026-01-013.6268
2026-01-083.6241
2026-01-153.6207
2026-01-223.6193
2026-01-293.6140
2026-02-053.6142
2026-02-123.6050
2026-02-193.5957
2026-02-263.5994
2026-03-053.5949
2026-03-123.5884
2026-03-193.5854
2026-03-263.5878
2026-04-023.5842
2026-04-093.5783
2026-04-163.5601
2026-04-233.5547
2026-04-303.5586
2026-05-073.5532
2026-05-153.5411
2026-05-233.5470
2026-05-303.5361
2026-06-063.5346
2026-06-153.5355
2026-06-223.5272
2026-06-293.5113
2026-07-063.5044
2026-07-133.5002
2026-07-203.4993
2026-07-273.4907
2026-08-033.4834
2026-08-103.5032
2026-08-173.4580
2026-08-253.4729
2026-09-013.4942
2026-09-083.4737
2026-09-153.4581
2026-09-223.4980

High

3.7173

Low

3.4580

Average

3.5763

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/MVR API questions

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

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

How far back does PGK/MVR historical data go?

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