Skip to content

TND to EGP exchange rate API

Tunisian Dinar to Egyptian Pound · quoted 2026-09-25

17.5039

▲ +5.98% over YTD

1 TND = 17.5039 EGP · 1 EGP = 0.05713 TND · Get this rate via the API

1 TND buys 17.5039 EGP as of 2026-09-25, so 1 EGP buys 0.05713 TND. Over the year to date, TND/EGP traded between 16.2940 and 18.5683, averaged 17.3878 and rose 5.98%. 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

TND/EGP over YTD: show the values
PointTND/EGP
2025-12-3116.5165
2026-01-0716.3606
2026-01-1416.2940
2026-01-2116.4628
2026-01-2816.5981
2026-02-0416.4431
2026-02-1116.4767
2026-02-1816.4771
2026-02-2516.7072
2026-03-0417.2558
2026-03-1117.8049
2026-03-1817.8265
2026-03-2518.0865
2026-04-0118.4419
2026-04-0818.5683
2026-04-1517.9534
2026-04-2218.1077
2026-04-2918.3581
2026-05-0618.3907
2026-05-1418.3041
2026-05-2118.2687
2026-05-2918.0194
2026-06-0517.8100
2026-06-1417.6905
2026-06-2116.9681
2026-06-2816.7388
2026-07-0516.7061
2026-07-1216.8357
2026-07-1917.1296
2026-07-2617.3047
2026-08-0217.4027
2026-08-0916.9912
2026-08-1617.2357
2026-08-2417.5775
2026-08-3117.6064
2026-09-0717.4558
2026-09-1417.7919
2026-09-2117.6539

High

18.5683

Low

16.2940

Average

17.3878

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=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&currencies=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.