EGP to LAK exchange rate API
Egyptian Pound to Kip · quoted 2026-09-25
432.9215
▼ +3.84% over 1Y
1 EGP = 432.9215 LAK · 1 LAK = 0.002310 EGP · Get this rate via the API
1 EGP buys 432.9215 LAK as of 2026-09-25, so 1 LAK buys 0.002310 EGP. Over the last year, EGP/LAK traded between 403.9639 and 462.0865, averaged 441.7825 and fell 3.84%. The API holds daily EGP/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/LAK over 1Y: show the values
| Point | EGP/LAK |
|---|---|
| 2025-09-25 | 450.1869 |
| 2025-10-02 | 452.7173 |
| 2025-10-09 | 455.1134 |
| 2025-10-16 | 455.9425 |
| 2025-10-23 | 455.5865 |
| 2025-10-30 | 459.2512 |
| 2025-11-06 | 457.0586 |
| 2025-11-13 | 459.4193 |
| 2025-11-20 | 457.5273 |
| 2025-11-27 | 455.2995 |
| 2025-12-04 | 455.9384 |
| 2025-12-12 | 455.1035 |
| 2025-12-19 | 454.9233 |
| 2025-12-26 | 454.6662 |
| 2026-01-02 | 453.5232 |
| 2026-01-09 | 457.4103 |
| 2026-01-16 | 457.9373 |
| 2026-01-23 | 457.7093 |
| 2026-01-30 | 459.5757 |
| 2026-02-06 | 458.9729 |
| 2026-02-13 | 459.1825 |
| 2026-02-20 | 451.3579 |
| 2026-02-27 | 447.3433 |
| 2026-03-06 | 427.1151 |
| 2026-03-13 | 410.6766 |
| 2026-03-20 | 409.0795 |
| 2026-03-27 | 410.7889 |
| 2026-04-03 | 403.9639 |
| 2026-04-10 | 413.7351 |
| 2026-04-17 | 426.0288 |
| 2026-04-24 | 416.7640 |
| 2026-05-01 | 410.1812 |
| 2026-05-08 | 417.6126 |
| 2026-05-16 | 416.3070 |
| 2026-05-24 | 412.7613 |
| 2026-05-31 | 418.7511 |
| 2026-06-09 | 424.8629 |
| 2026-06-16 | 437.5698 |
| 2026-06-23 | 444.1588 |
| 2026-06-30 | 455.7509 |
| 2026-07-07 | 462.0865 |
| 2026-07-14 | 447.1588 |
| 2026-07-21 | 443.8464 |
| 2026-07-28 | 448.9796 |
| 2026-08-04 | 451.6683 |
| 2026-08-11 | 452.0005 |
| 2026-08-18 | 447.6730 |
| 2026-08-26 | 446.7855 |
| 2026-09-02 | 440.2588 |
| 2026-09-09 | 436.7963 |
| 2026-09-16 | 430.6389 |
| 2026-09-23 | 435.8032 |
High
462.0865
Low
403.9639
Average
441.7825
Get this rate via the API
One GET request returns the EGP/LAK 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=EGP¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/LAK API questions
How do I get the EGP/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/LAK rate in rates.LAK.
How far back does EGP/LAK historical data go?
Daily EGP/LAK 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 EGP/LAK 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.