Skip to content

FKP to JMD exchange rate API

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

208.9943

▼ +2.51% over YTD

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 year to date, FKP/JMD traded between 207.7607 and 216.8237, averaged 212.2508 and fell 2.51%. 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 YTD

FKP/JMD over YTD: show the values
PointFKP/JMD
2025-12-31214.3783
2026-01-07214.7114
2026-01-14212.4149
2026-01-21211.8505
2026-01-28216.1402
2026-02-04214.8812
2026-02-11213.7707
2026-02-18211.2767
2026-02-25210.8431
2026-03-04208.3295
2026-03-11210.9126
2026-03-18209.5735
2026-03-25210.9504
2026-04-01209.2998
2026-04-08209.7815
2026-04-15212.6110
2026-04-22214.7717
2026-04-29213.4619
2026-05-06212.5356
2026-05-14213.9250
2026-05-21212.4914
2026-05-29210.9738
2026-06-05212.3576
2026-06-14211.8553
2026-06-21208.7952
2026-06-28207.7607
2026-07-05210.8054
2026-07-12212.4758
2026-07-19212.7386
2026-07-26210.4872
2026-08-02212.8824
2026-08-09213.9422
2026-08-16213.7156
2026-08-24216.8237
2026-08-31215.7364
2026-09-07214.1794
2026-09-14213.3407
2026-09-21211.0057

High

216.8237

Low

207.7607

Average

212.2508

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.