Skip to content

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

FKP/MXN over 1Y: show the values
PointFKP/MXN
2025-09-2724.5805
2025-10-0424.8023
2025-10-1124.8345
2025-10-1824.6682
2025-10-2524.5754
2025-11-0124.4385
2025-11-0824.2789
2025-11-1524.1200
2025-11-2224.1909
2025-11-2924.2207
2025-12-0624.2263
2025-12-1424.1337
2025-12-2124.1217
2025-12-2824.1647
2026-01-0424.1459
2026-01-1124.0922
2026-01-1823.6195
2026-01-2523.6833
2026-02-0123.8728
2026-02-0823.4989
2026-02-1523.4401
2026-02-2223.1209
2026-03-0123.3496
2026-03-0824.0145
2026-03-1523.7363
2026-03-2223.9660
2026-03-2923.9952
2026-04-0523.5953
2026-04-1223.3958
2026-04-1923.4993
2026-04-2623.5072
2026-05-0323.7598
2026-05-1023.4325
2026-05-1823.0451
2026-05-2623.3157
2026-06-0223.2676
2026-06-1123.2728
2026-06-1823.1567
2026-06-2523.2512
2026-07-0223.2778
2026-07-0923.5128
2026-07-1623.5856
2026-07-2323.3773
2026-07-3023.2319
2026-08-0623.2303
2026-08-1323.0051
2026-08-2123.0591
2026-08-2823.0324
2026-09-0422.8648
2026-09-1122.9181
2026-09-1822.9247
2026-09-2523.3824

High

24.8345

Low

22.8648

Average

23.6833

For developers

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