Skip to content

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

TTD/AOA over 1Y: show the values
PointTTD/AOA
2025-09-26135.8118
2025-10-03135.3900
2025-10-10135.0270
2025-10-17135.3317
2025-10-24135.3228
2025-10-31136.0532
2025-11-07135.4266
2025-11-14135.7460
2025-11-21135.5234
2025-11-28134.6553
2025-12-05135.9314
2025-12-13135.0444
2025-12-20134.7957
2025-12-27135.1673
2026-01-03135.3351
2026-01-10134.8708
2026-01-17134.6714
2026-01-24134.4405
2026-01-31134.6375
2026-02-07135.1930
2026-02-14135.0882
2026-02-21135.3560
2026-02-28136.9503
2026-03-07135.5793
2026-03-14135.7890
2026-03-21135.2830
2026-03-28134.9482
2026-04-04134.9487
2026-04-11135.1690
2026-04-18135.1618
2026-04-25135.3958
2026-05-02135.2111
2026-05-09135.4664
2026-05-17137.1813
2026-05-25135.6109
2026-06-01135.2135
2026-06-10135.4409
2026-06-17135.2368
2026-06-24134.8803
2026-07-01135.0665
2026-07-08135.1043
2026-07-15135.4238
2026-07-22135.2148
2026-07-29135.0616
2026-08-05135.4622
2026-08-12135.5989
2026-08-20135.8603
2026-08-27134.8640
2026-09-03135.6286
2026-09-10135.3081
2026-09-17134.9032
2026-09-24134.9845

High

137.1813

Low

134.4405

Average

135.3238

For developers

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