Skip to content

FKP to MZN exchange rate API

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

84.4753

▼ +1.64% over 1Y

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 last year, FKP/MZN traded between 83.3717 and 87.7306, averaged 85.6027 and fell 1.64%. 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 1Y

FKP/MZN over 1Y: show the values
PointFKP/MZN
2025-09-2585.8875
2025-10-0286.1505
2025-10-0985.6833
2025-10-1685.8875
2025-10-2385.2242
2025-10-3084.3568
2025-11-0683.4578
2025-11-1383.8444
2025-11-2083.3717
2025-11-2784.7146
2025-12-0485.2093
2025-12-1285.6777
2025-12-1985.5273
2025-12-2686.2818
2026-01-0286.1360
2026-01-0985.7948
2026-01-1685.4387
2026-01-2386.2430
2026-01-3087.7306
2026-02-0686.4957
2026-02-1386.9658
2026-02-2085.6733
2026-02-2786.0801
2026-03-0685.3161
2026-03-1385.3040
2026-03-2085.5754
2026-03-2785.1146
2026-04-0384.3748
2026-04-1085.9454
2026-04-1786.7800
2026-04-2486.2828
2026-05-0186.2071
2026-05-0886.8874
2026-05-1685.1088
2026-05-2485.6616
2026-05-3185.9845
2026-06-0985.2313
2026-06-1685.4344
2026-06-2384.6178
2026-06-3084.5233
2026-07-0785.5230
2026-07-1485.0943
2026-07-2185.6902
2026-07-2884.8806
2026-08-0485.6606
2026-08-1186.2279
2026-08-1886.4932
2026-08-2687.0783
2026-09-0286.1510
2026-09-0986.4001
2026-09-1686.0917
2026-09-2384.9949

High

87.7306

Low

83.3717

Average

85.6027

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.