Skip to content

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

TTD/EGP over YTD: show the values
PointTTD/EGP
2025-12-317.0221
2026-01-076.9627
2026-01-146.9576
2026-01-216.9971
2026-01-286.9114
2026-02-046.9418
2026-02-116.9011
2026-02-186.9268
2026-02-257.0683
2026-03-047.3859
2026-03-117.6513
2026-03-187.7148
2026-03-257.7551
2026-04-017.9491
2026-04-087.9668
2026-04-157.6718
2026-04-227.6449
2026-04-297.7874
2026-05-067.8556
2026-05-147.7938
2026-05-217.8302
2026-05-297.7001
2026-06-057.6440
2026-06-147.6254
2026-06-217.4163
2026-06-287.3146
2026-07-057.3340
2026-07-127.3473
2026-07-197.4748
2026-07-267.5988
2026-08-027.5720
2026-08-097.3423
2026-08-167.4642
2026-08-247.4836
2026-08-317.4432
2026-09-077.5083
2026-09-147.5923
2026-09-217.6586

High

7.9668

Low

6.9011

Average

7.4578

For developers

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