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: show the values
| Point | EGP/VUV |
|---|---|
| 2025-09-27 | 2.4790 |
| 2025-10-04 | 2.5298 |
| 2025-10-11 | 2.5715 |
| 2025-10-18 | 2.5804 |
| 2025-10-25 | 2.5724 |
| 2025-11-01 | 2.5816 |
| 2025-11-08 | 2.5874 |
| 2025-11-15 | 2.5968 |
| 2025-11-22 | 2.5830 |
| 2025-11-29 | 2.5782 |
| 2025-12-06 | 2.5737 |
| 2025-12-13 | 2.5555 |
| 2025-12-20 | 2.5405 |
| 2025-12-27 | 2.5365 |
| 2026-01-03 | 2.5247 |
| 2026-01-10 | 2.5437 |
| 2026-01-17 | 2.5652 |
| 2026-01-24 | 2.5489 |
| 2026-01-31 | 2.5201 |
| 2026-02-07 | 2.5636 |
| 2026-02-14 | 2.5537 |
| 2026-02-21 | 2.4990 |
| 2026-02-28 | 2.4871 |
| 2026-03-07 | 2.3671 |
| 2026-03-14 | 2.2627 |
| 2026-03-21 | 2.2803 |
| 2026-03-28 | 2.2740 |
| 2026-04-04 | 2.1940 |
| 2026-04-11 | 2.2447 |
| 2026-04-18 | 2.2787 |
| 2026-04-25 | 2.2413 |
| 2026-05-02 | 2.2149 |
| 2026-05-09 | 2.2377 |
| 2026-05-16 | 2.2085 |
| 2026-05-23 | 2.2108 |
| 2026-05-30 | 2.2489 |
| 2026-06-06 | 2.2801 |
| 2026-06-13 | 2.2870 |
| 2026-06-20 | 2.3708 |
| 2026-06-27 | 2.4083 |
| 2026-07-04 | 2.4213 |
| 2026-07-11 | 2.4187 |
| 2026-07-18 | 2.3485 |
| 2026-07-25 | 2.3092 |
| 2026-08-01 | 2.3097 |
| 2026-08-08 | 2.4010 |
| 2026-08-15 | 2.3774 |
| 2026-08-22 | 2.3315 |
| 2026-08-29 | 2.3533 |
| 2026-09-05 | 2.3078 |
| 2026-09-12 | 2.2849 |
| 2026-09-19 | 2.2655 |
| 2026-09-26 | 2.2864 |
High
2.5968
Low
2.1940
Average
2.4072
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.