EGP to WST exchange rate API
Egyptian Pound to Tala · quoted 2026-09-26
0.05299
▼ +7.96% over 1Y
1 EGP = 0.05299 WST · 1 WST = 18.8704 EGP · Get this rate via the API
1 EGP buys 0.05299 WST as of 2026-09-26, so 1 WST buys 18.8704 EGP. Over the last year, EGP/WST traded between 0.05022 and 0.05906, averaged 0.05505 and fell 7.96%. The API holds daily EGP/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/WST over 1Y: show the values
| Point | EGP/WST |
|---|---|
| 2025-09-26 | 0.05758 |
| 2025-10-03 | 0.05744 |
| 2025-10-10 | 0.05782 |
| 2025-10-17 | 0.05826 |
| 2025-10-24 | 0.05809 |
| 2025-10-31 | 0.05885 |
| 2025-11-07 | 0.05873 |
| 2025-11-14 | 0.05906 |
| 2025-11-21 | 0.05896 |
| 2025-11-28 | 0.05875 |
| 2025-12-05 | 0.05864 |
| 2025-12-12 | 0.05813 |
| 2025-12-19 | 0.05811 |
| 2025-12-26 | 0.05865 |
| 2026-01-02 | 0.05807 |
| 2026-01-09 | 0.05863 |
| 2026-01-16 | 0.05867 |
| 2026-01-23 | 0.05824 |
| 2026-01-30 | 0.05746 |
| 2026-02-06 | 0.05787 |
| 2026-02-13 | 0.05751 |
| 2026-02-20 | 0.05675 |
| 2026-02-27 | 0.05620 |
| 2026-03-06 | 0.05425 |
| 2026-03-13 | 0.05186 |
| 2026-03-20 | 0.05181 |
| 2026-03-27 | 0.05149 |
| 2026-04-03 | 0.05106 |
| 2026-04-10 | 0.05124 |
| 2026-04-17 | 0.05235 |
| 2026-04-24 | 0.05179 |
| 2026-05-01 | 0.05029 |
| 2026-05-08 | 0.05093 |
| 2026-05-15 | 0.05022 |
| 2026-05-22 | 0.05099 |
| 2026-05-29 | 0.05133 |
| 2026-06-05 | 0.05209 |
| 2026-06-12 | 0.05234 |
| 2026-06-19 | 0.05480 |
| 2026-06-26 | 0.05513 |
| 2026-07-03 | 0.05601 |
| 2026-07-10 | 0.05529 |
| 2026-07-17 | 0.05383 |
| 2026-07-24 | 0.05322 |
| 2026-07-31 | 0.05325 |
| 2026-08-07 | 0.05471 |
| 2026-08-14 | 0.05422 |
| 2026-08-21 | 0.05315 |
| 2026-08-28 | 0.05367 |
| 2026-09-04 | 0.05320 |
| 2026-09-11 | 0.05295 |
| 2026-09-18 | 0.05254 |
| 2026-09-25 | 0.05312 |
High
0.05906
Low
0.05022
Average
0.05505
Get this rate via the API
One GET request returns the EGP/WST 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=EGP¤cies=WST"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=WST");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=WST").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/WST API questions
How do I get the EGP/WST exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=WST, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/WST rate in rates.WST.
How far back does EGP/WST historical data go?
Daily EGP/WST 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 EGP/WST 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.