Skip to content

TTD to MUR exchange rate API

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

7.0086

▲ +3.63% over 1Y

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

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

TTD/MUR over 1Y

TTD/MUR over 1Y: show the values
PointTTD/MUR
2025-09-276.7630
2025-10-046.6832
2025-10-116.7172
2025-10-186.6274
2025-10-256.6958
2025-11-016.7855
2025-11-086.7648
2025-11-156.7336
2025-11-226.7995
2025-11-296.8346
2025-12-066.8041
2025-12-146.7945
2025-12-216.8257
2025-12-286.7801
2026-01-046.8206
2026-01-116.9076
2026-01-186.8466
2026-01-256.7946
2026-02-016.7315
2026-02-086.8435
2026-02-156.8022
2026-02-226.8697
2026-03-016.8786
2026-03-087.0365
2026-03-156.8941
2026-03-226.8790
2026-03-296.9003
2026-04-056.9607
2026-04-126.8651
2026-04-196.8037
2026-04-266.9070
2026-05-036.9270
2026-05-106.9268
2026-05-186.9344
2026-05-266.9699
2026-06-026.9736
2026-06-117.0489
2026-06-186.9632
2026-06-257.1043
2026-07-026.9445
2026-07-096.9535
2026-07-166.9623
2026-07-236.9682
2026-07-307.0017
2026-08-066.9376
2026-08-136.9559
2026-08-216.8767
2026-08-286.9086
2026-09-046.9361
2026-09-116.8957
2026-09-187.0135
2026-09-256.9796

High

7.1043

Low

6.6274

Average

6.8781

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/MUR API questions

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

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

How far back does TTD/MUR historical data go?

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