LVL to EGP exchange rate API
Latvian Lats to Egyptian Pound · quoted 2026-09-25
83.7444
▲ +5.09% over YTD
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 year to date, LVL/EGP traded between 78.1857 and 89.6390, averaged 83.4798 and rose 5.09%. 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 YTD: show the values
| Point | LVL/EGP |
|---|---|
| 2025-12-31 | 79.6874 |
| 2026-01-07 | 78.6857 |
| 2026-01-14 | 78.1857 |
| 2026-01-21 | 79.1333 |
| 2026-01-28 | 80.0755 |
| 2026-02-04 | 78.9895 |
| 2026-02-11 | 79.3261 |
| 2026-02-18 | 79.1160 |
| 2026-02-25 | 80.3199 |
| 2026-03-04 | 82.5949 |
| 2026-03-11 | 85.8560 |
| 2026-03-18 | 85.8168 |
| 2026-03-25 | 86.8192 |
| 2026-04-01 | 88.8067 |
| 2026-04-08 | 89.6390 |
| 2026-04-15 | 86.2259 |
| 2026-04-22 | 85.8104 |
| 2026-04-29 | 87.5203 |
| 2026-05-06 | 87.8504 |
| 2026-05-14 | 88.1675 |
| 2026-05-21 | 87.7902 |
| 2026-05-29 | 86.4821 |
| 2026-06-05 | 85.6400 |
| 2026-06-14 | 85.1252 |
| 2026-06-21 | 81.6238 |
| 2026-06-28 | 80.3093 |
| 2026-07-05 | 80.1788 |
| 2026-07-12 | 80.7942 |
| 2026-07-19 | 82.2546 |
| 2026-07-26 | 83.0656 |
| 2026-08-02 | 83.7606 |
| 2026-08-09 | 81.6510 |
| 2026-08-16 | 82.6937 |
| 2026-08-24 | 84.4260 |
| 2026-08-31 | 83.6846 |
| 2026-09-07 | 84.1162 |
| 2026-09-14 | 84.8401 |
| 2026-09-21 | 84.9054 |
High
89.6390
Low
78.1857
Average
83.4798
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.