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: show the values
| Point | EUR/FKP |
|---|---|
| 2025-09-27 | 0.87415 |
| 2025-10-04 | 0.87089 |
| 2025-10-11 | 0.86918 |
| 2025-10-18 | 0.86830 |
| 2025-10-25 | 0.87318 |
| 2025-11-01 | 0.87728 |
| 2025-11-08 | 0.87887 |
| 2025-11-15 | 0.88167 |
| 2025-11-22 | 0.87994 |
| 2025-11-29 | 0.87567 |
| 2025-12-06 | 0.87353 |
| 2025-12-14 | 0.87687 |
| 2025-12-21 | 0.87547 |
| 2025-12-28 | 0.87234 |
| 2026-01-04 | 0.87086 |
| 2026-01-11 | 0.86799 |
| 2026-01-18 | 0.86628 |
| 2026-01-25 | 0.86868 |
| 2026-02-01 | 0.86570 |
| 2026-02-08 | 0.86790 |
| 2026-02-15 | 0.86963 |
| 2026-02-22 | 0.87431 |
| 2026-03-01 | 0.87420 |
| 2026-03-08 | 0.86249 |
| 2026-03-15 | 0.86391 |
| 2026-03-22 | 0.86677 |
| 2026-03-29 | 0.86804 |
| 2026-04-05 | 0.87270 |
| 2026-04-12 | 0.86958 |
| 2026-04-19 | 0.86740 |
| 2026-04-26 | 0.86683 |
| 2026-05-03 | 0.86158 |
| 2026-05-10 | 0.86446 |
| 2026-05-18 | 0.87401 |
| 2026-05-26 | 0.86265 |
| 2026-06-02 | 0.86530 |
| 2026-06-11 | 0.86218 |
| 2026-06-18 | 0.86076 |
| 2026-06-25 | 0.86043 |
| 2026-07-02 | 0.85984 |
| 2026-07-09 | 0.85352 |
| 2026-07-16 | 0.84725 |
| 2026-07-23 | 0.85085 |
| 2026-07-30 | 0.85953 |
| 2026-08-06 | 0.85715 |
| 2026-08-13 | 0.85500 |
| 2026-08-21 | 0.85732 |
| 2026-08-28 | 0.85674 |
| 2026-09-04 | 0.85897 |
| 2026-09-11 | 0.85870 |
| 2026-09-18 | 0.85870 |
| 2026-09-25 | 0.86311 |
High
0.88167
Low
0.84725
Average
0.86639
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=FKP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=FKP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.