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: show the values
| Point | OMR/TND |
|---|---|
| 2025-09-25 | 7.5288 |
| 2025-10-02 | 7.5160 |
| 2025-10-09 | 7.5858 |
| 2025-10-16 | 7.5721 |
| 2025-10-23 | 7.6116 |
| 2025-10-30 | 7.5869 |
| 2025-11-06 | 7.6633 |
| 2025-11-13 | 7.6337 |
| 2025-11-20 | 7.6652 |
| 2025-11-27 | 7.6279 |
| 2025-12-04 | 7.5802 |
| 2025-12-12 | 7.5623 |
| 2025-12-19 | 7.5476 |
| 2025-12-26 | 7.4829 |
| 2026-01-02 | 7.4704 |
| 2026-01-09 | 7.5150 |
| 2026-01-16 | 7.5017 |
| 2026-01-23 | 7.4448 |
| 2026-01-30 | 7.3616 |
| 2026-02-06 | 7.4229 |
| 2026-02-13 | 7.3815 |
| 2026-02-20 | 7.4440 |
| 2026-02-27 | 7.4232 |
| 2026-03-06 | 7.5234 |
| 2026-03-13 | 7.5965 |
| 2026-03-20 | 7.5509 |
| 2026-03-27 | 7.5840 |
| 2026-04-03 | 7.6050 |
| 2026-04-10 | 7.4711 |
| 2026-04-17 | 7.4754 |
| 2026-04-24 | 7.4676 |
| 2026-05-01 | 7.4657 |
| 2026-05-08 | 7.5392 |
| 2026-05-16 | 7.5547 |
| 2026-05-24 | 7.5582 |
| 2026-05-31 | 7.5328 |
| 2026-06-09 | 7.5735 |
| 2026-06-16 | 7.5570 |
| 2026-06-23 | 7.6184 |
| 2026-06-30 | 7.6397 |
| 2026-07-07 | 7.6371 |
| 2026-07-14 | 7.6494 |
| 2026-07-21 | 7.6347 |
| 2026-07-28 | 7.6794 |
| 2026-08-04 | 7.5808 |
| 2026-08-11 | 7.5799 |
| 2026-08-18 | 7.5571 |
| 2026-08-26 | 7.5129 |
| 2026-09-02 | 7.5627 |
| 2026-09-09 | 7.5101 |
| 2026-09-16 | 7.5536 |
| 2026-09-23 | 7.6435 |
High
7.6794
Low
7.3616
Average
7.5511
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=TND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=TND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=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¤cies=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.