FKP to EGP exchange rate API
Falkland Islands Pound to Egyptian Pound · quoted 2026-09-27
68.6321
▼ +4.75% over 6M
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 6 months, FKP/EGP traded between 65.3467 and 72.8475, averaged 69.1991 and fell 4.75%. 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 6M: show the values
| Point | FKP/EGP |
|---|---|
| 2026-03-31 | 72.0519 |
| 2026-04-07 | 72.0794 |
| 2026-04-14 | 70.9379 |
| 2026-04-21 | 70.1270 |
| 2026-04-28 | 71.1540 |
| 2026-05-05 | 72.8475 |
| 2026-05-12 | 71.8339 |
| 2026-05-20 | 71.4389 |
| 2026-05-28 | 69.8279 |
| 2026-06-04 | 69.6592 |
| 2026-06-13 | 69.5704 |
| 2026-06-20 | 66.0266 |
| 2026-06-27 | 65.3467 |
| 2026-07-04 | 65.7944 |
| 2026-07-11 | 66.4933 |
| 2026-07-18 | 67.9327 |
| 2026-07-25 | 68.4312 |
| 2026-08-01 | 68.9501 |
| 2026-08-08 | 67.0065 |
| 2026-08-15 | 67.6152 |
| 2026-08-23 | 69.4259 |
| 2026-08-30 | 67.7210 |
| 2026-09-06 | 68.8795 |
| 2026-09-13 | 69.4279 |
| 2026-09-20 | 69.9650 |
High
72.8475
Low
65.3467
Average
69.1991
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.