Skip to content

TND to RUB exchange rate API

Tunisian Dinar to Russian Ruble · quoted 2026-09-25

28.7432

▼ +0.30% over 1Y

1 TND = 28.7432 RUB · 1 RUB = 0.03479 TND · Get this rate via the API

1 TND buys 28.7432 RUB as of 2026-09-25, so 1 RUB buys 0.03479 TND. Over the last year, TND/RUB traded between 24.4955 and 29.7429, averaged 27.1165 and fell 0.30%. The API holds daily TND/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/RUB over 1Y

TND/RUB over 1Y: show the values
PointTND/RUB
2025-09-2528.8303
2025-10-0228.3993
2025-10-0927.8352
2025-10-1626.9077
2025-10-2327.7415
2025-10-3027.2943
2025-11-0627.5004
2025-11-1327.5809
2025-11-2027.2217
2025-11-2726.6591
2025-12-0426.5081
2025-12-1227.4939
2025-12-1927.4013
2025-12-2627.2577
2026-01-0227.3444
2026-01-0927.7053
2026-01-1627.0569
2026-01-2326.4396
2026-01-3026.7325
2026-02-0626.7902
2026-02-1327.1059
2026-02-2026.7230
2026-02-2726.8348
2026-03-0627.0873
2026-03-1327.1098
2026-03-2029.5548
2026-03-2727.8002
2026-04-0327.3602
2026-04-1026.9175
2026-04-1726.4684
2026-04-2426.3238
2026-05-0125.9989
2026-05-0825.6515
2026-05-1625.0545
2026-05-2424.5420
2026-05-3124.4955
2026-06-0924.9656
2026-06-1624.8301
2026-06-2325.2415
2026-06-3026.1174
2026-07-0726.1608
2026-07-1425.9599
2026-07-2126.6450
2026-07-2826.2964
2026-08-0427.4768
2026-08-1128.1999
2026-08-1829.1489
2026-08-2628.8527
2026-09-0229.7429
2026-09-0929.6137
2026-09-1628.8773
2026-09-2328.5717

High

29.7429

Low

24.4955

Average

27.1165

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=RUB").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/RUB API questions

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

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

How far back does TND/RUB historical data go?

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