Skip to content

TJS to AOA exchange rate API

Somoni to Kwanza · quoted 2026-09-27

99.3744

▲ +1.78% over 1Y

1 TJS = 99.3744 AOA · 1 AOA = 0.01006 TJS · Get this rate via the API

1 TJS buys 99.3744 AOA as of 2026-09-27, so 1 AOA buys 0.01006 TJS. Over the last year, TJS/AOA traded between 96.5041 and 100.0638, averaged 98.5330 and rose 1.78%. The API holds daily TJS/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/AOA over 1Y

TJS/AOA over 1Y: show the values
PointTJS/AOA
2025-09-2797.6381
2025-10-0498.7050
2025-10-1199.0684
2025-10-1899.1705
2025-10-2598.3274
2025-11-0199.0036
2025-11-0899.1471
2025-11-1599.1921
2025-11-2299.0011
2025-11-2999.2456
2025-12-06100.0638
2025-12-1498.8830
2025-12-2199.1604
2025-12-2899.3300
2026-01-0499.5551
2026-01-1198.2212
2026-01-1897.8751
2026-01-2597.6003
2026-02-0197.1481
2026-02-0897.5924
2026-02-1596.8344
2026-02-2296.6153
2026-03-0197.5008
2026-03-0896.9572
2026-03-1596.5041
2026-03-2296.5727
2026-03-2997.4568
2026-04-0596.7520
2026-04-1296.6206
2026-04-1997.1840
2026-04-2697.8198
2026-05-0397.8488
2026-05-1098.6550
2026-05-1898.1997
2026-05-2699.3849
2026-06-0299.4436
2026-06-1198.2918
2026-06-1898.8107
2026-06-2599.1001
2026-07-0299.1032
2026-07-0999.0762
2026-07-1699.6732
2026-07-2399.4316
2026-07-30100.0143
2026-08-0699.5872
2026-08-1399.1769
2026-08-2199.2288
2026-08-2899.2750
2026-09-0499.4670
2026-09-1199.3974
2026-09-1899.5249
2026-09-2599.4391

High

100.0638

Low

96.5041

Average

98.5330

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/AOA API questions

How do I get the TJS/AOA exchange rate from an API?

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

How far back does TJS/AOA historical data go?

Daily TJS/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 TJS/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.