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: show the values
| Point | MUR/TTD |
|---|---|
| 2025-09-27 | 0.14786 |
| 2025-10-04 | 0.14963 |
| 2025-10-11 | 0.14887 |
| 2025-10-18 | 0.15089 |
| 2025-10-25 | 0.14935 |
| 2025-11-01 | 0.14737 |
| 2025-11-08 | 0.14782 |
| 2025-11-15 | 0.14851 |
| 2025-11-22 | 0.14707 |
| 2025-11-29 | 0.14632 |
| 2025-12-06 | 0.14697 |
| 2025-12-14 | 0.14718 |
| 2025-12-21 | 0.14651 |
| 2025-12-28 | 0.14749 |
| 2026-01-04 | 0.14661 |
| 2026-01-11 | 0.14477 |
| 2026-01-18 | 0.14606 |
| 2026-01-25 | 0.14717 |
| 2026-02-01 | 0.14855 |
| 2026-02-08 | 0.14612 |
| 2026-02-15 | 0.14701 |
| 2026-02-22 | 0.14557 |
| 2026-03-01 | 0.14538 |
| 2026-03-08 | 0.14212 |
| 2026-03-15 | 0.14505 |
| 2026-03-22 | 0.14537 |
| 2026-03-29 | 0.14492 |
| 2026-04-05 | 0.14366 |
| 2026-04-12 | 0.14566 |
| 2026-04-19 | 0.14698 |
| 2026-04-26 | 0.14478 |
| 2026-05-03 | 0.14436 |
| 2026-05-10 | 0.14437 |
| 2026-05-18 | 0.14421 |
| 2026-05-26 | 0.14347 |
| 2026-06-02 | 0.14340 |
| 2026-06-11 | 0.14187 |
| 2026-06-18 | 0.14361 |
| 2026-06-25 | 0.14076 |
| 2026-07-02 | 0.14400 |
| 2026-07-09 | 0.14381 |
| 2026-07-16 | 0.14363 |
| 2026-07-23 | 0.14351 |
| 2026-07-30 | 0.14282 |
| 2026-08-06 | 0.14414 |
| 2026-08-13 | 0.14376 |
| 2026-08-21 | 0.14542 |
| 2026-08-28 | 0.14475 |
| 2026-09-04 | 0.14417 |
| 2026-09-11 | 0.14502 |
| 2026-09-18 | 0.14258 |
| 2026-09-25 | 0.14327 |
High
0.15089
Low
0.14076
Average
0.14542
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MUR¤cies=TTD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MUR¤cies=TTD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MUR¤cies=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¤cies=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.