Skip to content

LVL to EGP exchange rate API

Latvian Lats to Egyptian Pound · quoted 2026-09-25

83.7444

▲ +4.07% over 1Y

1 LVL = 83.7444 EGP · 1 EGP = 0.01194 LVL · Get this rate via the API

1 LVL buys 83.7444 EGP as of 2026-09-25, so 1 EGP buys 0.01194 LVL. Over the last year, LVL/EGP traded between 77.5471 and 89.1729, averaged 82.1077 and rose 4.07%. The API holds daily LVL/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LVL/EGP over 1Y

LVL/EGP over 1Y: show the values
PointLVL/EGP
2025-09-2580.4684
2025-10-0279.8111
2025-10-0978.7639
2025-10-1679.0608
2025-10-2378.5340
2025-10-3078.0918
2025-11-0677.5471
2025-11-1377.8233
2025-11-2077.7298
2025-11-2778.7508
2025-12-0478.9022
2025-12-1279.3634
2025-12-1979.3683
2025-12-2679.7457
2026-01-0279.8212
2026-01-0978.3129
2026-01-1678.0309
2026-01-2378.7328
2026-01-3079.4566
2026-02-0678.6104
2026-02-1379.1266
2026-02-2079.5152
2026-02-2780.4912
2026-03-0682.8666
2026-03-1385.8238
2026-03-2085.9729
2026-03-2786.5824
2026-04-0389.1729
2026-04-1087.7673
2026-04-1785.6106
2026-04-2486.9906
2026-05-0188.5780
2026-05-0887.1560
2026-05-1687.4666
2026-05-2487.4291
2026-05-3186.8014
2026-06-0985.1420
2026-06-1682.8006
2026-06-2380.8941
2026-06-3079.7771
2026-07-0779.4512
2026-07-1481.9249
2026-07-2182.8901
2026-07-2881.9147
2026-08-0482.2204
2026-08-1182.3345
2026-08-1883.0059
2026-08-2683.4928
2026-09-0284.0276
2026-09-0984.6283
2026-09-1685.4746
2026-09-2383.7074

High

89.1729

Low

77.5471

Average

82.1077

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LVL/EGP API questions

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

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

How far back does LVL/EGP historical data go?

Daily LVL/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 LVL/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.