LVL to EGP exchange rate API
Latvian Lats to Egyptian Pound · quoted 2026-09-25
83.7444
▲ +7.80% over 5Y
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 5 years, LVL/EGP traded between 73.8947 and 89.1240, averaged 80.0414 and rose 7.80%. 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 5Y: show the values
| Point | LVL/EGP |
|---|---|
| 2024-08-24 | 77.6873 |
| 2024-10-07 | 75.4841 |
| 2024-11-06 | 75.7682 |
| 2024-12-06 | 75.1700 |
| 2025-01-05 | 74.5210 |
| 2025-02-04 | 73.8947 |
| 2025-03-06 | 77.9711 |
| 2025-04-06 | 78.8761 |
| 2025-05-06 | 80.2884 |
| 2025-06-07 | 80.1821 |
| 2025-07-07 | 81.5017 |
| 2025-08-06 | 79.7187 |
| 2025-09-05 | 80.5928 |
| 2025-10-06 | 79.4413 |
| 2025-11-05 | 77.4811 |
| 2025-12-05 | 78.8514 |
| 2026-01-05 | 79.1046 |
| 2026-02-04 | 78.9895 |
| 2026-03-06 | 82.8666 |
| 2026-04-05 | 89.1240 |
| 2026-05-05 | 88.6639 |
| 2026-06-06 | 85.4019 |
| 2026-07-08 | 80.0552 |
| 2026-08-07 | 81.5805 |
| 2026-09-07 | 84.1162 |
High
89.1240
Low
73.8947
Average
80.0414
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=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¤cies=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.