Skip to content

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

OMR/TTD over 1Y: show the values
PointOMR/TTD
2025-09-2617.5821
2025-10-0317.5578
2025-10-1017.6118
2025-10-1717.5535
2025-10-2417.5700
2025-10-3117.4750
2025-11-0717.5560
2025-11-1417.5495
2025-11-2117.5921
2025-11-2817.6001
2025-12-0517.5162
2025-12-1317.6715
2025-12-2017.6621
2025-12-2717.6791
2026-01-0317.6597
2026-01-1017.6761
2026-01-1717.6511
2026-01-2417.6943
2026-01-3117.5915
2026-02-0717.6544
2026-02-1417.7181
2026-02-2117.6387
2026-02-2817.7332
2026-03-0717.5565
2026-03-1417.5161
2026-03-2117.7559
2026-03-2817.6462
2026-04-0417.6441
2026-04-1117.6290
2026-04-1817.5981
2026-04-2517.6497
2026-05-0217.6625
2026-05-0917.6042
2026-05-1717.5446
2026-05-2517.5689
2026-06-0117.5893
2026-06-1017.5705
2026-06-1717.5984
2026-06-2417.5829
2026-07-0117.5780
2026-07-0817.6063
2026-07-1517.5582
2026-07-2217.5664
2026-07-2917.5836
2026-08-0517.5670
2026-08-1217.5487
2026-08-2017.5137
2026-08-2717.5941
2026-09-0317.5264
2026-09-1017.5857
2026-09-1717.6152
2026-09-2417.6264

High

17.7559

Low

17.4750

Average

17.6035

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR&currencies=TTD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR&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=OMR&currencies=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&currencies=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.