Skip to content

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

EGP/VND over YTD: show the values
PointEGP/VND
2025-12-31553.1063
2026-01-07557.9309
2026-01-14558.4956
2026-01-21555.8640
2026-01-28557.8274
2026-02-04555.4904
2026-02-11556.6549
2026-02-18554.8994
2026-02-25547.4826
2026-03-04525.4278
2026-03-11507.1946
2026-03-18504.7115
2026-03-25502.9279
2026-04-01489.7063
2026-04-08489.4625
2026-04-15506.5867
2026-04-22508.8738
2026-04-29499.4309
2026-05-06497.0447
2026-05-13499.7367
2026-05-20496.3392
2026-05-27506.0004
2026-06-03509.0042
2026-06-11508.6027
2026-06-18529.1536
2026-06-25532.8989
2026-07-02537.4188
2026-07-09531.6878
2026-07-16521.6567
2026-07-23514.7155
2026-07-30517.6191
2026-08-06529.3129
2026-08-13520.7211
2026-08-20516.3546
2026-08-27521.0400
2026-09-03513.9984
2026-09-10507.0169
2026-09-17500.3695
2026-09-24505.1548

High

558.4956

Low

489.4625

Average

521.2904

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=VND");
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=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&currencies=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.