Skip to content

MUR to TTD exchange rate API

Mauritius Rupee to Trinidad and Tobago Dollar · quoted 2026-09-27

0.14268

▼ +3.50% over 1Y

1 MUR = 0.14268 TTD · 1 TTD = 7.0086 MUR · Get this rate via the API

1 MUR buys 0.14268 TTD as of 2026-09-27, so 1 TTD buys 7.0086 MUR. Over the last year, MUR/TTD traded between 0.14076 and 0.15089, averaged 0.14542 and fell 3.50%. The API holds daily MUR/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MUR/TTD over 1Y

MUR/TTD over 1Y: show the values
PointMUR/TTD
2025-09-270.14786
2025-10-040.14963
2025-10-110.14887
2025-10-180.15089
2025-10-250.14935
2025-11-010.14737
2025-11-080.14782
2025-11-150.14851
2025-11-220.14707
2025-11-290.14632
2025-12-060.14697
2025-12-140.14718
2025-12-210.14651
2025-12-280.14749
2026-01-040.14661
2026-01-110.14477
2026-01-180.14606
2026-01-250.14717
2026-02-010.14855
2026-02-080.14612
2026-02-150.14701
2026-02-220.14557
2026-03-010.14538
2026-03-080.14212
2026-03-150.14505
2026-03-220.14537
2026-03-290.14492
2026-04-050.14366
2026-04-120.14566
2026-04-190.14698
2026-04-260.14478
2026-05-030.14436
2026-05-100.14437
2026-05-180.14421
2026-05-260.14347
2026-06-020.14340
2026-06-110.14187
2026-06-180.14361
2026-06-250.14076
2026-07-020.14400
2026-07-090.14381
2026-07-160.14363
2026-07-230.14351
2026-07-300.14282
2026-08-060.14414
2026-08-130.14376
2026-08-210.14542
2026-08-280.14475
2026-09-040.14417
2026-09-110.14502
2026-09-180.14258
2026-09-250.14327

High

0.15089

Low

0.14076

Average

0.14542

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MUR&currencies=TTD").json()

Replace YOUR_API_KEY with the key from your dashboard.

MUR/TTD API questions

How do I get the MUR/TTD exchange rate from an API?

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

How far back does MUR/TTD historical data go?

Daily MUR/TTD 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 MUR/TTD 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.