FKP to JPY exchange rate API
Falkland Islands Pound to Yen · quoted 2026-09-24
210.1410
▲ +4.77% over 1Y
1 FKP = 210.1410 JPY · 1 JPY = 0.004759 FKP · Get this rate via the API
1 FKP buys 210.1410 JPY as of 2026-09-24, so 1 JPY buys 0.004759 FKP. Over the last year, FKP/JPY traded between 197.7423 and 218.5662, averaged 210.7867 and rose 4.77%. The API holds daily FKP/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/JPY over 1Y: show the values
| Point | FKP/JPY |
|---|---|
| 2025-09-24 | 200.5763 |
| 2025-10-01 | 197.7423 |
| 2025-10-08 | 204.6077 |
| 2025-10-15 | 202.1363 |
| 2025-10-22 | 202.9994 |
| 2025-10-29 | 201.8546 |
| 2025-11-05 | 200.2049 |
| 2025-11-12 | 203.4013 |
| 2025-11-19 | 205.0744 |
| 2025-11-26 | 206.1924 |
| 2025-12-03 | 205.5012 |
| 2025-12-11 | 207.9374 |
| 2025-12-18 | 208.2035 |
| 2025-12-25 | 210.6324 |
| 2026-01-01 | 211.1725 |
| 2026-01-08 | 210.8536 |
| 2026-01-15 | 212.9888 |
| 2026-01-22 | 213.2819 |
| 2026-01-29 | 211.7086 |
| 2026-02-05 | 213.9935 |
| 2026-02-12 | 210.0277 |
| 2026-02-19 | 209.0566 |
| 2026-02-26 | 211.6473 |
| 2026-03-05 | 210.4892 |
| 2026-03-12 | 212.3674 |
| 2026-03-19 | 211.1328 |
| 2026-03-26 | 213.1562 |
| 2026-04-02 | 211.4044 |
| 2026-04-09 | 213.5822 |
| 2026-04-16 | 215.6292 |
| 2026-04-23 | 215.3632 |
| 2026-04-30 | 211.5370 |
| 2026-05-07 | 212.3059 |
| 2026-05-15 | 214.3440 |
| 2026-05-23 | 213.8438 |
| 2026-05-30 | 214.3529 |
| 2026-06-06 | 213.8900 |
| 2026-06-15 | 215.4877 |
| 2026-06-22 | 213.6930 |
| 2026-06-29 | 213.6613 |
| 2026-07-06 | 216.6036 |
| 2026-07-13 | 216.9002 |
| 2026-07-20 | 218.5662 |
| 2026-07-27 | 218.4756 |
| 2026-08-03 | 211.0145 |
| 2026-08-10 | 213.9805 |
| 2026-08-17 | 215.7646 |
| 2026-08-25 | 217.1293 |
| 2026-09-01 | 216.8428 |
| 2026-09-08 | 208.8885 |
| 2026-09-15 | 209.0150 |
| 2026-09-22 | 210.3410 |
High
218.5662
Low
197.7423
Average
210.7867
Get this rate via the API
One GET request returns the FKP/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/JPY API questions
How do I get the FKP/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/JPY rate in rates.JPY.
How far back does FKP/JPY historical data go?
Daily FKP/JPY 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/JPY 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.