Skip to content

TJS to MZN exchange rate API

Somoni to Mozambique Metical · quoted 2026-09-27

6.9121

▲ +0.10% over YTD

1 TJS = 6.9121 MZN · 1 MZN = 0.14467 TJS · Get this rate via the API

1 TJS buys 6.9121 MZN as of 2026-09-27, so 1 MZN buys 0.14467 TJS. Over the year to date, TJS/MZN traded between 6.6546 and 6.9301, averaged 6.8360 and rose 0.10%. The API holds daily TJS/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/MZN over YTD

TJS/MZN over YTD: show the values
PointTJS/MZN
2025-12-316.9049
2026-01-076.9058
2026-01-146.8326
2026-01-216.8487
2026-01-286.8505
2026-02-046.8507
2026-02-116.8000
2026-02-186.7593
2026-02-256.7411
2026-03-046.6871
2026-03-116.6563
2026-03-186.6732
2026-03-256.6663
2026-04-016.6546
2026-04-086.7578
2026-04-156.7500
2026-04-226.8054
2026-04-296.8148
2026-05-066.8483
2026-05-146.8390
2026-05-216.8694
2026-05-296.9301
2026-06-056.8608
2026-06-146.8550
2026-06-216.8430
2026-06-286.8955
2026-07-056.8648
2026-07-126.9018
2026-07-196.9059
2026-07-266.8953
2026-08-026.9012
2026-08-096.9054
2026-08-166.8885
2026-08-246.9084
2026-08-316.8828
2026-09-076.9192
2026-09-146.9034
2026-09-216.9168

High

6.9301

Low

6.6546

Average

6.8360

For developers

Get this rate via the API

One GET request returns the TJS/MZN 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=MZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=MZN");
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=MZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/MZN API questions

How do I get the TJS/MZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/MZN rate in rates.MZN.

How far back does TJS/MZN historical data go?

Daily TJS/MZN 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/MZN 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.