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: show the values
| Point | WST/EGP |
|---|---|
| 2025-09-26 | 17.3682 |
| 2025-10-03 | 17.4084 |
| 2025-10-10 | 17.2951 |
| 2025-10-17 | 17.1652 |
| 2025-10-24 | 17.2141 |
| 2025-10-31 | 16.9936 |
| 2025-11-07 | 17.0274 |
| 2025-11-14 | 16.9325 |
| 2025-11-21 | 16.9620 |
| 2025-11-28 | 17.0217 |
| 2025-12-05 | 17.0542 |
| 2025-12-12 | 17.2032 |
| 2025-12-19 | 17.2079 |
| 2025-12-26 | 17.0507 |
| 2026-01-02 | 17.2192 |
| 2026-01-09 | 17.0545 |
| 2026-01-16 | 17.0444 |
| 2026-01-23 | 17.1691 |
| 2026-01-30 | 17.4020 |
| 2026-02-06 | 17.2800 |
| 2026-02-13 | 17.3891 |
| 2026-02-20 | 17.6219 |
| 2026-02-27 | 17.7948 |
| 2026-03-06 | 18.4348 |
| 2026-03-13 | 19.2819 |
| 2026-03-20 | 19.3004 |
| 2026-03-27 | 19.4207 |
| 2026-04-03 | 19.5859 |
| 2026-04-10 | 19.5155 |
| 2026-04-17 | 19.1038 |
| 2026-04-24 | 19.3072 |
| 2026-05-01 | 19.8856 |
| 2026-05-08 | 19.6346 |
| 2026-05-15 | 19.9126 |
| 2026-05-22 | 19.6109 |
| 2026-05-29 | 19.4825 |
| 2026-06-05 | 19.1975 |
| 2026-06-12 | 19.1067 |
| 2026-06-19 | 18.2475 |
| 2026-06-26 | 18.1402 |
| 2026-07-03 | 17.8546 |
| 2026-07-10 | 18.0848 |
| 2026-07-17 | 18.5772 |
| 2026-07-24 | 18.7907 |
| 2026-07-31 | 18.7794 |
| 2026-08-07 | 18.2774 |
| 2026-08-14 | 18.4419 |
| 2026-08-21 | 18.8153 |
| 2026-08-28 | 18.6312 |
| 2026-09-04 | 18.7958 |
| 2026-09-11 | 18.8853 |
| 2026-09-18 | 19.0331 |
| 2026-09-25 | 18.8234 |
High
19.9126
Low
16.9325
Average
18.2168
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.