Skip to content

TJS to MOP exchange rate API

Somoni to Pataca · quoted 2026-09-27

0.87441

▲ +0.00% over 30D

1 TJS = 0.87441 MOP · 1 MOP = 1.1436 TJS · Get this rate via the API

1 TJS buys 0.87441 MOP as of 2026-09-27, so 1 MOP buys 1.1436 TJS. Over the last 30 days, TJS/MOP traded between 0.87086 and 0.87656, averaged 0.87440 and rose 0.00%. The API holds daily TJS/MOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/MOP over 30D

TJS/MOP over 30D: show the values
PointTJS/MOP
2026-08-280.87439
2026-08-290.87348
2026-08-300.87252
2026-08-310.87086
2026-09-010.87517
2026-09-020.87425
2026-09-030.87525
2026-09-040.87526
2026-09-050.87466
2026-09-060.87246
2026-09-070.87541
2026-09-080.87492
2026-09-090.87469
2026-09-100.87441
2026-09-110.87426
2026-09-120.87365
2026-09-130.87316
2026-09-140.87394
2026-09-150.87474
2026-09-160.87570
2026-09-170.87243
2026-09-180.87598
2026-09-190.87561
2026-09-200.87446
2026-09-210.87577
2026-09-220.87473
2026-09-230.87451
2026-09-240.87251
2026-09-250.87638
2026-09-260.87656
2026-09-270.87441

High

0.87656

Low

0.87086

Average

0.87440

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/MOP API questions

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

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

How far back does TJS/MOP historical data go?

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