TOP to TTD exchange rate API
Pa’anga to Trinidad and Tobago Dollar · quoted 2026-09-25
2.8727
▼ +0.94% over 1Y
1 TOP = 2.8727 TTD · 1 TTD = 0.34811 TOP · Get this rate via the API
1 TOP buys 2.8727 TTD as of 2026-09-25, so 1 TTD buys 0.34811 TOP. Over the last year, TOP/TTD traded between 2.8145 and 2.9190, averaged 2.8732 and fell 0.94%. The API holds daily TOP/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/TTD over 1Y: show the values
| Point | TOP/TTD |
|---|---|
| 2025-09-25 | 2.9000 |
| 2025-10-02 | 2.8719 |
| 2025-10-09 | 2.8684 |
| 2025-10-16 | 2.8763 |
| 2025-10-23 | 2.8756 |
| 2025-10-30 | 2.8499 |
| 2025-11-06 | 2.8718 |
| 2025-11-13 | 2.8737 |
| 2025-11-20 | 2.8328 |
| 2025-11-27 | 2.8314 |
| 2025-12-04 | 2.8351 |
| 2025-12-12 | 2.8287 |
| 2025-12-19 | 2.8387 |
| 2025-12-26 | 2.8809 |
| 2026-01-02 | 2.8396 |
| 2026-01-09 | 2.8372 |
| 2026-01-16 | 2.8805 |
| 2026-01-23 | 2.8672 |
| 2026-01-30 | 2.8975 |
| 2026-02-06 | 2.8802 |
| 2026-02-13 | 2.9044 |
| 2026-02-20 | 2.8832 |
| 2026-02-27 | 2.9026 |
| 2026-03-06 | 2.8820 |
| 2026-03-13 | 2.8992 |
| 2026-03-20 | 2.8891 |
| 2026-03-27 | 2.9061 |
| 2026-04-03 | 2.8703 |
| 2026-04-10 | 2.8869 |
| 2026-04-18 | 2.8208 |
| 2026-04-25 | 2.8159 |
| 2026-05-02 | 2.8198 |
| 2026-05-09 | 2.8145 |
| 2026-05-17 | 2.8717 |
| 2026-05-25 | 2.9056 |
| 2026-06-01 | 2.9163 |
| 2026-06-10 | 2.8852 |
| 2026-06-17 | 2.9190 |
| 2026-06-24 | 2.8742 |
| 2026-07-01 | 2.8630 |
| 2026-07-08 | 2.8990 |
| 2026-07-15 | 2.8703 |
| 2026-07-22 | 2.8677 |
| 2026-07-29 | 2.8842 |
| 2026-08-05 | 2.8793 |
| 2026-08-12 | 2.8754 |
| 2026-08-20 | 2.8850 |
| 2026-08-27 | 2.9081 |
| 2026-09-03 | 2.8946 |
| 2026-09-10 | 2.9016 |
| 2026-09-17 | 2.8901 |
| 2026-09-24 | 2.8821 |
High
2.9190
Low
2.8145
Average
2.8732
Get this rate via the API
One GET request returns the TOP/TTD 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=TOP¤cies=TTD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TTD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TTD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/TTD API questions
How do I get the TOP/TTD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TTD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/TTD rate in rates.TTD.
How far back does TOP/TTD historical data go?
Daily TOP/TTD 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 TOP/TTD 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.