Skip to content

EGP to LAK exchange rate API

Egyptian Pound to Kip · quoted 2026-09-25

432.9215

▼ +4.55% over YTD

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 year to date, EGP/LAK traded between 406.1878 and 459.2042, averaged 435.9258 and fell 4.55%. 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 YTD

EGP/LAK over YTD: show the values
PointEGP/LAK
2025-12-31453.5770
2026-01-07457.8305
2026-01-14458.5383
2026-01-21455.8480
2026-01-28456.6584
2026-02-04455.7676
2026-02-11459.2042
2026-02-18455.8068
2026-02-25446.6148
2026-03-04427.8877
2026-03-11412.2248
2026-03-18409.8309
2026-03-25408.9386
2026-04-01406.3106
2026-04-08406.1878
2026-04-15421.4838
2026-04-22425.6000
2026-04-29414.5248
2026-05-06412.3846
2026-05-14415.4028
2026-05-21413.1352
2026-05-29418.2676
2026-06-05424.0559
2026-06-14425.2435
2026-06-21441.0216
2026-06-28451.7085
2026-07-05457.5106
2026-07-12451.9936
2026-07-19446.3612
2026-07-26441.0054
2026-08-02442.8747
2026-08-09454.7215
2026-08-16447.0137
2026-08-24443.7389
2026-08-31443.7326
2026-09-07439.7266
2026-09-14434.4528
2026-09-21430.9983

High

459.2042

Low

406.1878

Average

435.9258

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.