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: show the values
| Point | TJS/MZN |
|---|---|
| 2025-12-31 | 6.9049 |
| 2026-01-07 | 6.9058 |
| 2026-01-14 | 6.8326 |
| 2026-01-21 | 6.8487 |
| 2026-01-28 | 6.8505 |
| 2026-02-04 | 6.8507 |
| 2026-02-11 | 6.8000 |
| 2026-02-18 | 6.7593 |
| 2026-02-25 | 6.7411 |
| 2026-03-04 | 6.6871 |
| 2026-03-11 | 6.6563 |
| 2026-03-18 | 6.6732 |
| 2026-03-25 | 6.6663 |
| 2026-04-01 | 6.6546 |
| 2026-04-08 | 6.7578 |
| 2026-04-15 | 6.7500 |
| 2026-04-22 | 6.8054 |
| 2026-04-29 | 6.8148 |
| 2026-05-06 | 6.8483 |
| 2026-05-14 | 6.8390 |
| 2026-05-21 | 6.8694 |
| 2026-05-29 | 6.9301 |
| 2026-06-05 | 6.8608 |
| 2026-06-14 | 6.8550 |
| 2026-06-21 | 6.8430 |
| 2026-06-28 | 6.8955 |
| 2026-07-05 | 6.8648 |
| 2026-07-12 | 6.9018 |
| 2026-07-19 | 6.9059 |
| 2026-07-26 | 6.8953 |
| 2026-08-02 | 6.9012 |
| 2026-08-09 | 6.9054 |
| 2026-08-16 | 6.8885 |
| 2026-08-24 | 6.9084 |
| 2026-08-31 | 6.8828 |
| 2026-09-07 | 6.9192 |
| 2026-09-14 | 6.9034 |
| 2026-09-21 | 6.9168 |
High
6.9301
Low
6.6546
Average
6.8360
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.