TJS to AOA exchange rate API
Somoni to Kwanza · quoted 2026-09-27
99.3744
▲ +0.10% over 30D
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 30 days, TJS/AOA traded between 98.9651 and 100.5473, averaged 99.3925 and rose 0.10%. 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 30D: show the values
| Point | TJS/AOA |
|---|---|
| 2026-08-28 | 99.2750 |
| 2026-08-29 | 99.1940 |
| 2026-08-30 | 98.9651 |
| 2026-08-31 | 99.1891 |
| 2026-09-01 | 99.5643 |
| 2026-09-02 | 99.3312 |
| 2026-09-03 | 99.4271 |
| 2026-09-04 | 99.4670 |
| 2026-09-05 | 99.4641 |
| 2026-09-06 | 99.2222 |
| 2026-09-07 | 99.7017 |
| 2026-09-08 | 99.2508 |
| 2026-09-09 | 99.4497 |
| 2026-09-10 | 99.4406 |
| 2026-09-11 | 99.3974 |
| 2026-09-12 | 99.3463 |
| 2026-09-13 | 100.5473 |
| 2026-09-14 | 99.2586 |
| 2026-09-15 | 99.2797 |
| 2026-09-16 | 99.5962 |
| 2026-09-17 | 99.0336 |
| 2026-09-18 | 99.5249 |
| 2026-09-19 | 99.2900 |
| 2026-09-20 | 99.1536 |
| 2026-09-21 | 99.6675 |
| 2026-09-22 | 99.3470 |
| 2026-09-23 | 99.1741 |
| 2026-09-24 | 99.1992 |
| 2026-09-25 | 99.4391 |
| 2026-09-26 | 99.6167 |
| 2026-09-27 | 99.3744 |
High
100.5473
Low
98.9651
Average
99.3925
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.