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: show the values
| Point | PGK/MGA |
|---|---|
| 2025-12-31 | 1074.8051 |
| 2026-01-07 | 1081.2290 |
| 2026-01-14 | 1085.0625 |
| 2026-01-21 | 1065.1016 |
| 2026-01-28 | 1043.2223 |
| 2026-02-04 | 1039.1012 |
| 2026-02-11 | 1031.8824 |
| 2026-02-18 | 1017.9021 |
| 2026-02-25 | 995.3878 |
| 2026-03-04 | 974.3181 |
| 2026-03-11 | 965.0949 |
| 2026-03-18 | 964.2337 |
| 2026-03-25 | 967.1322 |
| 2026-04-01 | 967.7159 |
| 2026-04-08 | 962.4689 |
| 2026-04-15 | 953.9781 |
| 2026-04-22 | 952.7684 |
| 2026-04-29 | 955.0863 |
| 2026-05-06 | 957.0131 |
| 2026-05-14 | 962.2618 |
| 2026-05-21 | 963.2262 |
| 2026-05-29 | 961.4235 |
| 2026-06-05 | 959.2940 |
| 2026-06-14 | 967.0672 |
| 2026-06-21 | 964.0508 |
| 2026-06-28 | 966.6818 |
| 2026-07-05 | 965.7756 |
| 2026-07-12 | 976.7015 |
| 2026-07-19 | 976.0953 |
| 2026-07-26 | 977.4223 |
| 2026-08-02 | 976.0725 |
| 2026-08-09 | 974.5033 |
| 2026-08-16 | 985.9546 |
| 2026-08-24 | 972.7084 |
| 2026-08-31 | 962.2075 |
| 2026-09-07 | 960.1197 |
| 2026-09-14 | 969.1031 |
| 2026-09-21 | 977.5163 |
High
1085.06
Low
952.7684
Average
986.1424
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.