Skip to content

WST to EGP exchange rate API

Tala to Egyptian Pound · quoted 2026-09-26

18.8702

▲ +9.33% over YTD

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 year to date, WST/EGP traded between 17.0298 and 19.7172, averaged 18.5753 and rose 9.33%. 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 YTD

WST/EGP over YTD: show the values
PointWST/EGP
2025-12-3117.2604
2026-01-0717.0861
2026-01-1417.0298
2026-01-2117.2043
2026-01-2817.2887
2026-02-0417.3672
2026-02-1117.3619
2026-02-1817.4367
2026-02-2517.7119
2026-03-0418.4945
2026-03-1119.1950
2026-03-1819.2642
2026-03-2519.2525
2026-04-0119.7155
2026-04-0819.6444
2026-04-1519.2593
2026-04-2219.1222
2026-04-2919.5830
2026-05-0619.7172
2026-05-1319.6467
2026-05-2019.6974
2026-05-2719.3910
2026-06-0319.3609
2026-06-1019.0309
2026-06-1718.4707
2026-06-2418.0992
2026-07-0117.8449
2026-07-0818.0686
2026-07-1518.5308
2026-07-2218.7672
2026-07-2918.5353
2026-08-0518.3566
2026-08-1218.4636
2026-08-1918.6291
2026-08-2618.6524
2026-09-0218.8254
2026-09-0918.8709
2026-09-1619.0786
2026-09-2318.8282

High

19.7172

Low

17.0298

Average

18.5753

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.