Skip to content

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

THB/EGP over 1Y: show the values
PointTHB/EGP
2025-09-251.4964
2025-10-021.4790
2025-10-091.4602
2025-10-161.4627
2025-10-231.4502
2025-10-301.4553
2025-11-061.4639
2025-11-131.4607
2025-11-201.4619
2025-11-271.4791
2025-12-041.4832
2025-12-111.4977
2025-12-181.5126
2025-12-251.5292
2026-01-011.5138
2026-01-081.4986
2026-01-151.5061
2026-01-221.5077
2026-01-291.5011
2026-02-051.4772
2026-02-121.5105
2026-02-191.5136
2026-02-261.5428
2026-03-051.5842
2026-03-121.6348
2026-03-191.5878
2026-03-261.6013
2026-04-021.6470
2026-04-091.6565
2026-04-161.6216
2026-04-231.6193
2026-04-301.6408
2026-05-071.6399
2026-05-141.6369
2026-05-211.6245
2026-05-281.5969
2026-06-041.5910
2026-06-111.5760
2026-06-181.5224
2026-06-251.4840
2026-07-021.4735
2026-07-091.4838
2026-07-161.5047
2026-07-231.5167
2026-07-301.5194
2026-08-061.5048
2026-08-131.5157
2026-08-201.5426
2026-08-271.5293
2026-09-031.5442
2026-09-101.5544
2026-09-171.5656
2026-09-241.5423

High

1.6565

Low

1.4502

Average

1.5348

For developers

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

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