Skip to content

WST to EGP exchange rate API

Tala to Egyptian Pound · quoted 2026-09-26

18.8702

▲ +1.37% over 30D

1 WST = 18.8702 EGP · 1 EGP = 0.05299 WST · Get this rate via the API

1 WST buys 18.8702 EGP as of 2026-09-26, so 1 EGP buys 0.05299 WST. Over the last 30 days, WST/EGP traded between 18.5010 and 19.0836, averaged 18.8449 and rose 1.37%. The API holds daily WST/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

WST/EGP over 30D

WST/EGP over 30D: show the values
PointWST/EGP
2026-08-2718.6160
2026-08-2818.6312
2026-08-2918.5010
2026-08-3018.5152
2026-08-3118.8138
2026-09-0118.8524
2026-09-0218.8254
2026-09-0318.7694
2026-09-0418.7958
2026-09-0518.7343
2026-09-0618.7754
2026-09-0718.7966
2026-09-0818.8379
2026-09-0918.8709
2026-09-1018.9028
2026-09-1118.8853
2026-09-1218.7776
2026-09-1318.8117
2026-09-1418.9403
2026-09-1519.0021
2026-09-1619.0786
2026-09-1719.0836
2026-09-1819.0331
2026-09-1918.9843
2026-09-2019.0452
2026-09-2119.0507
2026-09-2218.9124
2026-09-2318.8282
2026-09-2418.8032
2026-09-2518.8234
2026-09-2618.8702

High

19.0836

Low

18.5010

Average

18.8449

For developers

Get this rate via the API

One GET request returns the WST/EGP 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=WST&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=EGP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

WST/EGP API questions

How do I get the WST/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest WST/EGP rate in rates.EGP.

How far back does WST/EGP historical data go?

Daily WST/EGP 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 WST/EGP 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.