TTD to EGP exchange rate API
Trinidad and Tobago Dollar to Egyptian Pound · quoted 2026-09-26
7.6401
▲ +7.74% over 1Y
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 last year, TTD/EGP traded between 6.8747 and 8.0086, averaged 7.3303 and rose 7.74%. 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 1Y: show the values
| Point | TTD/EGP |
|---|---|
| 2025-09-26 | 7.0913 |
| 2025-10-03 | 7.0457 |
| 2025-10-10 | 6.9958 |
| 2025-10-17 | 7.0236 |
| 2025-10-24 | 7.0179 |
| 2025-10-31 | 7.0020 |
| 2025-11-07 | 6.9845 |
| 2025-11-14 | 6.9672 |
| 2025-11-21 | 6.9853 |
| 2025-11-28 | 7.0125 |
| 2025-12-05 | 7.0330 |
| 2025-12-13 | 6.9780 |
| 2025-12-20 | 7.0215 |
| 2025-12-27 | 6.9949 |
| 2026-01-03 | 7.0296 |
| 2026-01-10 | 6.9785 |
| 2026-01-17 | 6.9422 |
| 2026-01-24 | 6.9317 |
| 2026-01-31 | 6.9544 |
| 2026-02-07 | 6.8986 |
| 2026-02-14 | 6.8747 |
| 2026-02-21 | 7.0092 |
| 2026-02-28 | 7.0299 |
| 2026-03-07 | 7.4242 |
| 2026-03-14 | 7.7445 |
| 2026-03-21 | 7.6991 |
| 2026-03-28 | 7.7470 |
| 2026-04-04 | 8.0086 |
| 2026-04-11 | 7.8284 |
| 2026-04-18 | 7.6392 |
| 2026-04-25 | 7.7539 |
| 2026-05-02 | 7.9005 |
| 2026-05-09 | 7.7834 |
| 2026-05-17 | 7.8229 |
| 2026-05-25 | 7.7214 |
| 2026-06-01 | 7.6822 |
| 2026-06-10 | 7.6359 |
| 2026-06-17 | 7.3597 |
| 2026-06-24 | 7.3137 |
| 2026-07-01 | 7.2411 |
| 2026-07-08 | 7.2512 |
| 2026-07-15 | 7.4667 |
| 2026-07-22 | 7.5501 |
| 2026-07-29 | 7.4552 |
| 2026-08-05 | 7.3674 |
| 2026-08-12 | 7.4146 |
| 2026-08-20 | 7.5114 |
| 2026-08-27 | 7.3984 |
| 2026-09-03 | 7.5292 |
| 2026-09-10 | 7.5552 |
| 2026-09-17 | 7.6685 |
| 2026-09-24 | 7.5896 |
High
8.0086
Low
6.8747
Average
7.3303
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.