Skip to content

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

FKP/MGA over 1Y: show the values
PointFKP/MGA
2025-09-255724.31
2025-10-025448.51
2025-10-095990.21
2025-10-165996.98
2025-10-235977.29
2025-10-305953.97
2025-11-065890.48
2025-11-135886.55
2025-11-205874.37
2025-11-275935.48
2025-12-045948.60
2025-12-125941.63
2025-12-196027.01
2025-12-266177.17
2026-01-026193.51
2026-01-096213.76
2026-01-166203.39
2026-01-236127.26
2026-01-306166.04
2026-02-065999.51
2026-02-136023.67
2026-02-205849.42
2026-02-275719.66
2026-03-065534.97
2026-03-135553.61
2026-03-205575.84
2026-03-275560.36
2026-04-035516.68
2026-04-105577.38
2026-04-175633.75
2026-04-245597.33
2026-05-015605.05
2026-05-085663.80
2026-05-165576.53
2026-05-245645.04
2026-05-315645.23
2026-06-095606.27
2026-06-165631.93
2026-06-235602.56
2026-06-305625.73
2026-07-075678.68
2026-07-145720.27
2026-07-215770.74
2026-07-285731.51
2026-08-045735.76
2026-08-115807.73
2026-08-185839.18
2026-08-265832.32
2026-09-025848.12
2026-09-095851.58
2026-09-165847.82
2026-09-235839.34

High

6213.76

Low

5448.51

Average

5805.95

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=MGA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&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=FKP&currencies=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&currencies=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.