Skip to content

FKP to MZN exchange rate API

Falkland Islands Pound to Mozambique Metical · quoted 2026-09-25

84.4753

▼ +1.79% over YTD

1 FKP = 84.4753 MZN · 1 MZN = 0.01184 FKP · Get this rate via the API

1 FKP buys 84.4753 MZN as of 2026-09-25, so 1 MZN buys 0.01184 FKP. Over the year to date, FKP/MZN traded between 84.3048 and 87.8867, averaged 85.9052 and fell 1.79%. The API holds daily FKP/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/MZN over YTD

FKP/MZN over YTD: show the values
PointFKP/MZN
2025-12-3186.0111
2026-01-0786.3360
2026-01-1485.6940
2026-01-2185.9425
2026-01-2887.8867
2026-02-0487.4722
2026-02-1187.2055
2026-02-1886.5653
2026-02-2586.1284
2026-03-0485.1452
2026-03-1185.6940
2026-03-1885.2344
2026-03-2585.4994
2026-04-0184.4688
2026-04-0885.4391
2026-04-1586.0667
2026-04-2286.6062
2026-04-2986.6029
2026-05-0686.4827
2026-05-1486.3885
2026-05-2185.7616
2026-05-2985.7334
2026-06-0585.7569
2026-06-1485.6416
2026-06-2184.3048
2026-06-2884.3064
2026-07-0585.0754
2026-07-1285.6066
2026-07-1985.9268
2026-07-2685.0904
2026-08-0286.0082
2026-08-0986.1740
2026-08-1686.2613
2026-08-2487.0721
2026-08-3186.4335
2026-09-0786.2144
2026-09-1486.1777
2026-09-2185.4113

High

87.8867

Low

84.3048

Average

85.9052

For developers

Get this rate via the API

One GET request returns the FKP/MZN 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=MZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=MZN");
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=MZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

FKP/MZN API questions

How do I get the FKP/MZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/MZN rate in rates.MZN.

How far back does FKP/MZN historical data go?

Daily FKP/MZN 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/MZN 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.