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: show the values
| Point | RUB/TRY |
|---|---|
| 2025-09-26 | 0.49510 |
| 2025-10-03 | 0.50792 |
| 2025-10-10 | 0.51520 |
| 2025-10-17 | 0.52208 |
| 2025-10-24 | 0.51654 |
| 2025-10-31 | 0.52615 |
| 2025-11-07 | 0.51955 |
| 2025-11-14 | 0.52456 |
| 2025-11-21 | 0.53018 |
| 2025-11-28 | 0.54518 |
| 2025-12-05 | 0.55152 |
| 2025-12-13 | 0.53566 |
| 2025-12-20 | 0.52985 |
| 2025-12-27 | 0.54451 |
| 2026-01-03 | 0.53499 |
| 2026-01-10 | 0.54306 |
| 2026-01-17 | 0.55625 |
| 2026-01-24 | 0.57254 |
| 2026-01-31 | 0.56919 |
| 2026-02-07 | 0.56792 |
| 2026-02-14 | 0.57272 |
| 2026-02-21 | 0.57162 |
| 2026-02-28 | 0.56983 |
| 2026-03-07 | 0.55587 |
| 2026-03-14 | 0.55224 |
| 2026-03-21 | 0.53472 |
| 2026-03-28 | 0.54573 |
| 2026-04-04 | 0.55507 |
| 2026-04-11 | 0.57928 |
| 2026-04-18 | 0.58827 |
| 2026-04-25 | 0.59872 |
| 2026-05-02 | 0.60245 |
| 2026-05-09 | 0.61084 |
| 2026-05-17 | 0.62491 |
| 2026-05-25 | 0.64103 |
| 2026-06-01 | 0.64419 |
| 2026-06-10 | 0.64084 |
| 2026-06-17 | 0.63889 |
| 2026-06-24 | 0.62391 |
| 2026-07-01 | 0.59304 |
| 2026-07-08 | 0.61277 |
| 2026-07-15 | 0.60715 |
| 2026-07-22 | 0.60311 |
| 2026-07-29 | 0.60202 |
| 2026-08-05 | 0.59046 |
| 2026-08-12 | 0.57915 |
| 2026-08-20 | 0.57094 |
| 2026-08-27 | 0.56413 |
| 2026-09-03 | 0.55345 |
| 2026-09-10 | 0.57056 |
| 2026-09-17 | 0.57789 |
| 2026-09-24 | 0.57584 |
High
0.64419
Low
0.49510
Average
0.56866
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.