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: show the values
| Point | LVL/EGP |
|---|---|
| 2025-09-25 | 80.4684 |
| 2025-10-02 | 79.8111 |
| 2025-10-09 | 78.7639 |
| 2025-10-16 | 79.0608 |
| 2025-10-23 | 78.5340 |
| 2025-10-30 | 78.0918 |
| 2025-11-06 | 77.5471 |
| 2025-11-13 | 77.8233 |
| 2025-11-20 | 77.7298 |
| 2025-11-27 | 78.7508 |
| 2025-12-04 | 78.9022 |
| 2025-12-12 | 79.3634 |
| 2025-12-19 | 79.3683 |
| 2025-12-26 | 79.7457 |
| 2026-01-02 | 79.8212 |
| 2026-01-09 | 78.3129 |
| 2026-01-16 | 78.0309 |
| 2026-01-23 | 78.7328 |
| 2026-01-30 | 79.4566 |
| 2026-02-06 | 78.6104 |
| 2026-02-13 | 79.1266 |
| 2026-02-20 | 79.5152 |
| 2026-02-27 | 80.4912 |
| 2026-03-06 | 82.8666 |
| 2026-03-13 | 85.8238 |
| 2026-03-20 | 85.9729 |
| 2026-03-27 | 86.5824 |
| 2026-04-03 | 89.1729 |
| 2026-04-10 | 87.7673 |
| 2026-04-17 | 85.6106 |
| 2026-04-24 | 86.9906 |
| 2026-05-01 | 88.5780 |
| 2026-05-08 | 87.1560 |
| 2026-05-16 | 87.4666 |
| 2026-05-24 | 87.4291 |
| 2026-05-31 | 86.8014 |
| 2026-06-09 | 85.1420 |
| 2026-06-16 | 82.8006 |
| 2026-06-23 | 80.8941 |
| 2026-06-30 | 79.7771 |
| 2026-07-07 | 79.4512 |
| 2026-07-14 | 81.9249 |
| 2026-07-21 | 82.8901 |
| 2026-07-28 | 81.9147 |
| 2026-08-04 | 82.2204 |
| 2026-08-11 | 82.3345 |
| 2026-08-18 | 83.0059 |
| 2026-08-26 | 83.4928 |
| 2026-09-02 | 84.0276 |
| 2026-09-09 | 84.6283 |
| 2026-09-16 | 85.4746 |
| 2026-09-23 | 83.7074 |
High
89.1729
Low
77.5471
Average
82.1077
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.