TJS to MZN exchange rate API
Somoni to Mozambique Metical · quoted 2026-09-27
6.9121
▲ +1.04% over 1Y
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 last year, TJS/MZN traded between 6.6503 and 6.9657, averaged 6.8572 and rose 1.04%. 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 1Y: show the values
| Point | TJS/MZN |
|---|---|
| 2025-09-27 | 6.8408 |
| 2025-10-04 | 6.8733 |
| 2025-10-11 | 6.9106 |
| 2025-10-18 | 6.9275 |
| 2025-10-25 | 6.8633 |
| 2025-11-01 | 6.9204 |
| 2025-11-08 | 6.9271 |
| 2025-11-15 | 6.9167 |
| 2025-11-22 | 6.9302 |
| 2025-11-29 | 6.9160 |
| 2025-12-06 | 6.9657 |
| 2025-12-14 | 6.9095 |
| 2025-12-21 | 6.9309 |
| 2025-12-28 | 6.9003 |
| 2026-01-04 | 6.9134 |
| 2026-01-11 | 6.8711 |
| 2026-01-18 | 6.8499 |
| 2026-01-25 | 6.8310 |
| 2026-02-01 | 6.7874 |
| 2026-02-08 | 6.8079 |
| 2026-02-15 | 6.7653 |
| 2026-02-22 | 6.7491 |
| 2026-03-01 | 6.7200 |
| 2026-03-08 | 6.6658 |
| 2026-03-15 | 6.6503 |
| 2026-03-22 | 6.6666 |
| 2026-03-29 | 6.6804 |
| 2026-04-05 | 6.6773 |
| 2026-04-12 | 6.7392 |
| 2026-04-19 | 6.7706 |
| 2026-04-26 | 6.8101 |
| 2026-05-03 | 6.8114 |
| 2026-05-10 | 6.8683 |
| 2026-05-18 | 6.8355 |
| 2026-05-26 | 6.9007 |
| 2026-06-02 | 6.9109 |
| 2026-06-11 | 6.8429 |
| 2026-06-18 | 6.8843 |
| 2026-06-25 | 6.8885 |
| 2026-07-02 | 6.9056 |
| 2026-07-09 | 6.8907 |
| 2026-07-16 | 6.9311 |
| 2026-07-23 | 6.9104 |
| 2026-07-30 | 6.9371 |
| 2026-08-06 | 6.9173 |
| 2026-08-13 | 6.8982 |
| 2026-08-21 | 6.8992 |
| 2026-08-28 | 6.9155 |
| 2026-09-04 | 6.9156 |
| 2026-09-11 | 6.9093 |
| 2026-09-18 | 6.9288 |
| 2026-09-25 | 6.9280 |
High
6.9657
Low
6.6503
Average
6.8572
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.