Skip to content

RUB to CUP exchange rate API

Russian Ruble to Cuban Peso · quoted 2026-09-26

0.28415

▼ +0.51% over 1Y

1 RUB = 0.28415 CUP · 1 CUP = 3.5193 RUB · Get this rate via the API

1 RUB buys 0.28415 CUP as of 2026-09-26, so 1 CUP buys 3.5193 RUB. Over the last year, RUB/CUP traded between 0.28415 and 0.37199, averaged 0.31830 and fell 0.51%. The API holds daily RUB/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/CUP over 1Y

RUB/CUP over 1Y: show the values
PointRUB/CUP
2025-09-260.28561
2025-10-030.29228
2025-10-100.29624
2025-10-170.29772
2025-10-240.29480
2025-10-310.30009
2025-11-070.29505
2025-11-140.29724
2025-11-210.29980
2025-11-280.30774
2025-12-050.31106
2025-12-130.30087
2025-12-200.29741
2025-12-270.30468
2026-01-030.29839
2026-01-100.30285
2026-01-170.30859
2026-01-240.31668
2026-01-310.31431
2026-02-070.31162
2026-02-140.31465
2026-02-210.31305
2026-02-280.31103
2026-03-070.30282
2026-03-140.29954
2026-03-210.28970
2026-03-280.32547
2026-04-040.29866
2026-04-110.34369
2026-04-180.34763
2026-04-250.35246
2026-05-020.35346
2026-05-090.35695
2026-05-170.32856
2026-05-250.33529
2026-06-010.37199
2026-06-100.36817
2026-06-170.36552
2026-06-240.35571
2026-07-010.33673
2026-07-080.34640
2026-07-150.34194
2026-07-220.33844
2026-07-290.33650
2026-08-050.32867
2026-08-120.32141
2026-08-200.31546
2026-08-270.31068
2026-09-030.30355
2026-09-100.31176
2026-09-170.31453
2026-09-240.31250

High

0.37199

Low

0.28415

Average

0.31830

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/CUP API questions

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

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

How far back does RUB/CUP historical data go?

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