Convert RUB to TRY
Russian Ruble → Turkish Lira
1 RUB = 0.575586 TRY(1 TRY = 1.737361 RUB)
Currency converter
1 RUB =
0.57559 TRY
RUB to TRY: last 30 days
Over the last 30 days, 1 RUB traded between 0.55345 and 0.58272 TRY, averaging 0.56995 TRY. The RUB/TRY rate is up 1.97% since 2026-08-28.
- 30-day high
- 0.58272
- 2026-09-22
- 30-day low
- 0.55345
- 2026-09-03
- 30-day average
- 0.56995
- Days with data: 30
- 30-day change
- +1.97%
- since 2026-08-28
0.58272
0.553452026-08-28 → 2026-09-26
| Date | 1 RUB in TRY | Daily change |
|---|---|---|
| 2026-09-26 | 0.57559 | 0.00% |
| 2026-09-25 | 0.57559 | -0.04% |
| 2026-09-24 | 0.57584 | -0.60% |
| 2026-09-23 | 0.57935 | -0.58% |
| 2026-09-22 | 0.58272 | +0.50% |
| 2026-09-21 | 0.5798 | -0.07% |
| 2026-09-20 | 0.58019 | +0.37% |
| 2026-09-19 | 0.57804 | +0.12% |
| 2026-09-18 | 0.57734 | -0.09% |
| 2026-09-17 | 0.57789 | -0.00% |
| 2026-09-16 | 0.57789 | +0.41% |
| 2026-09-15 | 0.57554 | +0.06% |
| 2026-09-14 | 0.57519 | -0.24% |
| 2026-09-13 | 0.57657 | -0.11% |
| 2026-09-12 | 0.57721 | -0.27% |
| Date | 1 RUB in TRY | Daily change |
|---|---|---|
| 2026-09-11 | 0.5788 | +1.44% |
| 2026-09-10 | 0.57056 | +1.04% |
| 2026-09-09 | 0.5647 | +0.49% |
| 2026-09-08 | 0.56194 | +0.49% |
| 2026-09-07 | 0.5592 | -0.08% |
| 2026-09-06 | 0.55965 | -0.85% |
| 2026-09-05 | 0.56445 | +0.97% |
| 2026-09-04 | 0.55901 | +1.00% |
| 2026-09-03 | 0.55345 | -0.50% |
| 2026-09-02 | 0.55621 | -0.54% |
| 2026-09-01 | 0.55925 | -0.38% |
| 2026-08-31 | 0.56138 | +0.09% |
| 2026-08-30 | 0.56086 | +0.19% |
| 2026-08-29 | 0.55982 | -0.82% |
| 2026-08-28 | 0.56446 | — |
RUB to TRY conversion table
1 RUB0.57559 TRY
5 RUB2.8779 TRY
10 RUB5.7559 TRY
25 RUB14.3896 TRY
50 RUB28.7793 TRY
100 RUB57.5586 TRY
500 RUB287.7928 TRY
1,000 RUB575.5856 TRY
5,000 RUB2,877.9281 TRY
10,000 RUB5,755.8563 TRY
Get the RUB/TRY rate in your app
One GET request returns the latest RUB → TRY rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/RUB/TRY"fetch('https://rate-api.com/api/v1/pair/RUB/TRY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} TRY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/TRY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} TRY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/TRY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} TRY\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "TRY"
},
"rate": 0.5756,
"timestamp": 1790429254,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
TRY to RUBTurkish Lira → Russian Ruble1.7374Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.