TTD to EGP exchange rate API
Trinidad and Tobago Dollar to Egyptian Pound · quoted 2026-09-26
7.6401
▲ +8.80% over YTD
1 TTD = 7.6401 EGP · 1 EGP = 0.13089 TTD · Get this rate via the API
1 TTD buys 7.6401 EGP as of 2026-09-26, so 1 EGP buys 0.13089 TTD. Over the year to date, TTD/EGP traded between 6.9011 and 7.9668, averaged 7.4578 and rose 8.80%. The API holds daily TTD/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/EGP over YTD: show the values
| Point | TTD/EGP |
|---|---|
| 2025-12-31 | 7.0221 |
| 2026-01-07 | 6.9627 |
| 2026-01-14 | 6.9576 |
| 2026-01-21 | 6.9971 |
| 2026-01-28 | 6.9114 |
| 2026-02-04 | 6.9418 |
| 2026-02-11 | 6.9011 |
| 2026-02-18 | 6.9268 |
| 2026-02-25 | 7.0683 |
| 2026-03-04 | 7.3859 |
| 2026-03-11 | 7.6513 |
| 2026-03-18 | 7.7148 |
| 2026-03-25 | 7.7551 |
| 2026-04-01 | 7.9491 |
| 2026-04-08 | 7.9668 |
| 2026-04-15 | 7.6718 |
| 2026-04-22 | 7.6449 |
| 2026-04-29 | 7.7874 |
| 2026-05-06 | 7.8556 |
| 2026-05-14 | 7.7938 |
| 2026-05-21 | 7.8302 |
| 2026-05-29 | 7.7001 |
| 2026-06-05 | 7.6440 |
| 2026-06-14 | 7.6254 |
| 2026-06-21 | 7.4163 |
| 2026-06-28 | 7.3146 |
| 2026-07-05 | 7.3340 |
| 2026-07-12 | 7.3473 |
| 2026-07-19 | 7.4748 |
| 2026-07-26 | 7.5988 |
| 2026-08-02 | 7.5720 |
| 2026-08-09 | 7.3423 |
| 2026-08-16 | 7.4642 |
| 2026-08-24 | 7.4836 |
| 2026-08-31 | 7.4432 |
| 2026-09-07 | 7.5083 |
| 2026-09-14 | 7.5923 |
| 2026-09-21 | 7.6586 |
High
7.9668
Low
6.9011
Average
7.4578
Get this rate via the API
One GET request returns the TTD/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=TTD¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/EGP API questions
How do I get the TTD/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/EGP rate in rates.EGP.
How far back does TTD/EGP historical data go?
Daily TTD/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 TTD/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.