Skip to content

WST to EGP exchange rate API

Tala to Egyptian Pound · quoted 2026-09-26

18.8702

▲ +3.90% over 5Y

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 5 years, WST/EGP traded between 16.8525 and 19.8856, averaged 18.0007 and rose 3.90%. 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 5Y

WST/EGP over 5Y: show the values
PointWST/EGP
2024-08-2418.1623
2024-10-0618.0194
2024-11-0517.5078
2024-12-0517.8982
2025-01-0417.8387
2025-02-0316.8525
2025-03-0517.5913
2025-04-0518.0583
2025-05-0517.6377
2025-06-0516.9402
2025-07-0519.0078
2025-08-0417.5718
2025-09-0318.0689
2025-10-0317.4084
2025-11-0216.9584
2025-12-0217.0057
2026-01-0117.2071
2026-01-3117.3831
2026-03-0217.9927
2026-04-0119.7155
2026-05-0119.8856
2026-05-3119.3952
2026-06-3017.8458
2026-07-3018.6945
2026-08-2918.5010

High

19.8856

Low

16.8525

Average

18.0007

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.