Skip to content

OMR to TND exchange rate API

Rial Omani to Tunisian Dinar · quoted 2026-09-25

7.6624

▲ +1.77% over 1Y

1 OMR = 7.6624 TND · 1 TND = 0.13051 OMR · Get this rate via the API

1 OMR buys 7.6624 TND as of 2026-09-25, so 1 TND buys 0.13051 OMR. Over the last year, OMR/TND traded between 7.3616 and 7.6794, averaged 7.5511 and rose 1.77%. The API holds daily OMR/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

OMR/TND over 1Y

OMR/TND over 1Y: show the values
PointOMR/TND
2025-09-257.5288
2025-10-027.5160
2025-10-097.5858
2025-10-167.5721
2025-10-237.6116
2025-10-307.5869
2025-11-067.6633
2025-11-137.6337
2025-11-207.6652
2025-11-277.6279
2025-12-047.5802
2025-12-127.5623
2025-12-197.5476
2025-12-267.4829
2026-01-027.4704
2026-01-097.5150
2026-01-167.5017
2026-01-237.4448
2026-01-307.3616
2026-02-067.4229
2026-02-137.3815
2026-02-207.4440
2026-02-277.4232
2026-03-067.5234
2026-03-137.5965
2026-03-207.5509
2026-03-277.5840
2026-04-037.6050
2026-04-107.4711
2026-04-177.4754
2026-04-247.4676
2026-05-017.4657
2026-05-087.5392
2026-05-167.5547
2026-05-247.5582
2026-05-317.5328
2026-06-097.5735
2026-06-167.5570
2026-06-237.6184
2026-06-307.6397
2026-07-077.6371
2026-07-147.6494
2026-07-217.6347
2026-07-287.6794
2026-08-047.5808
2026-08-117.5799
2026-08-187.5571
2026-08-267.5129
2026-09-027.5627
2026-09-097.5101
2026-09-167.5536
2026-09-237.6435

High

7.6794

Low

7.3616

Average

7.5511

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

OMR/TND API questions

How do I get the OMR/TND exchange rate from an API?

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

How far back does OMR/TND historical data go?

Daily OMR/TND 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/TND 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.