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: show the values
| Point | TND/RUB |
|---|---|
| 2025-09-25 | 28.8303 |
| 2025-10-02 | 28.3993 |
| 2025-10-09 | 27.8352 |
| 2025-10-16 | 26.9077 |
| 2025-10-23 | 27.7415 |
| 2025-10-30 | 27.2943 |
| 2025-11-06 | 27.5004 |
| 2025-11-13 | 27.5809 |
| 2025-11-20 | 27.2217 |
| 2025-11-27 | 26.6591 |
| 2025-12-04 | 26.5081 |
| 2025-12-12 | 27.4939 |
| 2025-12-19 | 27.4013 |
| 2025-12-26 | 27.2577 |
| 2026-01-02 | 27.3444 |
| 2026-01-09 | 27.7053 |
| 2026-01-16 | 27.0569 |
| 2026-01-23 | 26.4396 |
| 2026-01-30 | 26.7325 |
| 2026-02-06 | 26.7902 |
| 2026-02-13 | 27.1059 |
| 2026-02-20 | 26.7230 |
| 2026-02-27 | 26.8348 |
| 2026-03-06 | 27.0873 |
| 2026-03-13 | 27.1098 |
| 2026-03-20 | 29.5548 |
| 2026-03-27 | 27.8002 |
| 2026-04-03 | 27.3602 |
| 2026-04-10 | 26.9175 |
| 2026-04-17 | 26.4684 |
| 2026-04-24 | 26.3238 |
| 2026-05-01 | 25.9989 |
| 2026-05-08 | 25.6515 |
| 2026-05-16 | 25.0545 |
| 2026-05-24 | 24.5420 |
| 2026-05-31 | 24.4955 |
| 2026-06-09 | 24.9656 |
| 2026-06-16 | 24.8301 |
| 2026-06-23 | 25.2415 |
| 2026-06-30 | 26.1174 |
| 2026-07-07 | 26.1608 |
| 2026-07-14 | 25.9599 |
| 2026-07-21 | 26.6450 |
| 2026-07-28 | 26.2964 |
| 2026-08-04 | 27.4768 |
| 2026-08-11 | 28.1999 |
| 2026-08-18 | 29.1489 |
| 2026-08-26 | 28.8527 |
| 2026-09-02 | 29.7429 |
| 2026-09-09 | 29.6137 |
| 2026-09-16 | 28.8773 |
| 2026-09-23 | 28.5717 |
High
29.7429
Low
24.4955
Average
27.1165
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.