Skip to content

EUR to FKP exchange rate API

Euro to Falkland Islands Pound · quoted 2026-09-27

0.85996

▼ +1.62% over 1Y

1 EUR = 0.85996 FKP · 1 FKP = 1.1628 EUR · Get this rate via the API

1 EUR buys 0.85996 FKP as of 2026-09-27, so 1 FKP buys 1.1628 EUR. Over the last year, EUR/FKP traded between 0.84725 and 0.88167, averaged 0.86639 and fell 1.62%. The API holds daily EUR/FKP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/FKP over 1Y

EUR/FKP over 1Y: show the values
PointEUR/FKP
2025-09-270.87415
2025-10-040.87089
2025-10-110.86918
2025-10-180.86830
2025-10-250.87318
2025-11-010.87728
2025-11-080.87887
2025-11-150.88167
2025-11-220.87994
2025-11-290.87567
2025-12-060.87353
2025-12-140.87687
2025-12-210.87547
2025-12-280.87234
2026-01-040.87086
2026-01-110.86799
2026-01-180.86628
2026-01-250.86868
2026-02-010.86570
2026-02-080.86790
2026-02-150.86963
2026-02-220.87431
2026-03-010.87420
2026-03-080.86249
2026-03-150.86391
2026-03-220.86677
2026-03-290.86804
2026-04-050.87270
2026-04-120.86958
2026-04-190.86740
2026-04-260.86683
2026-05-030.86158
2026-05-100.86446
2026-05-180.87401
2026-05-260.86265
2026-06-020.86530
2026-06-110.86218
2026-06-180.86076
2026-06-250.86043
2026-07-020.85984
2026-07-090.85352
2026-07-160.84725
2026-07-230.85085
2026-07-300.85953
2026-08-060.85715
2026-08-130.85500
2026-08-210.85732
2026-08-280.85674
2026-09-040.85897
2026-09-110.85870
2026-09-180.85870
2026-09-250.86311

High

0.88167

Low

0.84725

Average

0.86639

For developers

Get this rate via the API

One GET request returns the EUR/FKP 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=EUR&currencies=FKP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=FKP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=FKP").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/FKP API questions

How do I get the EUR/FKP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=FKP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/FKP rate in rates.FKP.

How far back does EUR/FKP historical data go?

Daily EUR/FKP 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 EUR/FKP 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.