OMR to TTD exchange rate API
Rial Omani to Trinidad and Tobago Dollar · quoted 2026-09-26
17.6073
▲ +0.14% over 1Y
1 OMR = 17.6073 TTD · 1 TTD = 0.05679 OMR · Get this rate via the API
1 OMR buys 17.6073 TTD as of 2026-09-26, so 1 TTD buys 0.05679 OMR. Over the last year, OMR/TTD traded between 17.4750 and 17.7559, averaged 17.6035 and rose 0.14%. The API holds daily OMR/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
OMR/TTD over 1Y: show the values
| Point | OMR/TTD |
|---|---|
| 2025-09-26 | 17.5821 |
| 2025-10-03 | 17.5578 |
| 2025-10-10 | 17.6118 |
| 2025-10-17 | 17.5535 |
| 2025-10-24 | 17.5700 |
| 2025-10-31 | 17.4750 |
| 2025-11-07 | 17.5560 |
| 2025-11-14 | 17.5495 |
| 2025-11-21 | 17.5921 |
| 2025-11-28 | 17.6001 |
| 2025-12-05 | 17.5162 |
| 2025-12-13 | 17.6715 |
| 2025-12-20 | 17.6621 |
| 2025-12-27 | 17.6791 |
| 2026-01-03 | 17.6597 |
| 2026-01-10 | 17.6761 |
| 2026-01-17 | 17.6511 |
| 2026-01-24 | 17.6943 |
| 2026-01-31 | 17.5915 |
| 2026-02-07 | 17.6544 |
| 2026-02-14 | 17.7181 |
| 2026-02-21 | 17.6387 |
| 2026-02-28 | 17.7332 |
| 2026-03-07 | 17.5565 |
| 2026-03-14 | 17.5161 |
| 2026-03-21 | 17.7559 |
| 2026-03-28 | 17.6462 |
| 2026-04-04 | 17.6441 |
| 2026-04-11 | 17.6290 |
| 2026-04-18 | 17.5981 |
| 2026-04-25 | 17.6497 |
| 2026-05-02 | 17.6625 |
| 2026-05-09 | 17.6042 |
| 2026-05-17 | 17.5446 |
| 2026-05-25 | 17.5689 |
| 2026-06-01 | 17.5893 |
| 2026-06-10 | 17.5705 |
| 2026-06-17 | 17.5984 |
| 2026-06-24 | 17.5829 |
| 2026-07-01 | 17.5780 |
| 2026-07-08 | 17.6063 |
| 2026-07-15 | 17.5582 |
| 2026-07-22 | 17.5664 |
| 2026-07-29 | 17.5836 |
| 2026-08-05 | 17.5670 |
| 2026-08-12 | 17.5487 |
| 2026-08-20 | 17.5137 |
| 2026-08-27 | 17.5941 |
| 2026-09-03 | 17.5264 |
| 2026-09-10 | 17.5857 |
| 2026-09-17 | 17.6152 |
| 2026-09-24 | 17.6264 |
High
17.7559
Low
17.4750
Average
17.6035
Get this rate via the API
One GET request returns the OMR/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=OMR¤cies=TTD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=TTD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=TTD").json()Replace YOUR_API_KEY with the key from your dashboard.
OMR/TTD API questions
How do I get the OMR/TTD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=TTD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest OMR/TTD rate in rates.TTD.
How far back does OMR/TTD historical data go?
Daily OMR/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 OMR/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.