Skip to content

EGP to VUV exchange rate API

Egyptian Pound to Vatu · quoted 2026-09-27

2.2892

▼ +9.66% over YTD

1 EGP = 2.2892 VUV · 1 VUV = 0.43684 EGP · Get this rate via the API

1 EGP buys 2.2892 VUV as of 2026-09-27, so 1 VUV buys 0.43684 EGP. Over the year to date, EGP/VUV traded between 2.2193 and 2.5704, averaged 2.3624 and fell 9.66%. The API holds daily EGP/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/VUV over YTD

EGP/VUV over YTD: show the values
PointEGP/VUV
2025-12-312.5340
2026-01-072.5611
2026-01-142.5704
2026-01-212.5494
2026-01-282.5484
2026-02-042.5500
2026-02-112.5476
2026-02-182.5264
2026-02-252.4800
2026-03-042.3777
2026-03-112.3050
2026-03-182.2795
2026-03-252.2677
2026-04-012.2269
2026-04-082.2193
2026-04-152.2743
2026-04-222.2782
2026-04-292.2336
2026-05-062.2241
2026-05-132.2246
2026-05-202.2246
2026-05-272.2663
2026-06-032.2741
2026-06-102.3012
2026-06-172.3757
2026-06-242.4056
2026-07-012.4459
2026-07-082.4381
2026-07-152.3618
2026-07-222.3307
2026-07-292.3618
2026-08-052.3862
2026-08-122.3634
2026-08-192.3418
2026-08-262.3504
2026-09-022.3173
2026-09-092.3055
2026-09-162.2768
2026-09-232.3013

High

2.5704

Low

2.2193

Average

2.3624

For developers

Get this rate via the API

One GET request returns the EGP/VUV 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=EGP&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=VUV");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=VUV").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/VUV API questions

How do I get the EGP/VUV exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/VUV rate in rates.VUV.

How far back does EGP/VUV historical data go?

Daily EGP/VUV 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 EGP/VUV 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.