LVL to EGP exchange rate API
Latvian Lats to Egyptian Pound · quoted 2026-09-25
83.7444
▲ +0.30% over 30D
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 30 days, LVL/EGP traded between 82.4730 and 86.1752, averaged 84.2850 and rose 0.30%. 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 30D: show the values
| Point | LVL/EGP |
|---|---|
| 2026-08-26 | 83.4928 |
| 2026-08-27 | 83.2830 |
| 2026-08-28 | 83.2716 |
| 2026-08-29 | 82.5595 |
| 2026-08-30 | 82.4730 |
| 2026-08-31 | 83.6846 |
| 2026-09-01 | 83.9796 |
| 2026-09-02 | 84.0276 |
| 2026-09-03 | 84.0544 |
| 2026-09-04 | 84.2631 |
| 2026-09-05 | 84.1488 |
| 2026-09-06 | 84.2401 |
| 2026-09-07 | 84.1162 |
| 2026-09-08 | 84.3269 |
| 2026-09-09 | 84.6283 |
| 2026-09-10 | 84.9273 |
| 2026-09-11 | 84.7738 |
| 2026-09-12 | 84.7846 |
| 2026-09-13 | 84.6988 |
| 2026-09-14 | 84.8401 |
| 2026-09-15 | 85.0300 |
| 2026-09-16 | 85.4746 |
| 2026-09-17 | 85.0467 |
| 2026-09-18 | 86.1752 |
| 2026-09-19 | 85.3292 |
| 2026-09-20 | 85.3634 |
| 2026-09-21 | 84.9054 |
| 2026-09-22 | 84.4245 |
| 2026-09-23 | 83.7074 |
| 2026-09-24 | 83.5909 |
| 2026-09-25 | 83.7541 |
High
86.1752
Low
82.4730
Average
84.2850
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.