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: show the values
| Point | TTD/MUR |
|---|---|
| 2025-09-27 | 6.7630 |
| 2025-10-04 | 6.6832 |
| 2025-10-11 | 6.7172 |
| 2025-10-18 | 6.6274 |
| 2025-10-25 | 6.6958 |
| 2025-11-01 | 6.7855 |
| 2025-11-08 | 6.7648 |
| 2025-11-15 | 6.7336 |
| 2025-11-22 | 6.7995 |
| 2025-11-29 | 6.8346 |
| 2025-12-06 | 6.8041 |
| 2025-12-14 | 6.7945 |
| 2025-12-21 | 6.8257 |
| 2025-12-28 | 6.7801 |
| 2026-01-04 | 6.8206 |
| 2026-01-11 | 6.9076 |
| 2026-01-18 | 6.8466 |
| 2026-01-25 | 6.7946 |
| 2026-02-01 | 6.7315 |
| 2026-02-08 | 6.8435 |
| 2026-02-15 | 6.8022 |
| 2026-02-22 | 6.8697 |
| 2026-03-01 | 6.8786 |
| 2026-03-08 | 7.0365 |
| 2026-03-15 | 6.8941 |
| 2026-03-22 | 6.8790 |
| 2026-03-29 | 6.9003 |
| 2026-04-05 | 6.9607 |
| 2026-04-12 | 6.8651 |
| 2026-04-19 | 6.8037 |
| 2026-04-26 | 6.9070 |
| 2026-05-03 | 6.9270 |
| 2026-05-10 | 6.9268 |
| 2026-05-18 | 6.9344 |
| 2026-05-26 | 6.9699 |
| 2026-06-02 | 6.9736 |
| 2026-06-11 | 7.0489 |
| 2026-06-18 | 6.9632 |
| 2026-06-25 | 7.1043 |
| 2026-07-02 | 6.9445 |
| 2026-07-09 | 6.9535 |
| 2026-07-16 | 6.9623 |
| 2026-07-23 | 6.9682 |
| 2026-07-30 | 7.0017 |
| 2026-08-06 | 6.9376 |
| 2026-08-13 | 6.9559 |
| 2026-08-21 | 6.8767 |
| 2026-08-28 | 6.9086 |
| 2026-09-04 | 6.9361 |
| 2026-09-11 | 6.8957 |
| 2026-09-18 | 7.0135 |
| 2026-09-25 | 6.9796 |
High
7.1043
Low
6.6274
Average
6.8781
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.