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: show the values
| Point | FKP/JMD |
|---|---|
| 2026-03-29 | 209.4465 |
| 2026-04-05 | 208.1453 |
| 2026-04-12 | 212.4683 |
| 2026-04-19 | 214.6743 |
| 2026-04-26 | 212.9262 |
| 2026-05-03 | 213.4487 |
| 2026-05-10 | 214.1639 |
| 2026-05-18 | 210.9929 |
| 2026-05-26 | 212.4013 |
| 2026-06-02 | 212.2607 |
| 2026-06-11 | 211.3533 |
| 2026-06-18 | 210.9574 |
| 2026-06-25 | 207.5254 |
| 2026-07-02 | 208.5522 |
| 2026-07-09 | 211.8979 |
| 2026-07-16 | 213.4502 |
| 2026-07-23 | 212.2052 |
| 2026-07-30 | 210.1221 |
| 2026-08-06 | 213.5388 |
| 2026-08-13 | 213.6435 |
| 2026-08-21 | 216.1408 |
| 2026-08-28 | 215.4991 |
| 2026-09-04 | 214.0150 |
| 2026-09-11 | 213.6595 |
| 2026-09-18 | 210.5787 |
High
216.1408
Low
207.5254
Average
212.0408
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.