Skip to content

FKP to JMD exchange rate API

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

208.9943

▼ +0.22% over 6M

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 6 months, FKP/JMD traded between 207.5254 and 216.1408, averaged 212.0408 and fell 0.22%. 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 6M

FKP/JMD over 6M: show the values
PointFKP/JMD
2026-03-29209.4465
2026-04-05208.1453
2026-04-12212.4683
2026-04-19214.6743
2026-04-26212.9262
2026-05-03213.4487
2026-05-10214.1639
2026-05-18210.9929
2026-05-26212.4013
2026-06-02212.2607
2026-06-11211.3533
2026-06-18210.9574
2026-06-25207.5254
2026-07-02208.5522
2026-07-09211.8979
2026-07-16213.4502
2026-07-23212.2052
2026-07-30210.1221
2026-08-06213.5388
2026-08-13213.6435
2026-08-21216.1408
2026-08-28215.4991
2026-09-04214.0150
2026-09-11213.6595
2026-09-18210.5787

High

216.1408

Low

207.5254

Average

212.0408

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.