Skip to content

FKP to EGP exchange rate API

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

68.6321

▲ +6.07% over 1Y

1 FKP = 68.6321 EGP · 1 EGP = 0.01457 FKP · Get this rate via the API

1 FKP buys 68.6321 EGP as of 2026-09-27, so 1 EGP buys 0.01457 FKP. Over the last year, FKP/EGP traded between 61.9193 and 72.9907, averaged 66.7053 and rose 6.07%. The API holds daily FKP/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/EGP over 1Y

FKP/EGP over 1Y: show the values
PointFKP/EGP
2025-09-2764.7020
2025-10-0464.3447
2025-10-1163.2136
2025-10-1863.7842
2025-10-2563.2502
2025-11-0161.9552
2025-11-0862.3237
2025-11-1561.9193
2025-11-2262.0467
2025-11-2962.8144
2025-12-0663.2941
2025-12-1463.4896
2025-12-2163.6988
2025-12-2864.1952
2026-01-0464.3293
2026-01-1163.4939
2026-01-1863.2343
2026-01-2564.1991
2026-02-0164.4176
2026-02-0863.7999
2026-02-1563.7603
2026-02-2264.1576
2026-03-0164.5131
2026-03-0868.6400
2026-03-1569.3668
2026-03-2269.6158
2026-03-2970.3769
2026-04-0571.7763
2026-04-1271.6988
2026-04-1970.4825
2026-04-2671.0996
2026-05-0372.9907
2026-05-1071.8429
2026-05-1870.9572
2026-05-2670.4243
2026-06-0269.9082
2026-06-1169.4881
2026-06-1866.4684
2026-06-2565.3371
2026-07-0265.0771
2026-07-0966.4852
2026-07-1668.3546
2026-07-2368.6866
2026-07-3068.0519
2026-08-0667.0002
2026-08-1367.7417
2026-08-2169.4262
2026-08-2868.2922
2026-09-0468.9344
2026-09-1169.3261
2026-09-1869.5666
2026-09-2568.3972

High

72.9907

Low

61.9193

Average

66.7053

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/EGP API questions

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

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

How far back does FKP/EGP historical data go?

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