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: show the values
| Point | PGK/MGA |
|---|---|
| 2025-09-25 | 1027.1613 |
| 2025-10-02 | 966.4788 |
| 2025-10-09 | 1074.0894 |
| 2025-10-16 | 1064.1862 |
| 2025-10-23 | 1079.9245 |
| 2025-10-30 | 1075.2123 |
| 2025-11-06 | 1066.9017 |
| 2025-11-13 | 1062.2824 |
| 2025-11-20 | 1063.9682 |
| 2025-11-27 | 1052.1114 |
| 2025-12-04 | 1041.7305 |
| 2025-12-12 | 1044.8710 |
| 2025-12-19 | 1056.7532 |
| 2025-12-26 | 1058.5080 |
| 2026-01-02 | 1070.7792 |
| 2026-01-09 | 1084.8545 |
| 2026-01-16 | 1085.5289 |
| 2026-01-23 | 1063.5027 |
| 2026-01-30 | 1047.4700 |
| 2026-02-06 | 1032.1658 |
| 2026-02-13 | 1031.0986 |
| 2026-02-20 | 1012.7929 |
| 2026-02-27 | 986.0637 |
| 2026-03-06 | 962.8632 |
| 2026-03-13 | 960.8174 |
| 2026-03-20 | 967.6491 |
| 2026-03-27 | 968.0283 |
| 2026-04-03 | 966.5541 |
| 2026-04-10 | 960.4703 |
| 2026-04-17 | 957.2778 |
| 2026-04-24 | 958.8949 |
| 2026-05-01 | 954.3870 |
| 2026-05-08 | 957.8383 |
| 2026-05-16 | 957.6030 |
| 2026-05-24 | 965.9176 |
| 2026-05-31 | 962.5440 |
| 2026-06-09 | 957.9386 |
| 2026-06-16 | 962.4851 |
| 2026-06-23 | 966.5019 |
| 2026-06-30 | 965.7082 |
| 2026-07-07 | 965.8668 |
| 2026-07-14 | 972.6032 |
| 2026-07-21 | 973.2307 |
| 2026-07-28 | 975.4000 |
| 2026-08-04 | 970.1727 |
| 2026-08-11 | 968.9853 |
| 2026-08-18 | 974.4341 |
| 2026-08-26 | 964.7342 |
| 2026-09-02 | 979.2931 |
| 2026-09-09 | 974.1425 |
| 2026-09-16 | 971.1851 |
| 2026-09-23 | 983.4341 |
High
1085.53
Low
954.3870
Average
1003.08
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.