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: show the values
| Point | FKP/JMD |
|---|---|
| 2025-12-31 | 214.3783 |
| 2026-01-07 | 214.7114 |
| 2026-01-14 | 212.4149 |
| 2026-01-21 | 211.8505 |
| 2026-01-28 | 216.1402 |
| 2026-02-04 | 214.8812 |
| 2026-02-11 | 213.7707 |
| 2026-02-18 | 211.2767 |
| 2026-02-25 | 210.8431 |
| 2026-03-04 | 208.3295 |
| 2026-03-11 | 210.9126 |
| 2026-03-18 | 209.5735 |
| 2026-03-25 | 210.9504 |
| 2026-04-01 | 209.2998 |
| 2026-04-08 | 209.7815 |
| 2026-04-15 | 212.6110 |
| 2026-04-22 | 214.7717 |
| 2026-04-29 | 213.4619 |
| 2026-05-06 | 212.5356 |
| 2026-05-14 | 213.9250 |
| 2026-05-21 | 212.4914 |
| 2026-05-29 | 210.9738 |
| 2026-06-05 | 212.3576 |
| 2026-06-14 | 211.8553 |
| 2026-06-21 | 208.7952 |
| 2026-06-28 | 207.7607 |
| 2026-07-05 | 210.8054 |
| 2026-07-12 | 212.4758 |
| 2026-07-19 | 212.7386 |
| 2026-07-26 | 210.4872 |
| 2026-08-02 | 212.8824 |
| 2026-08-09 | 213.9422 |
| 2026-08-16 | 213.7156 |
| 2026-08-24 | 216.8237 |
| 2026-08-31 | 215.7364 |
| 2026-09-07 | 214.1794 |
| 2026-09-14 | 213.3407 |
| 2026-09-21 | 211.0057 |
High
216.8237
Low
207.7607
Average
212.2508
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.