Skip to content

FKP to JMD exchange rate API

Falkland Islands Pound to Jamaican Dollar · quoted 2026-09-25

208.9943

▼ +2.79% over 1Y

1 FKP = 208.9943 JMD · 1 JMD = 0.004785 FKP · Get this rate via the API

1 FKP buys 208.9943 JMD as of 2026-09-25, so 1 JMD buys 0.004785 FKP. Over the last year, FKP/JMD traded between 208.0429 and 216.3505, averaged 212.2975 and fell 2.79%. The API holds daily FKP/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/JMD over 1Y

FKP/JMD over 1Y: show the values
PointFKP/JMD
2025-09-25214.9919
2025-10-02216.1756
2025-10-09214.6075
2025-10-16215.4422
2025-10-23214.4504
2025-10-30211.2785
2025-11-06209.8320
2025-11-13210.9914
2025-11-20209.6031
2025-11-27212.5940
2025-12-04213.9469
2025-12-12214.2248
2025-12-19214.1615
2025-12-26215.4970
2026-01-02214.4425
2026-01-09213.1239
2026-01-16211.3445
2026-01-23212.0286
2026-01-30215.9221
2026-02-06212.0322
2026-02-13213.0835
2026-02-20209.5289
2026-02-27210.2929
2026-03-06208.8949
2026-03-13209.7512
2026-03-20210.6532
2026-03-27209.3751
2026-04-03208.0429
2026-04-10212.2220
2026-04-17214.2693
2026-04-24213.1957
2026-05-01211.4205
2026-05-08214.8560
2026-05-16210.3856
2026-05-24211.3574
2026-05-31211.5583
2026-06-09210.5307
2026-06-16212.3141
2026-06-23209.5492
2026-06-30208.1538
2026-07-07211.4165
2026-07-14212.4700
2026-07-21213.1664
2026-07-28210.7751
2026-08-04212.8275
2026-08-11214.7083
2026-08-18214.6884
2026-08-26216.3505
2026-09-02213.4697
2026-09-09214.5482
2026-09-16212.2598
2026-09-23209.9660

High

216.3505

Low

208.0429

Average

212.2975

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/JMD API questions

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

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

How far back does FKP/JMD historical data go?

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