Skip to content

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

EGP/LAK over 1Y: show the values
PointEGP/LAK
2025-09-25450.1869
2025-10-02452.7173
2025-10-09455.1134
2025-10-16455.9425
2025-10-23455.5865
2025-10-30459.2512
2025-11-06457.0586
2025-11-13459.4193
2025-11-20457.5273
2025-11-27455.2995
2025-12-04455.9384
2025-12-12455.1035
2025-12-19454.9233
2025-12-26454.6662
2026-01-02453.5232
2026-01-09457.4103
2026-01-16457.9373
2026-01-23457.7093
2026-01-30459.5757
2026-02-06458.9729
2026-02-13459.1825
2026-02-20451.3579
2026-02-27447.3433
2026-03-06427.1151
2026-03-13410.6766
2026-03-20409.0795
2026-03-27410.7889
2026-04-03403.9639
2026-04-10413.7351
2026-04-17426.0288
2026-04-24416.7640
2026-05-01410.1812
2026-05-08417.6126
2026-05-16416.3070
2026-05-24412.7613
2026-05-31418.7511
2026-06-09424.8629
2026-06-16437.5698
2026-06-23444.1588
2026-06-30455.7509
2026-07-07462.0865
2026-07-14447.1588
2026-07-21443.8464
2026-07-28448.9796
2026-08-04451.6683
2026-08-11452.0005
2026-08-18447.6730
2026-08-26446.7855
2026-09-02440.2588
2026-09-09436.7963
2026-09-16430.6389
2026-09-23435.8032

High

462.0865

Low

403.9639

Average

441.7825

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=LAK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.