Skip to content

TJS to MOP exchange rate API

Somoni to Pataca · quoted 2026-09-27

0.87441

▲ +1.91% over 1Y

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 year, TJS/MOP traded between 0.84009 and 0.88026, averaged 0.86452 and rose 1.91%. 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 1Y

TJS/MOP over 1Y: show the values
PointTJS/MOP
2025-09-270.85803
2025-10-040.86402
2025-10-110.86893
2025-10-180.86727
2025-10-250.86145
2025-11-010.86667
2025-11-080.86823
2025-11-150.86633
2025-11-220.86934
2025-11-290.86819
2025-12-060.87394
2025-12-140.86774
2025-12-210.86985
2025-12-280.86525
2026-01-040.86854
2026-01-110.86351
2026-01-180.86135
2026-01-250.85878
2026-02-010.85683
2026-02-080.85893
2026-02-150.85284
2026-02-220.85028
2026-03-010.84725
2026-03-080.84057
2026-03-150.84009
2026-03-220.84221
2026-03-290.84326
2026-04-050.84387
2026-04-120.84873
2026-04-190.85541
2026-04-260.85850
2026-05-030.86026
2026-05-100.86419
2026-05-180.86447
2026-05-260.87282
2026-06-020.87413
2026-06-110.86543
2026-06-180.87055
2026-06-250.87153
2026-07-020.87344
2026-07-090.87173
2026-07-160.87686
2026-07-230.87427
2026-07-300.88026
2026-08-060.87609
2026-08-130.87338
2026-08-210.87325
2026-08-280.87439
2026-09-040.87526
2026-09-110.87426
2026-09-180.87598
2026-09-250.87638

High

0.88026

Low

0.84009

Average

0.86452

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.