FKP to MGA exchange rate API
Falkland Islands Pound to Malagasy Ariary · quoted 2026-09-25
5791.40
▲ +1.17% over 1Y
1 FKP = 5791.40 MGA · 1 MGA = 0.000173 FKP · Get this rate via the API
1 FKP buys 5791.40 MGA as of 2026-09-25, so 1 MGA buys 0.000173 FKP. Over the last year, FKP/MGA traded between 5448.51 and 6213.76, averaged 5805.95 and rose 1.17%. The API holds daily FKP/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/MGA over 1Y: show the values
| Point | FKP/MGA |
|---|---|
| 2025-09-25 | 5724.31 |
| 2025-10-02 | 5448.51 |
| 2025-10-09 | 5990.21 |
| 2025-10-16 | 5996.98 |
| 2025-10-23 | 5977.29 |
| 2025-10-30 | 5953.97 |
| 2025-11-06 | 5890.48 |
| 2025-11-13 | 5886.55 |
| 2025-11-20 | 5874.37 |
| 2025-11-27 | 5935.48 |
| 2025-12-04 | 5948.60 |
| 2025-12-12 | 5941.63 |
| 2025-12-19 | 6027.01 |
| 2025-12-26 | 6177.17 |
| 2026-01-02 | 6193.51 |
| 2026-01-09 | 6213.76 |
| 2026-01-16 | 6203.39 |
| 2026-01-23 | 6127.26 |
| 2026-01-30 | 6166.04 |
| 2026-02-06 | 5999.51 |
| 2026-02-13 | 6023.67 |
| 2026-02-20 | 5849.42 |
| 2026-02-27 | 5719.66 |
| 2026-03-06 | 5534.97 |
| 2026-03-13 | 5553.61 |
| 2026-03-20 | 5575.84 |
| 2026-03-27 | 5560.36 |
| 2026-04-03 | 5516.68 |
| 2026-04-10 | 5577.38 |
| 2026-04-17 | 5633.75 |
| 2026-04-24 | 5597.33 |
| 2026-05-01 | 5605.05 |
| 2026-05-08 | 5663.80 |
| 2026-05-16 | 5576.53 |
| 2026-05-24 | 5645.04 |
| 2026-05-31 | 5645.23 |
| 2026-06-09 | 5606.27 |
| 2026-06-16 | 5631.93 |
| 2026-06-23 | 5602.56 |
| 2026-06-30 | 5625.73 |
| 2026-07-07 | 5678.68 |
| 2026-07-14 | 5720.27 |
| 2026-07-21 | 5770.74 |
| 2026-07-28 | 5731.51 |
| 2026-08-04 | 5735.76 |
| 2026-08-11 | 5807.73 |
| 2026-08-18 | 5839.18 |
| 2026-08-26 | 5832.32 |
| 2026-09-02 | 5848.12 |
| 2026-09-09 | 5851.58 |
| 2026-09-16 | 5847.82 |
| 2026-09-23 | 5839.34 |
High
6213.76
Low
5448.51
Average
5805.95
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MGA").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/MGA API questions
How do I get the FKP/MGA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/MGA rate in rates.MGA.
How far back does FKP/MGA historical data go?
Daily FKP/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 FKP/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.