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: show the values
| Point | WST/EGP |
|---|---|
| 2025-12-31 | 17.2604 |
| 2026-01-07 | 17.0861 |
| 2026-01-14 | 17.0298 |
| 2026-01-21 | 17.2043 |
| 2026-01-28 | 17.2887 |
| 2026-02-04 | 17.3672 |
| 2026-02-11 | 17.3619 |
| 2026-02-18 | 17.4367 |
| 2026-02-25 | 17.7119 |
| 2026-03-04 | 18.4945 |
| 2026-03-11 | 19.1950 |
| 2026-03-18 | 19.2642 |
| 2026-03-25 | 19.2525 |
| 2026-04-01 | 19.7155 |
| 2026-04-08 | 19.6444 |
| 2026-04-15 | 19.2593 |
| 2026-04-22 | 19.1222 |
| 2026-04-29 | 19.5830 |
| 2026-05-06 | 19.7172 |
| 2026-05-13 | 19.6467 |
| 2026-05-20 | 19.6974 |
| 2026-05-27 | 19.3910 |
| 2026-06-03 | 19.3609 |
| 2026-06-10 | 19.0309 |
| 2026-06-17 | 18.4707 |
| 2026-06-24 | 18.0992 |
| 2026-07-01 | 17.8449 |
| 2026-07-08 | 18.0686 |
| 2026-07-15 | 18.5308 |
| 2026-07-22 | 18.7672 |
| 2026-07-29 | 18.5353 |
| 2026-08-05 | 18.3566 |
| 2026-08-12 | 18.4636 |
| 2026-08-19 | 18.6291 |
| 2026-08-26 | 18.6524 |
| 2026-09-02 | 18.8254 |
| 2026-09-09 | 18.8709 |
| 2026-09-16 | 19.0786 |
| 2026-09-23 | 18.8282 |
High
19.7172
Low
17.0298
Average
18.5753
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.