Skip to content

PGK to MGA exchange rate API

Kina to Malagasy Ariary · quoted 2026-09-25

987.8651

▼ +8.09% over YTD

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 year to date, PGK/MGA traded between 952.7684 and 1085.06, averaged 986.1424 and fell 8.09%. 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 YTD

PGK/MGA over YTD: show the values
PointPGK/MGA
2025-12-311074.8051
2026-01-071081.2290
2026-01-141085.0625
2026-01-211065.1016
2026-01-281043.2223
2026-02-041039.1012
2026-02-111031.8824
2026-02-181017.9021
2026-02-25995.3878
2026-03-04974.3181
2026-03-11965.0949
2026-03-18964.2337
2026-03-25967.1322
2026-04-01967.7159
2026-04-08962.4689
2026-04-15953.9781
2026-04-22952.7684
2026-04-29955.0863
2026-05-06957.0131
2026-05-14962.2618
2026-05-21963.2262
2026-05-29961.4235
2026-06-05959.2940
2026-06-14967.0672
2026-06-21964.0508
2026-06-28966.6818
2026-07-05965.7756
2026-07-12976.7015
2026-07-19976.0953
2026-07-26977.4223
2026-08-02976.0725
2026-08-09974.5033
2026-08-16985.9546
2026-08-24972.7084
2026-08-31962.2075
2026-09-07960.1197
2026-09-14969.1031
2026-09-21977.5163

High

1085.06

Low

952.7684

Average

986.1424

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.