Skip to content

FKP to JMD exchange rate API

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

208.3725

▲ +0.49% over 5Y

1 FKP = 208.3725 JMD · 1 JMD = 0.004799 FKP · Get this rate via the API

1 FKP buys 208.3725 JMD as of 2026-09-25, so 1 JMD buys 0.004799 FKP. Over the last 5 years, FKP/JMD traded between 193.3213 and 217.7495, averaged 209.2720 and rose 0.49%. 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 5Y

FKP/JMD over 5Y: show the values
PointFKP/JMD
2024-08-24207.3477
2024-10-07207.8623
2024-11-06205.1228
2024-12-06200.4049
2025-01-05193.3213
2025-02-04195.9460
2025-03-06202.2354
2025-04-06202.7841
2025-05-06210.5732
2025-06-07215.7875
2025-07-07217.7495
2025-08-06210.4692
2025-09-05215.2776
2025-10-06216.3596
2025-11-05209.0417
2025-12-05213.5530
2026-01-05213.8306
2026-02-04214.8812
2026-03-06208.8949
2026-04-05208.1453
2026-05-05214.0195
2026-06-06210.4147
2026-07-08210.8543
2026-08-07213.6440
2026-09-07214.1794

High

217.7495

Low

193.3213

Average

209.2720

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.