FKP to MXN exchange rate API
Falkland Islands Pound to Mexican Peso · quoted 2026-09-27
23.4233
▼ +4.71% over 1Y
1 FKP = 23.4233 MXN · 1 MXN = 0.04269 FKP · Get this rate via the API
1 FKP buys 23.4233 MXN as of 2026-09-27, so 1 MXN buys 0.04269 FKP. Over the last year, FKP/MXN traded between 22.8648 and 24.8345, averaged 23.6833 and fell 4.71%. The API holds daily FKP/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/MXN over 1Y: show the values
| Point | FKP/MXN |
|---|---|
| 2025-09-27 | 24.5805 |
| 2025-10-04 | 24.8023 |
| 2025-10-11 | 24.8345 |
| 2025-10-18 | 24.6682 |
| 2025-10-25 | 24.5754 |
| 2025-11-01 | 24.4385 |
| 2025-11-08 | 24.2789 |
| 2025-11-15 | 24.1200 |
| 2025-11-22 | 24.1909 |
| 2025-11-29 | 24.2207 |
| 2025-12-06 | 24.2263 |
| 2025-12-14 | 24.1337 |
| 2025-12-21 | 24.1217 |
| 2025-12-28 | 24.1647 |
| 2026-01-04 | 24.1459 |
| 2026-01-11 | 24.0922 |
| 2026-01-18 | 23.6195 |
| 2026-01-25 | 23.6833 |
| 2026-02-01 | 23.8728 |
| 2026-02-08 | 23.4989 |
| 2026-02-15 | 23.4401 |
| 2026-02-22 | 23.1209 |
| 2026-03-01 | 23.3496 |
| 2026-03-08 | 24.0145 |
| 2026-03-15 | 23.7363 |
| 2026-03-22 | 23.9660 |
| 2026-03-29 | 23.9952 |
| 2026-04-05 | 23.5953 |
| 2026-04-12 | 23.3958 |
| 2026-04-19 | 23.4993 |
| 2026-04-26 | 23.5072 |
| 2026-05-03 | 23.7598 |
| 2026-05-10 | 23.4325 |
| 2026-05-18 | 23.0451 |
| 2026-05-26 | 23.3157 |
| 2026-06-02 | 23.2676 |
| 2026-06-11 | 23.2728 |
| 2026-06-18 | 23.1567 |
| 2026-06-25 | 23.2512 |
| 2026-07-02 | 23.2778 |
| 2026-07-09 | 23.5128 |
| 2026-07-16 | 23.5856 |
| 2026-07-23 | 23.3773 |
| 2026-07-30 | 23.2319 |
| 2026-08-06 | 23.2303 |
| 2026-08-13 | 23.0051 |
| 2026-08-21 | 23.0591 |
| 2026-08-28 | 23.0324 |
| 2026-09-04 | 22.8648 |
| 2026-09-11 | 22.9181 |
| 2026-09-18 | 22.9247 |
| 2026-09-25 | 23.3824 |
High
24.8345
Low
22.8648
Average
23.6833
Get this rate via the API
One GET request returns the FKP/MXN 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=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/MXN API questions
How do I get the FKP/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/MXN rate in rates.MXN.
How far back does FKP/MXN historical data go?
Daily FKP/MXN 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/MXN 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.