Skip to content

EGP to VUV exchange rate API

Egyptian Pound to Vatu · quoted 2026-09-27

2.2892

▼ +2.50% over 30D

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 30 days, EGP/VUV traded between 2.2655 and 2.3565, averaged 2.3018 and fell 2.50%. 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 30D

EGP/VUV over 30D: show the values
PointEGP/VUV
2026-08-282.3478
2026-08-292.3533
2026-08-302.3565
2026-08-312.3289
2026-09-012.3194
2026-09-022.3173
2026-09-032.3197
2026-09-042.3175
2026-09-052.3078
2026-09-062.3141
2026-09-072.3172
2026-09-082.3117
2026-09-092.3055
2026-09-102.2987
2026-09-112.2980
2026-09-122.2849
2026-09-132.2959
2026-09-142.2962
2026-09-152.2846
2026-09-162.2768
2026-09-172.2727
2026-09-182.2738
2026-09-192.2655
2026-09-202.2692
2026-09-212.2810
2026-09-222.2877
2026-09-232.3013
2026-09-242.2960
2026-09-252.2921
2026-09-262.2864
2026-09-272.2914

High

2.3565

Low

2.2655

Average

2.3018

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.