Skip to content

PGK to MGA exchange rate API

Kina to Malagasy Ariary · quoted 2026-09-25

987.8651

▼ +17.10% over 5Y

1 PGK = 987.8651 MGA · 1 MGA = 0.001012 PGK · Get this rate via the API

1 PGK buys 987.8651 MGA as of 2026-09-25, so 1 MGA buys 0.001012 PGK. Over the last 5 years, PGK/MGA traded between 957.2834 and 1191.68, averaged 1067.43 and fell 17.10%. The API holds daily PGK/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/MGA over 5Y

PGK/MGA over 5Y: show the values
PointPGK/MGA
2024-08-241191.6837
2024-10-011147.2867
2024-10-311140.8620
2024-11-301169.0623
2024-12-301137.0793
2025-01-291155.5174
2025-02-281139.4061
2025-03-301165.6924
2025-04-291108.0363
2025-05-291121.9692
2025-06-281091.5684
2025-07-281063.4226
2025-08-271064.2383
2025-09-26998.8410
2025-10-261073.4404
2025-11-251062.4774
2025-12-261058.5080
2026-01-251061.1835
2026-02-241000.5559
2026-03-26970.6189
2026-04-25957.2834
2026-05-27965.9230
2026-06-28966.6818
2026-07-28975.4000
2026-08-28978.5326

High

1191.68

Low

957.2834

Average

1067.43

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/MGA API questions

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

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

How far back does PGK/MGA historical data go?

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