THB to EGP exchange rate API
Baht to Egyptian Pound · quoted 2026-09-25
1.5529
▲ +3.78% over 1Y
1 THB = 1.5529 EGP · 1 EGP = 0.64395 THB · Get this rate via the API
1 THB buys 1.5529 EGP as of 2026-09-25, so 1 EGP buys 0.64395 THB. Over the last year, THB/EGP traded between 1.4502 and 1.6565, averaged 1.5348 and rose 3.78%. The API holds daily THB/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
THB/EGP over 1Y: show the values
| Point | THB/EGP |
|---|---|
| 2025-09-25 | 1.4964 |
| 2025-10-02 | 1.4790 |
| 2025-10-09 | 1.4602 |
| 2025-10-16 | 1.4627 |
| 2025-10-23 | 1.4502 |
| 2025-10-30 | 1.4553 |
| 2025-11-06 | 1.4639 |
| 2025-11-13 | 1.4607 |
| 2025-11-20 | 1.4619 |
| 2025-11-27 | 1.4791 |
| 2025-12-04 | 1.4832 |
| 2025-12-11 | 1.4977 |
| 2025-12-18 | 1.5126 |
| 2025-12-25 | 1.5292 |
| 2026-01-01 | 1.5138 |
| 2026-01-08 | 1.4986 |
| 2026-01-15 | 1.5061 |
| 2026-01-22 | 1.5077 |
| 2026-01-29 | 1.5011 |
| 2026-02-05 | 1.4772 |
| 2026-02-12 | 1.5105 |
| 2026-02-19 | 1.5136 |
| 2026-02-26 | 1.5428 |
| 2026-03-05 | 1.5842 |
| 2026-03-12 | 1.6348 |
| 2026-03-19 | 1.5878 |
| 2026-03-26 | 1.6013 |
| 2026-04-02 | 1.6470 |
| 2026-04-09 | 1.6565 |
| 2026-04-16 | 1.6216 |
| 2026-04-23 | 1.6193 |
| 2026-04-30 | 1.6408 |
| 2026-05-07 | 1.6399 |
| 2026-05-14 | 1.6369 |
| 2026-05-21 | 1.6245 |
| 2026-05-28 | 1.5969 |
| 2026-06-04 | 1.5910 |
| 2026-06-11 | 1.5760 |
| 2026-06-18 | 1.5224 |
| 2026-06-25 | 1.4840 |
| 2026-07-02 | 1.4735 |
| 2026-07-09 | 1.4838 |
| 2026-07-16 | 1.5047 |
| 2026-07-23 | 1.5167 |
| 2026-07-30 | 1.5194 |
| 2026-08-06 | 1.5048 |
| 2026-08-13 | 1.5157 |
| 2026-08-20 | 1.5426 |
| 2026-08-27 | 1.5293 |
| 2026-09-03 | 1.5442 |
| 2026-09-10 | 1.5544 |
| 2026-09-17 | 1.5656 |
| 2026-09-24 | 1.5423 |
High
1.6565
Low
1.4502
Average
1.5348
Get this rate via the API
One GET request returns the THB/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=THB¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
THB/EGP API questions
How do I get the THB/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest THB/EGP rate in rates.EGP.
How far back does THB/EGP historical data go?
Daily THB/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 THB/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.