EGP to VND exchange rate API
Egyptian Pound to Dong · quoted 2026-09-25
503.6951
▼ +8.93% over YTD
1 EGP = 503.6951 VND · 1 VND = 0.001985 EGP · Get this rate via the API
1 EGP buys 503.6951 VND as of 2026-09-25, so 1 VND buys 0.001985 EGP. Over the year to date, EGP/VND traded between 489.4625 and 558.4956, averaged 521.2904 and fell 8.93%. The API holds daily EGP/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/VND over YTD: show the values
| Point | EGP/VND |
|---|---|
| 2025-12-31 | 553.1063 |
| 2026-01-07 | 557.9309 |
| 2026-01-14 | 558.4956 |
| 2026-01-21 | 555.8640 |
| 2026-01-28 | 557.8274 |
| 2026-02-04 | 555.4904 |
| 2026-02-11 | 556.6549 |
| 2026-02-18 | 554.8994 |
| 2026-02-25 | 547.4826 |
| 2026-03-04 | 525.4278 |
| 2026-03-11 | 507.1946 |
| 2026-03-18 | 504.7115 |
| 2026-03-25 | 502.9279 |
| 2026-04-01 | 489.7063 |
| 2026-04-08 | 489.4625 |
| 2026-04-15 | 506.5867 |
| 2026-04-22 | 508.8738 |
| 2026-04-29 | 499.4309 |
| 2026-05-06 | 497.0447 |
| 2026-05-13 | 499.7367 |
| 2026-05-20 | 496.3392 |
| 2026-05-27 | 506.0004 |
| 2026-06-03 | 509.0042 |
| 2026-06-11 | 508.6027 |
| 2026-06-18 | 529.1536 |
| 2026-06-25 | 532.8989 |
| 2026-07-02 | 537.4188 |
| 2026-07-09 | 531.6878 |
| 2026-07-16 | 521.6567 |
| 2026-07-23 | 514.7155 |
| 2026-07-30 | 517.6191 |
| 2026-08-06 | 529.3129 |
| 2026-08-13 | 520.7211 |
| 2026-08-20 | 516.3546 |
| 2026-08-27 | 521.0400 |
| 2026-09-03 | 513.9984 |
| 2026-09-10 | 507.0169 |
| 2026-09-17 | 500.3695 |
| 2026-09-24 | 505.1548 |
High
558.4956
Low
489.4625
Average
521.2904
Get this rate via the API
One GET request returns the EGP/VND 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=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/VND API questions
How do I get the EGP/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/VND rate in rates.VND.
How far back does EGP/VND historical data go?
Daily EGP/VND 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/VND 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.