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: show the values
| Point | TJS/AOA |
|---|---|
| 2025-09-27 | 97.6381 |
| 2025-10-04 | 98.7050 |
| 2025-10-11 | 99.0684 |
| 2025-10-18 | 99.1705 |
| 2025-10-25 | 98.3274 |
| 2025-11-01 | 99.0036 |
| 2025-11-08 | 99.1471 |
| 2025-11-15 | 99.1921 |
| 2025-11-22 | 99.0011 |
| 2025-11-29 | 99.2456 |
| 2025-12-06 | 100.0638 |
| 2025-12-14 | 98.8830 |
| 2025-12-21 | 99.1604 |
| 2025-12-28 | 99.3300 |
| 2026-01-04 | 99.5551 |
| 2026-01-11 | 98.2212 |
| 2026-01-18 | 97.8751 |
| 2026-01-25 | 97.6003 |
| 2026-02-01 | 97.1481 |
| 2026-02-08 | 97.5924 |
| 2026-02-15 | 96.8344 |
| 2026-02-22 | 96.6153 |
| 2026-03-01 | 97.5008 |
| 2026-03-08 | 96.9572 |
| 2026-03-15 | 96.5041 |
| 2026-03-22 | 96.5727 |
| 2026-03-29 | 97.4568 |
| 2026-04-05 | 96.7520 |
| 2026-04-12 | 96.6206 |
| 2026-04-19 | 97.1840 |
| 2026-04-26 | 97.8198 |
| 2026-05-03 | 97.8488 |
| 2026-05-10 | 98.6550 |
| 2026-05-18 | 98.1997 |
| 2026-05-26 | 99.3849 |
| 2026-06-02 | 99.4436 |
| 2026-06-11 | 98.2918 |
| 2026-06-18 | 98.8107 |
| 2026-06-25 | 99.1001 |
| 2026-07-02 | 99.1032 |
| 2026-07-09 | 99.0762 |
| 2026-07-16 | 99.6732 |
| 2026-07-23 | 99.4316 |
| 2026-07-30 | 100.0143 |
| 2026-08-06 | 99.5872 |
| 2026-08-13 | 99.1769 |
| 2026-08-21 | 99.2288 |
| 2026-08-28 | 99.2750 |
| 2026-09-04 | 99.4670 |
| 2026-09-11 | 99.3974 |
| 2026-09-18 | 99.5249 |
| 2026-09-25 | 99.4391 |
High
100.0638
Low
96.5041
Average
98.5330
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.