Skip to content

EGP to VUV exchange rate API

Egyptian Pound to Vatu · quoted 2026-09-27

2.2892

▼ +7.66% over 1Y

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 last year, EGP/VUV traded between 2.1940 and 2.5968, averaged 2.4072 and fell 7.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 1Y

EGP/VUV over 1Y: show the values
PointEGP/VUV
2025-09-272.4790
2025-10-042.5298
2025-10-112.5715
2025-10-182.5804
2025-10-252.5724
2025-11-012.5816
2025-11-082.5874
2025-11-152.5968
2025-11-222.5830
2025-11-292.5782
2025-12-062.5737
2025-12-132.5555
2025-12-202.5405
2025-12-272.5365
2026-01-032.5247
2026-01-102.5437
2026-01-172.5652
2026-01-242.5489
2026-01-312.5201
2026-02-072.5636
2026-02-142.5537
2026-02-212.4990
2026-02-282.4871
2026-03-072.3671
2026-03-142.2627
2026-03-212.2803
2026-03-282.2740
2026-04-042.1940
2026-04-112.2447
2026-04-182.2787
2026-04-252.2413
2026-05-022.2149
2026-05-092.2377
2026-05-162.2085
2026-05-232.2108
2026-05-302.2489
2026-06-062.2801
2026-06-132.2870
2026-06-202.3708
2026-06-272.4083
2026-07-042.4213
2026-07-112.4187
2026-07-182.3485
2026-07-252.3092
2026-08-012.3097
2026-08-082.4010
2026-08-152.3774
2026-08-222.3315
2026-08-292.3533
2026-09-052.3078
2026-09-122.2849
2026-09-192.2655
2026-09-262.2864

High

2.5968

Low

2.1940

Average

2.4072

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.