Skip to content

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

LVL/EGP over 30D: show the values
PointLVL/EGP
2026-08-2683.4928
2026-08-2783.2830
2026-08-2883.2716
2026-08-2982.5595
2026-08-3082.4730
2026-08-3183.6846
2026-09-0183.9796
2026-09-0284.0276
2026-09-0384.0544
2026-09-0484.2631
2026-09-0584.1488
2026-09-0684.2401
2026-09-0784.1162
2026-09-0884.3269
2026-09-0984.6283
2026-09-1084.9273
2026-09-1184.7738
2026-09-1284.7846
2026-09-1384.6988
2026-09-1484.8401
2026-09-1585.0300
2026-09-1685.4746
2026-09-1785.0467
2026-09-1886.1752
2026-09-1985.3292
2026-09-2085.3634
2026-09-2184.9054
2026-09-2284.4245
2026-09-2383.7074
2026-09-2483.5909
2026-09-2583.7541

High

86.1752

Low

82.4730

Average

84.2850

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.