Skip to content

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

TJS/XAF over YTD: show the values
PointTJS/XAF
2025-12-3160.3737
2026-01-0760.5861
2026-01-1460.3386
2026-01-2159.9434
2026-01-2858.8231
2026-02-0459.5392
2026-02-1158.6565
2026-02-1858.6209
2026-02-2558.8541
2026-03-0459.2211
2026-03-1158.9236
2026-03-1859.4601
2026-03-2559.0668
2026-04-0159.1432
2026-04-0859.5636
2026-04-1558.7165
2026-04-2259.4175
2026-04-2959.8037
2026-05-0660.0155
2026-05-1459.9689
2026-05-2160.7131
2026-05-2961.2031
2026-06-0560.6702
2026-06-1460.8170
2026-06-2161.3891
2026-06-2862.1705
2026-07-0561.7717
2026-07-1262.0810
2026-07-1962.0049
2026-07-2662.2737
2026-08-0261.5181
2026-08-0961.3452
2026-08-1661.2695
2026-08-2460.8020
2026-08-3161.0380
2026-09-0761.2544
2026-09-1461.3461
2026-09-2161.9410

High

62.3183

Low

58.6209

Average

60.4349

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=XAF");
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=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&currencies=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.