TND to EGP exchange rate API
Tunisian Dinar to Egyptian Pound · quoted 2026-09-25
17.5057
▲ +5.99% over YTD
1 TND = 17.5057 EGP · 1 EGP = 0.05712 TND · Get this rate via the API
1 TND buys 17.5057 EGP as of 2026-09-25, so 1 EGP buys 0.05712 TND. Over the year to date, TND/EGP traded between 16.2940 and 18.5683, averaged 17.3879 and rose 5.99%. The API holds daily TND/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/EGP over YTD: show the values
| Point | TND/EGP |
|---|---|
| 2025-12-31 | 16.5165 |
| 2026-01-07 | 16.3606 |
| 2026-01-14 | 16.2940 |
| 2026-01-21 | 16.4628 |
| 2026-01-28 | 16.5981 |
| 2026-02-04 | 16.4431 |
| 2026-02-11 | 16.4767 |
| 2026-02-18 | 16.4771 |
| 2026-02-25 | 16.7072 |
| 2026-03-04 | 17.2558 |
| 2026-03-11 | 17.8049 |
| 2026-03-18 | 17.8265 |
| 2026-03-25 | 18.0865 |
| 2026-04-01 | 18.4419 |
| 2026-04-08 | 18.5683 |
| 2026-04-15 | 17.9534 |
| 2026-04-22 | 18.1077 |
| 2026-04-29 | 18.3581 |
| 2026-05-06 | 18.3907 |
| 2026-05-14 | 18.3041 |
| 2026-05-21 | 18.2687 |
| 2026-05-29 | 18.0194 |
| 2026-06-05 | 17.8100 |
| 2026-06-14 | 17.6905 |
| 2026-06-21 | 16.9681 |
| 2026-06-28 | 16.7388 |
| 2026-07-05 | 16.7061 |
| 2026-07-12 | 16.8357 |
| 2026-07-19 | 17.1296 |
| 2026-07-26 | 17.3047 |
| 2026-08-02 | 17.4027 |
| 2026-08-09 | 16.9912 |
| 2026-08-16 | 17.2357 |
| 2026-08-24 | 17.5775 |
| 2026-08-31 | 17.6064 |
| 2026-09-07 | 17.4558 |
| 2026-09-14 | 17.7919 |
| 2026-09-21 | 17.6539 |
High
18.5683
Low
16.2940
Average
17.3879
Get this rate via the API
One GET request returns the TND/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=TND¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/EGP API questions
How do I get the TND/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/EGP rate in rates.EGP.
How far back does TND/EGP historical data go?
Daily TND/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 TND/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.