Skip to content

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

TTD/EGP over 1Y: show the values
PointTTD/EGP
2025-09-267.0913
2025-10-037.0457
2025-10-106.9958
2025-10-177.0236
2025-10-247.0179
2025-10-317.0020
2025-11-076.9845
2025-11-146.9672
2025-11-216.9853
2025-11-287.0125
2025-12-057.0330
2025-12-136.9780
2025-12-207.0215
2025-12-276.9949
2026-01-037.0296
2026-01-106.9785
2026-01-176.9422
2026-01-246.9317
2026-01-316.9544
2026-02-076.8986
2026-02-146.8747
2026-02-217.0092
2026-02-287.0299
2026-03-077.4242
2026-03-147.7445
2026-03-217.6991
2026-03-287.7470
2026-04-048.0086
2026-04-117.8284
2026-04-187.6392
2026-04-257.7539
2026-05-027.9005
2026-05-097.7834
2026-05-177.8229
2026-05-257.7214
2026-06-017.6822
2026-06-107.6359
2026-06-177.3597
2026-06-247.3137
2026-07-017.2411
2026-07-087.2512
2026-07-157.4667
2026-07-227.5501
2026-07-297.4552
2026-08-057.3674
2026-08-127.4146
2026-08-207.5114
2026-08-277.3984
2026-09-037.5292
2026-09-107.5552
2026-09-177.6685
2026-09-247.5896

High

8.0086

Low

6.8747

Average

7.3303

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.