Skip to content

RUB to KZT exchange rate API

Russian Ruble to Tenge · quoted 2026-09-26

5.2474

▼ +18.90% over 1Y

1 RUB = 5.2474 KZT · 1 KZT = 0.19057 RUB · Get this rate via the API

1 RUB buys 5.2474 KZT as of 2026-09-26, so 1 KZT buys 0.19057 RUB. Over the last year, RUB/KZT traded between 5.2128 and 6.8145, averaged 6.2273 and fell 18.90%. The API holds daily RUB/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/KZT over 1Y

RUB/KZT over 1Y: show the values
PointRUB/KZT
2025-09-266.4702
2025-10-036.6658
2025-10-106.6699
2025-10-176.6561
2025-10-246.6044
2025-10-316.6337
2025-11-076.4787
2025-11-146.4950
2025-11-216.4802
2025-11-286.6227
2025-12-056.5583
2025-12-136.5385
2025-12-206.4146
2025-12-276.4250
2026-01-036.3019
2026-01-106.4431
2026-01-176.5722
2026-01-246.6741
2026-01-316.5893
2026-02-076.4430
2026-02-146.4943
2026-02-216.5106
2026-02-286.4651
2026-03-076.2369
2026-03-146.1201
2026-03-215.8105
2026-03-285.9383
2026-04-045.8645
2026-04-116.1259
2026-04-186.1507
2026-04-256.1682
2026-05-026.1794
2026-05-096.2247
2026-05-176.4440
2026-05-256.6224
2026-06-016.8145
2026-06-106.7778
2026-06-176.7305
2026-06-246.5340
2026-07-016.0788
2026-07-086.1526
2026-07-156.0514
2026-07-225.9803
2026-07-296.0556
2026-08-055.8456
2026-08-125.6517
2026-08-205.4920
2026-08-275.4134
2026-09-035.2128
2026-09-105.3602
2026-09-175.3032
2026-09-245.2523

High

6.8145

Low

5.2128

Average

6.2273

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/KZT API questions

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

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

How far back does RUB/KZT historical data go?

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