Skip to content

PGK to MGA exchange rate API

Kina to Malagasy Ariary · quoted 2026-09-25

987.8651

▼ +3.83% over 1Y

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 year, PGK/MGA traded between 954.3870 and 1085.53, averaged 1003.08 and fell 3.83%. 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 1Y

PGK/MGA over 1Y: show the values
PointPGK/MGA
2025-09-251027.1613
2025-10-02966.4788
2025-10-091074.0894
2025-10-161064.1862
2025-10-231079.9245
2025-10-301075.2123
2025-11-061066.9017
2025-11-131062.2824
2025-11-201063.9682
2025-11-271052.1114
2025-12-041041.7305
2025-12-121044.8710
2025-12-191056.7532
2025-12-261058.5080
2026-01-021070.7792
2026-01-091084.8545
2026-01-161085.5289
2026-01-231063.5027
2026-01-301047.4700
2026-02-061032.1658
2026-02-131031.0986
2026-02-201012.7929
2026-02-27986.0637
2026-03-06962.8632
2026-03-13960.8174
2026-03-20967.6491
2026-03-27968.0283
2026-04-03966.5541
2026-04-10960.4703
2026-04-17957.2778
2026-04-24958.8949
2026-05-01954.3870
2026-05-08957.8383
2026-05-16957.6030
2026-05-24965.9176
2026-05-31962.5440
2026-06-09957.9386
2026-06-16962.4851
2026-06-23966.5019
2026-06-30965.7082
2026-07-07965.8668
2026-07-14972.6032
2026-07-21973.2307
2026-07-28975.4000
2026-08-04970.1727
2026-08-11968.9853
2026-08-18974.4341
2026-08-26964.7342
2026-09-02979.2931
2026-09-09974.1425
2026-09-16971.1851
2026-09-23983.4341

High

1085.53

Low

954.3870

Average

1003.08

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.