Skip to content

WST to EGP exchange rate API

Tala to Egyptian Pound · quoted 2026-09-26

18.8702

▲ +8.65% over 1Y

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 year, WST/EGP traded between 16.9325 and 19.9126, averaged 18.2168 and rose 8.65%. 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 1Y

WST/EGP over 1Y: show the values
PointWST/EGP
2025-09-2617.3682
2025-10-0317.4084
2025-10-1017.2951
2025-10-1717.1652
2025-10-2417.2141
2025-10-3116.9936
2025-11-0717.0274
2025-11-1416.9325
2025-11-2116.9620
2025-11-2817.0217
2025-12-0517.0542
2025-12-1217.2032
2025-12-1917.2079
2025-12-2617.0507
2026-01-0217.2192
2026-01-0917.0545
2026-01-1617.0444
2026-01-2317.1691
2026-01-3017.4020
2026-02-0617.2800
2026-02-1317.3891
2026-02-2017.6219
2026-02-2717.7948
2026-03-0618.4348
2026-03-1319.2819
2026-03-2019.3004
2026-03-2719.4207
2026-04-0319.5859
2026-04-1019.5155
2026-04-1719.1038
2026-04-2419.3072
2026-05-0119.8856
2026-05-0819.6346
2026-05-1519.9126
2026-05-2219.6109
2026-05-2919.4825
2026-06-0519.1975
2026-06-1219.1067
2026-06-1918.2475
2026-06-2618.1402
2026-07-0317.8546
2026-07-1018.0848
2026-07-1718.5772
2026-07-2418.7907
2026-07-3118.7794
2026-08-0718.2774
2026-08-1418.4419
2026-08-2118.8153
2026-08-2818.6312
2026-09-0418.7958
2026-09-1118.8853
2026-09-1819.0331
2026-09-2518.8234

High

19.9126

Low

16.9325

Average

18.2168

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.