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: show the values
| Point | FKP/MZN |
|---|---|
| 2025-12-31 | 86.0111 |
| 2026-01-07 | 86.3360 |
| 2026-01-14 | 85.6940 |
| 2026-01-21 | 85.9425 |
| 2026-01-28 | 87.8867 |
| 2026-02-04 | 87.4722 |
| 2026-02-11 | 87.2055 |
| 2026-02-18 | 86.5653 |
| 2026-02-25 | 86.1284 |
| 2026-03-04 | 85.1452 |
| 2026-03-11 | 85.6940 |
| 2026-03-18 | 85.2344 |
| 2026-03-25 | 85.4994 |
| 2026-04-01 | 84.4688 |
| 2026-04-08 | 85.4391 |
| 2026-04-15 | 86.0667 |
| 2026-04-22 | 86.6062 |
| 2026-04-29 | 86.6029 |
| 2026-05-06 | 86.4827 |
| 2026-05-14 | 86.3885 |
| 2026-05-21 | 85.7616 |
| 2026-05-29 | 85.7334 |
| 2026-06-05 | 85.7569 |
| 2026-06-14 | 85.6416 |
| 2026-06-21 | 84.3048 |
| 2026-06-28 | 84.3064 |
| 2026-07-05 | 85.0754 |
| 2026-07-12 | 85.6066 |
| 2026-07-19 | 85.9268 |
| 2026-07-26 | 85.0904 |
| 2026-08-02 | 86.0082 |
| 2026-08-09 | 86.1740 |
| 2026-08-16 | 86.2613 |
| 2026-08-24 | 87.0721 |
| 2026-08-31 | 86.4335 |
| 2026-09-07 | 86.2144 |
| 2026-09-14 | 86.1777 |
| 2026-09-21 | 85.4113 |
High
87.8867
Low
84.3048
Average
85.9052
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.