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: show the values
| Point | RUB/KZT |
|---|---|
| 2025-09-26 | 6.4702 |
| 2025-10-03 | 6.6658 |
| 2025-10-10 | 6.6699 |
| 2025-10-17 | 6.6561 |
| 2025-10-24 | 6.6044 |
| 2025-10-31 | 6.6337 |
| 2025-11-07 | 6.4787 |
| 2025-11-14 | 6.4950 |
| 2025-11-21 | 6.4802 |
| 2025-11-28 | 6.6227 |
| 2025-12-05 | 6.5583 |
| 2025-12-13 | 6.5385 |
| 2025-12-20 | 6.4146 |
| 2025-12-27 | 6.4250 |
| 2026-01-03 | 6.3019 |
| 2026-01-10 | 6.4431 |
| 2026-01-17 | 6.5722 |
| 2026-01-24 | 6.6741 |
| 2026-01-31 | 6.5893 |
| 2026-02-07 | 6.4430 |
| 2026-02-14 | 6.4943 |
| 2026-02-21 | 6.5106 |
| 2026-02-28 | 6.4651 |
| 2026-03-07 | 6.2369 |
| 2026-03-14 | 6.1201 |
| 2026-03-21 | 5.8105 |
| 2026-03-28 | 5.9383 |
| 2026-04-04 | 5.8645 |
| 2026-04-11 | 6.1259 |
| 2026-04-18 | 6.1507 |
| 2026-04-25 | 6.1682 |
| 2026-05-02 | 6.1794 |
| 2026-05-09 | 6.2247 |
| 2026-05-17 | 6.4440 |
| 2026-05-25 | 6.6224 |
| 2026-06-01 | 6.8145 |
| 2026-06-10 | 6.7778 |
| 2026-06-17 | 6.7305 |
| 2026-06-24 | 6.5340 |
| 2026-07-01 | 6.0788 |
| 2026-07-08 | 6.1526 |
| 2026-07-15 | 6.0514 |
| 2026-07-22 | 5.9803 |
| 2026-07-29 | 6.0556 |
| 2026-08-05 | 5.8456 |
| 2026-08-12 | 5.6517 |
| 2026-08-20 | 5.4920 |
| 2026-08-27 | 5.4134 |
| 2026-09-03 | 5.2128 |
| 2026-09-10 | 5.3602 |
| 2026-09-17 | 5.3032 |
| 2026-09-24 | 5.2523 |
High
6.8145
Low
5.2128
Average
6.2273
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.