Skip to content

RUB to TRY exchange rate API

Russian Ruble to Turkish Lira · quoted 2026-09-26

0.57950

▲ +17.05% over 1Y

1 RUB = 0.57950 TRY · 1 TRY = 1.7256 RUB · Get this rate via the API

1 RUB buys 0.57950 TRY as of 2026-09-26, so 1 TRY buys 1.7256 RUB. Over the last year, RUB/TRY traded between 0.49510 and 0.64419, averaged 0.56866 and rose 17.05%. The API holds daily RUB/TRY rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

RUB/TRY over 1Y

RUB/TRY over 1Y: show the values
PointRUB/TRY
2025-09-260.49510
2025-10-030.50792
2025-10-100.51520
2025-10-170.52208
2025-10-240.51654
2025-10-310.52615
2025-11-070.51955
2025-11-140.52456
2025-11-210.53018
2025-11-280.54518
2025-12-050.55152
2025-12-130.53566
2025-12-200.52985
2025-12-270.54451
2026-01-030.53499
2026-01-100.54306
2026-01-170.55625
2026-01-240.57254
2026-01-310.56919
2026-02-070.56792
2026-02-140.57272
2026-02-210.57162
2026-02-280.56983
2026-03-070.55587
2026-03-140.55224
2026-03-210.53472
2026-03-280.54573
2026-04-040.55507
2026-04-110.57928
2026-04-180.58827
2026-04-250.59872
2026-05-020.60245
2026-05-090.61084
2026-05-170.62491
2026-05-250.64103
2026-06-010.64419
2026-06-100.64084
2026-06-170.63889
2026-06-240.62391
2026-07-010.59304
2026-07-080.61277
2026-07-150.60715
2026-07-220.60311
2026-07-290.60202
2026-08-050.59046
2026-08-120.57915
2026-08-200.57094
2026-08-270.56413
2026-09-030.55345
2026-09-100.57056
2026-09-170.57789
2026-09-240.57584

High

0.64419

Low

0.49510

Average

0.56866

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/TRY API questions

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

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

How far back does RUB/TRY historical data go?

Daily RUB/TRY rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RUB/TRY 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.