Skip to content

FKP to JPY exchange rate API

Falkland Islands Pound to Yen · quoted 2026-09-24

210.1410

▲ +10.16% over 5Y

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 5 years, FKP/JPY traded between 188.1245 and 217.0608, averaged 202.1714 and rose 10.16%. 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 5Y

FKP/JPY over 5Y: show the values
PointFKP/JPY
2024-08-24190.7580
2024-10-07194.4401
2024-11-06200.0405
2024-12-06191.8025
2025-01-05195.2866
2025-02-04192.7699
2025-03-06190.3424
2025-04-06188.1245
2025-05-06189.4353
2025-06-07195.9691
2025-07-07198.4662
2025-08-06196.2434
2025-09-05199.0219
2025-10-06201.7935
2025-11-05200.2049
2025-12-05206.9653
2026-01-05210.6788
2026-02-04214.6689
2026-03-06211.1217
2026-04-05210.8003
2026-05-05214.3551
2026-06-06213.8900
2026-07-08217.0608
2026-08-07213.0209
2026-09-07209.0556

High

217.0608

Low

188.1245

Average

202.1714

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=JPY");
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=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&currencies=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.