TJS to XAF exchange rate API
Somoni to CFA Franc BEAC · quoted 2026-09-27
62.3183
▲ +3.22% over YTD
1 TJS = 62.3183 XAF · 1 XAF = 0.01605 TJS · Get this rate via the API
1 TJS buys 62.3183 XAF as of 2026-09-27, so 1 XAF buys 0.01605 TJS. Over the year to date, TJS/XAF traded between 58.6209 and 62.3183, averaged 60.4349 and rose 3.22%. The API holds daily TJS/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/XAF over YTD: show the values
| Point | TJS/XAF |
|---|---|
| 2025-12-31 | 60.3737 |
| 2026-01-07 | 60.5861 |
| 2026-01-14 | 60.3386 |
| 2026-01-21 | 59.9434 |
| 2026-01-28 | 58.8231 |
| 2026-02-04 | 59.5392 |
| 2026-02-11 | 58.6565 |
| 2026-02-18 | 58.6209 |
| 2026-02-25 | 58.8541 |
| 2026-03-04 | 59.2211 |
| 2026-03-11 | 58.9236 |
| 2026-03-18 | 59.4601 |
| 2026-03-25 | 59.0668 |
| 2026-04-01 | 59.1432 |
| 2026-04-08 | 59.5636 |
| 2026-04-15 | 58.7165 |
| 2026-04-22 | 59.4175 |
| 2026-04-29 | 59.8037 |
| 2026-05-06 | 60.0155 |
| 2026-05-14 | 59.9689 |
| 2026-05-21 | 60.7131 |
| 2026-05-29 | 61.2031 |
| 2026-06-05 | 60.6702 |
| 2026-06-14 | 60.8170 |
| 2026-06-21 | 61.3891 |
| 2026-06-28 | 62.1705 |
| 2026-07-05 | 61.7717 |
| 2026-07-12 | 62.0810 |
| 2026-07-19 | 62.0049 |
| 2026-07-26 | 62.2737 |
| 2026-08-02 | 61.5181 |
| 2026-08-09 | 61.3452 |
| 2026-08-16 | 61.2695 |
| 2026-08-24 | 60.8020 |
| 2026-08-31 | 61.0380 |
| 2026-09-07 | 61.2544 |
| 2026-09-14 | 61.3461 |
| 2026-09-21 | 61.9410 |
High
62.3183
Low
58.6209
Average
60.4349
Get this rate via the API
One GET request returns the TJS/XAF 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=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/XAF API questions
How do I get the TJS/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/XAF rate in rates.XAF.
How far back does TJS/XAF historical data go?
Daily TJS/XAF 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/XAF 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.