Skip to content

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

EGP/WST over 1Y: show the values
PointEGP/WST
2025-09-260.05758
2025-10-030.05744
2025-10-100.05782
2025-10-170.05826
2025-10-240.05809
2025-10-310.05885
2025-11-070.05873
2025-11-140.05906
2025-11-210.05896
2025-11-280.05875
2025-12-050.05864
2025-12-120.05813
2025-12-190.05811
2025-12-260.05865
2026-01-020.05807
2026-01-090.05863
2026-01-160.05867
2026-01-230.05824
2026-01-300.05746
2026-02-060.05787
2026-02-130.05751
2026-02-200.05675
2026-02-270.05620
2026-03-060.05425
2026-03-130.05186
2026-03-200.05181
2026-03-270.05149
2026-04-030.05106
2026-04-100.05124
2026-04-170.05235
2026-04-240.05179
2026-05-010.05029
2026-05-080.05093
2026-05-150.05022
2026-05-220.05099
2026-05-290.05133
2026-06-050.05209
2026-06-120.05234
2026-06-190.05480
2026-06-260.05513
2026-07-030.05601
2026-07-100.05529
2026-07-170.05383
2026-07-240.05322
2026-07-310.05325
2026-08-070.05471
2026-08-140.05422
2026-08-210.05315
2026-08-280.05367
2026-09-040.05320
2026-09-110.05295
2026-09-180.05254
2026-09-250.05312

High

0.05906

Low

0.05022

Average

0.05505

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=WST"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=WST");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.