CUP to RUB exchange rate API
Cuban Peso to Russian Ruble · quoted 2026-09-26
3.5193
▲ +0.51% over 1Y
1 CUP = 3.5193 RUB · 1 RUB = 0.28415 CUP · Get this rate via the API
1 CUP buys 3.5193 RUB as of 2026-09-26, so 1 RUB buys 0.28415 CUP. Over the last year, CUP/RUB traded between 2.6882 and 3.5193, averaged 3.1571 and rose 0.51%. The API holds daily CUP/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CUP/RUB over 1Y: show the values
| Point | CUP/RUB |
|---|---|
| 2025-09-26 | 3.5013 |
| 2025-10-03 | 3.4214 |
| 2025-10-10 | 3.3757 |
| 2025-10-17 | 3.3588 |
| 2025-10-24 | 3.3921 |
| 2025-10-31 | 3.3323 |
| 2025-11-07 | 3.3892 |
| 2025-11-14 | 3.3643 |
| 2025-11-21 | 3.3355 |
| 2025-11-28 | 3.2494 |
| 2025-12-05 | 3.2148 |
| 2025-12-13 | 3.3237 |
| 2025-12-20 | 3.3624 |
| 2025-12-27 | 3.2822 |
| 2026-01-03 | 3.3513 |
| 2026-01-10 | 3.3020 |
| 2026-01-17 | 3.2405 |
| 2026-01-24 | 3.1578 |
| 2026-01-31 | 3.1816 |
| 2026-02-07 | 3.2091 |
| 2026-02-14 | 3.1782 |
| 2026-02-21 | 3.1944 |
| 2026-02-28 | 3.2151 |
| 2026-03-07 | 3.3023 |
| 2026-03-14 | 3.3384 |
| 2026-03-21 | 3.4518 |
| 2026-03-28 | 3.0724 |
| 2026-04-04 | 3.3483 |
| 2026-04-11 | 2.9096 |
| 2026-04-18 | 2.8767 |
| 2026-04-25 | 2.8372 |
| 2026-05-02 | 2.8292 |
| 2026-05-09 | 2.8015 |
| 2026-05-17 | 3.0436 |
| 2026-05-25 | 2.9825 |
| 2026-06-01 | 2.6882 |
| 2026-06-10 | 2.7161 |
| 2026-06-17 | 2.7358 |
| 2026-06-24 | 2.8113 |
| 2026-07-01 | 2.9698 |
| 2026-07-08 | 2.8868 |
| 2026-07-15 | 2.9245 |
| 2026-07-22 | 2.9547 |
| 2026-07-29 | 2.9718 |
| 2026-08-05 | 3.0426 |
| 2026-08-12 | 3.1113 |
| 2026-08-20 | 3.1699 |
| 2026-08-27 | 3.2187 |
| 2026-09-03 | 3.2943 |
| 2026-09-10 | 3.2076 |
| 2026-09-17 | 3.1793 |
| 2026-09-24 | 3.2000 |
High
3.5193
Low
2.6882
Average
3.1571
Get this rate via the API
One GET request returns the CUP/RUB 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=CUP¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
CUP/RUB API questions
How do I get the CUP/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CUP/RUB rate in rates.RUB.
How far back does CUP/RUB historical data go?
Daily CUP/RUB 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 CUP/RUB 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.