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: show the values
| Point | TJS/AOA |
|---|---|
| 2025-12-31 | 99.0346 |
| 2026-01-07 | 99.1815 |
| 2026-01-14 | 98.1238 |
| 2026-01-21 | 98.2962 |
| 2026-01-28 | 98.5338 |
| 2026-02-04 | 98.2472 |
| 2026-02-11 | 97.7233 |
| 2026-02-18 | 97.0791 |
| 2026-02-25 | 96.9996 |
| 2026-03-04 | 96.1151 |
| 2026-03-11 | 95.7978 |
| 2026-03-18 | 95.9855 |
| 2026-03-25 | 95.7760 |
| 2026-04-01 | 95.7344 |
| 2026-04-08 | 97.2574 |
| 2026-04-15 | 96.7823 |
| 2026-04-22 | 97.6719 |
| 2026-04-29 | 97.8876 |
| 2026-05-06 | 98.3870 |
| 2026-05-14 | 98.4164 |
| 2026-05-21 | 98.8457 |
| 2026-05-29 | 99.5016 |
| 2026-06-05 | 98.6768 |
| 2026-06-14 | 99.3106 |
| 2026-06-21 | 100.4443 |
| 2026-06-28 | 100.8359 |
| 2026-07-05 | 99.5969 |
| 2026-07-12 | 100.9732 |
| 2026-07-19 | 101.1478 |
| 2026-07-26 | 99.9854 |
| 2026-08-02 | 99.0076 |
| 2026-08-09 | 99.1156 |
| 2026-08-16 | 98.9999 |
| 2026-08-24 | 99.5227 |
| 2026-08-31 | 99.1891 |
| 2026-09-07 | 99.7017 |
| 2026-09-14 | 99.2586 |
| 2026-09-21 | 99.6675 |
High
101.1478
Low
95.7344
Average
98.5176
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.