Skip to content

TTD to PHP exchange rate API

Trinidad and Tobago Dollar to Philippine Peso · quoted 2026-09-26

9.2043

▲ +6.06% over YTD

1 TTD = 9.2043 PHP · 1 PHP = 0.10864 TTD · Get this rate via the API

1 TTD buys 9.2043 PHP as of 2026-09-26, so 1 PHP buys 0.10864 TTD. Over the year to date, TTD/PHP traded between 8.4956 and 9.2602, averaged 8.9439 and rose 6.06%. The API holds daily TTD/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/PHP over YTD

TTD/PHP over YTD: show the values
PointTTD/PHP
2025-12-318.6784
2026-01-078.7388
2026-01-148.7633
2026-01-218.7409
2026-01-288.6533
2026-02-048.7220
2026-02-118.6317
2026-02-188.5401
2026-02-258.4956
2026-03-048.6289
2026-03-118.7312
2026-03-188.8534
2026-03-258.8604
2026-04-018.8662
2026-04-088.7665
2026-04-158.8396
2026-04-228.8596
2026-04-299.0616
2026-05-068.9817
2026-05-149.0654
2026-05-219.0842
2026-05-299.0789
2026-06-059.0652
2026-06-148.9819
2026-06-219.0295
2026-06-289.0693
2026-07-059.1647
2026-07-129.1037
2026-07-199.1254
2026-07-269.1650
2026-08-029.1013
2026-08-099.0231
2026-08-169.1453
2026-08-249.0904
2026-08-319.1530
2026-09-079.2370
2026-09-149.2602
2026-09-219.2502

High

9.2602

Low

8.4956

Average

8.9439

For developers

Get this rate via the API

One GET request returns the TTD/PHP 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=PHP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=PHP");
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=PHP").json()

Replace YOUR_API_KEY with the key from your dashboard.

TTD/PHP API questions

How do I get the TTD/PHP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=PHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/PHP rate in rates.PHP.

How far back does TTD/PHP historical data go?

Daily TTD/PHP 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/PHP 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.