TTD to AOA exchange rate API
Trinidad and Tobago Dollar to Kwanza · quoted 2026-09-26
135.3933
▼ +0.31% over 1Y
1 TTD = 135.3933 AOA · 1 AOA = 0.007386 TTD · Get this rate via the API
1 TTD buys 135.3933 AOA as of 2026-09-26, so 1 AOA buys 0.007386 TTD. Over the last year, TTD/AOA traded between 134.4405 and 137.1813, averaged 135.3238 and fell 0.31%. The API holds daily TTD/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/AOA over 1Y: show the values
| Point | TTD/AOA |
|---|---|
| 2025-09-26 | 135.8118 |
| 2025-10-03 | 135.3900 |
| 2025-10-10 | 135.0270 |
| 2025-10-17 | 135.3317 |
| 2025-10-24 | 135.3228 |
| 2025-10-31 | 136.0532 |
| 2025-11-07 | 135.4266 |
| 2025-11-14 | 135.7460 |
| 2025-11-21 | 135.5234 |
| 2025-11-28 | 134.6553 |
| 2025-12-05 | 135.9314 |
| 2025-12-13 | 135.0444 |
| 2025-12-20 | 134.7957 |
| 2025-12-27 | 135.1673 |
| 2026-01-03 | 135.3351 |
| 2026-01-10 | 134.8708 |
| 2026-01-17 | 134.6714 |
| 2026-01-24 | 134.4405 |
| 2026-01-31 | 134.6375 |
| 2026-02-07 | 135.1930 |
| 2026-02-14 | 135.0882 |
| 2026-02-21 | 135.3560 |
| 2026-02-28 | 136.9503 |
| 2026-03-07 | 135.5793 |
| 2026-03-14 | 135.7890 |
| 2026-03-21 | 135.2830 |
| 2026-03-28 | 134.9482 |
| 2026-04-04 | 134.9487 |
| 2026-04-11 | 135.1690 |
| 2026-04-18 | 135.1618 |
| 2026-04-25 | 135.3958 |
| 2026-05-02 | 135.2111 |
| 2026-05-09 | 135.4664 |
| 2026-05-17 | 137.1813 |
| 2026-05-25 | 135.6109 |
| 2026-06-01 | 135.2135 |
| 2026-06-10 | 135.4409 |
| 2026-06-17 | 135.2368 |
| 2026-06-24 | 134.8803 |
| 2026-07-01 | 135.0665 |
| 2026-07-08 | 135.1043 |
| 2026-07-15 | 135.4238 |
| 2026-07-22 | 135.2148 |
| 2026-07-29 | 135.0616 |
| 2026-08-05 | 135.4622 |
| 2026-08-12 | 135.5989 |
| 2026-08-20 | 135.8603 |
| 2026-08-27 | 134.8640 |
| 2026-09-03 | 135.6286 |
| 2026-09-10 | 135.3081 |
| 2026-09-17 | 134.9032 |
| 2026-09-24 | 134.9845 |
High
137.1813
Low
134.4405
Average
135.3238
Get this rate via the API
One GET request returns the TTD/AOA 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=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=AOA").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/AOA API questions
How do I get the TTD/AOA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/AOA rate in rates.AOA.
How far back does TTD/AOA historical data go?
Daily TTD/AOA 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/AOA 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.