Skip to content

TJS to AOA exchange rate API

Somoni to Kwanza · quoted 2026-09-27

99.3744

▲ +0.34% over YTD

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 year to date, TJS/AOA traded between 95.7344 and 101.1478, averaged 98.5176 and rose 0.34%. 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 YTD

TJS/AOA over YTD: show the values
PointTJS/AOA
2025-12-3199.0346
2026-01-0799.1815
2026-01-1498.1238
2026-01-2198.2962
2026-01-2898.5338
2026-02-0498.2472
2026-02-1197.7233
2026-02-1897.0791
2026-02-2596.9996
2026-03-0496.1151
2026-03-1195.7978
2026-03-1895.9855
2026-03-2595.7760
2026-04-0195.7344
2026-04-0897.2574
2026-04-1596.7823
2026-04-2297.6719
2026-04-2997.8876
2026-05-0698.3870
2026-05-1498.4164
2026-05-2198.8457
2026-05-2999.5016
2026-06-0598.6768
2026-06-1499.3106
2026-06-21100.4443
2026-06-28100.8359
2026-07-0599.5969
2026-07-12100.9732
2026-07-19101.1478
2026-07-2699.9854
2026-08-0299.0076
2026-08-0999.1156
2026-08-1698.9999
2026-08-2499.5227
2026-08-3199.1891
2026-09-0799.7017
2026-09-1499.2586
2026-09-2199.6675

High

101.1478

Low

95.7344

Average

98.5176

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.