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: show the values
| Point | WST/EGP |
|---|---|
| 2024-08-24 | 18.1623 |
| 2024-10-06 | 18.0194 |
| 2024-11-05 | 17.5078 |
| 2024-12-05 | 17.8982 |
| 2025-01-04 | 17.8387 |
| 2025-02-03 | 16.8525 |
| 2025-03-05 | 17.5913 |
| 2025-04-05 | 18.0583 |
| 2025-05-05 | 17.6377 |
| 2025-06-05 | 16.9402 |
| 2025-07-05 | 19.0078 |
| 2025-08-04 | 17.5718 |
| 2025-09-03 | 18.0689 |
| 2025-10-03 | 17.4084 |
| 2025-11-02 | 16.9584 |
| 2025-12-02 | 17.0057 |
| 2026-01-01 | 17.2071 |
| 2026-01-31 | 17.3831 |
| 2026-03-02 | 17.9927 |
| 2026-04-01 | 19.7155 |
| 2026-05-01 | 19.8856 |
| 2026-05-31 | 19.3952 |
| 2026-06-30 | 17.8458 |
| 2026-07-30 | 18.6945 |
| 2026-08-29 | 18.5010 |
High
19.8856
Low
16.8525
Average
18.0007
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=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¤cies=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.