Skip to content

RUB to CZK exchange rate API

Russian Ruble to Czech Koruna · quoted 2026-09-26

0.25345

▲ +2.10% over 1Y

1 RUB = 0.25345 CZK · 1 CZK = 3.9456 RUB · Get this rate via the API

1 RUB buys 0.25345 CZK as of 2026-09-26, so 1 CZK buys 3.9456 RUB. Over the last year, RUB/CZK traded between 0.23888 and 0.29269, averaged 0.26540 and rose 2.10%. The API holds daily RUB/CZK rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

RUB/CZK over 1Y

RUB/CZK over 1Y: show the values
PointRUB/CZK
2025-09-260.24822
2025-10-030.25210
2025-10-100.25874
2025-10-170.25899
2025-10-240.25788
2025-10-310.26346
2025-11-070.25906
2025-11-140.25744
2025-11-210.26278
2025-11-280.26817
2025-12-050.26970
2025-12-130.25929
2025-12-200.25752
2025-12-270.26157
2026-01-030.25613
2026-01-100.26331
2026-01-170.26885
2026-01-240.27088
2026-01-310.26896
2026-02-070.26701
2026-02-140.26798
2026-02-210.26812
2026-02-280.26620
2026-03-070.26485
2026-03-140.26776
2026-03-210.25537
2026-03-280.26172
2026-04-040.26503
2026-04-110.26961
2026-04-180.27068
2026-04-250.27635
2026-05-020.27726
2026-05-090.27797
2026-05-170.28716
2026-05-250.29217
2026-06-010.29269
2026-06-100.29122
2026-06-170.28736
2026-06-240.28690
2026-07-010.27074
2026-07-080.27813
2026-07-150.27427
2026-07-220.27058
2026-07-290.26999
2026-08-050.25989
2026-08-120.25476
2026-08-200.24618
2026-08-270.24296
2026-09-030.23888
2026-09-100.24563
2026-09-170.25137
2026-09-240.25300

High

0.29269

Low

0.23888

Average

0.26540

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/CZK API questions

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

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

How far back does RUB/CZK historical data go?

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