Skip to content

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

LVL/EGP over YTD: show the values
PointLVL/EGP
2025-12-3179.6874
2026-01-0778.6857
2026-01-1478.1857
2026-01-2179.1333
2026-01-2880.0755
2026-02-0478.9895
2026-02-1179.3261
2026-02-1879.1160
2026-02-2580.3199
2026-03-0482.5949
2026-03-1185.8560
2026-03-1885.8168
2026-03-2586.8192
2026-04-0188.8067
2026-04-0889.6390
2026-04-1586.2259
2026-04-2285.8104
2026-04-2987.5203
2026-05-0687.8504
2026-05-1488.1675
2026-05-2187.7902
2026-05-2986.4821
2026-06-0585.6400
2026-06-1485.1252
2026-06-2181.6238
2026-06-2880.3093
2026-07-0580.1788
2026-07-1280.7942
2026-07-1982.2546
2026-07-2683.0656
2026-08-0283.7606
2026-08-0981.6510
2026-08-1682.6937
2026-08-2484.4260
2026-08-3183.6846
2026-09-0784.1162
2026-09-1484.8401
2026-09-2184.9054

High

89.6390

Low

78.1857

Average

83.4798

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.