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: show the values
| Point | PGK/MVR |
|---|---|
| 2025-09-24 | 3.7173 |
| 2025-10-01 | 3.7158 |
| 2025-10-08 | 3.6905 |
| 2025-10-15 | 3.6695 |
| 2025-10-22 | 3.7045 |
| 2025-10-29 | 3.6733 |
| 2025-11-05 | 3.6721 |
| 2025-11-12 | 3.6539 |
| 2025-11-19 | 3.6528 |
| 2025-11-26 | 3.6392 |
| 2025-12-03 | 3.5978 |
| 2025-12-11 | 3.6317 |
| 2025-12-18 | 3.6291 |
| 2025-12-25 | 3.5794 |
| 2026-01-01 | 3.6268 |
| 2026-01-08 | 3.6241 |
| 2026-01-15 | 3.6207 |
| 2026-01-22 | 3.6193 |
| 2026-01-29 | 3.6140 |
| 2026-02-05 | 3.6142 |
| 2026-02-12 | 3.6050 |
| 2026-02-19 | 3.5957 |
| 2026-02-26 | 3.5994 |
| 2026-03-05 | 3.5949 |
| 2026-03-12 | 3.5884 |
| 2026-03-19 | 3.5854 |
| 2026-03-26 | 3.5878 |
| 2026-04-02 | 3.5842 |
| 2026-04-09 | 3.5783 |
| 2026-04-16 | 3.5601 |
| 2026-04-23 | 3.5547 |
| 2026-04-30 | 3.5586 |
| 2026-05-07 | 3.5532 |
| 2026-05-15 | 3.5411 |
| 2026-05-23 | 3.5470 |
| 2026-05-30 | 3.5361 |
| 2026-06-06 | 3.5346 |
| 2026-06-15 | 3.5355 |
| 2026-06-22 | 3.5272 |
| 2026-06-29 | 3.5113 |
| 2026-07-06 | 3.5044 |
| 2026-07-13 | 3.5002 |
| 2026-07-20 | 3.4993 |
| 2026-07-27 | 3.4907 |
| 2026-08-03 | 3.4834 |
| 2026-08-10 | 3.5032 |
| 2026-08-17 | 3.4580 |
| 2026-08-25 | 3.4729 |
| 2026-09-01 | 3.4942 |
| 2026-09-08 | 3.4737 |
| 2026-09-15 | 3.4581 |
| 2026-09-22 | 3.4980 |
High
3.7173
Low
3.4580
Average
3.5763
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.