RUB to KZT exchange rate API
Russian Ruble to Tenge · quoted 2026-09-26
5.2474
▼ +17.02% over YTD
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 year to date, RUB/KZT traded between 5.2474 and 6.8196, averaged 6.1210 and fell 17.02%. 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 YTD: show the values
| Point | RUB/KZT |
|---|---|
| 2025-12-31 | 6.3237 |
| 2026-01-07 | 6.3295 |
| 2026-01-14 | 6.4743 |
| 2026-01-21 | 6.5119 |
| 2026-01-28 | 6.5679 |
| 2026-02-04 | 6.5254 |
| 2026-02-11 | 6.3673 |
| 2026-02-18 | 6.4196 |
| 2026-02-25 | 6.5139 |
| 2026-03-04 | 6.4419 |
| 2026-03-11 | 6.1814 |
| 2026-03-18 | 5.8353 |
| 2026-03-25 | 5.9819 |
| 2026-04-01 | 5.8819 |
| 2026-04-08 | 5.8953 |
| 2026-04-15 | 6.3066 |
| 2026-04-22 | 6.1887 |
| 2026-04-29 | 6.0841 |
| 2026-05-06 | 6.1419 |
| 2026-05-14 | 6.3762 |
| 2026-05-21 | 6.6115 |
| 2026-05-29 | 6.8196 |
| 2026-06-05 | 6.6155 |
| 2026-06-14 | 6.7537 |
| 2026-06-21 | 6.6807 |
| 2026-06-28 | 6.1564 |
| 2026-07-05 | 6.1381 |
| 2026-07-12 | 6.1488 |
| 2026-07-19 | 6.0094 |
| 2026-07-26 | 6.0708 |
| 2026-08-02 | 5.9804 |
| 2026-08-09 | 5.7466 |
| 2026-08-16 | 5.5193 |
| 2026-08-24 | 5.5496 |
| 2026-08-31 | 5.4018 |
| 2026-09-07 | 5.2634 |
| 2026-09-14 | 5.3495 |
| 2026-09-21 | 5.3087 |
High
6.8196
Low
5.2474
Average
6.1210
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.