THB to EGP exchange rate API
Baht to Egyptian Pound · quoted 2026-09-25
1.5529
▲ +8.03% over 5Y
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 5 years, THB/EGP traded between 1.4354 and 1.6598, averaged 1.5085 and rose 8.03%. 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 5Y: show the values
| Point | THB/EGP |
|---|---|
| 2024-08-24 | 1.4374 |
| 2024-10-06 | 1.4541 |
| 2024-11-05 | 1.4354 |
| 2024-12-05 | 1.4595 |
| 2025-01-04 | 1.4713 |
| 2025-02-03 | 1.4644 |
| 2025-03-05 | 1.4831 |
| 2025-04-05 | 1.4700 |
| 2025-05-05 | 1.5396 |
| 2025-06-05 | 1.5274 |
| 2025-07-05 | 1.5234 |
| 2025-08-04 | 1.5010 |
| 2025-09-03 | 1.5012 |
| 2025-10-03 | 1.4740 |
| 2025-11-02 | 1.4586 |
| 2025-12-02 | 1.4842 |
| 2026-01-01 | 1.5138 |
| 2026-01-31 | 1.4940 |
| 2026-03-02 | 1.5495 |
| 2026-04-01 | 1.6598 |
| 2026-05-01 | 1.6481 |
| 2026-05-31 | 1.6073 |
| 2026-06-30 | 1.4802 |
| 2026-07-30 | 1.5194 |
| 2026-08-29 | 1.5112 |
High
1.6598
Low
1.4354
Average
1.5085
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.