Skip to content

RUB to VEF exchange rate API

Russian Ruble to Bolivar · quoted 2026-09-26

1011844.23

▲ +172.65% over YTD

1 RUB = 1011844.23 VEF · 1 VEF = 0.000001 RUB · Get this rate via the API

1 RUB buys 1011844.23 VEF as of 2026-09-26, so 1 VEF buys 0.000001 RUB. Over the year to date, RUB/VEF traded between 371110.86 and 1011844.23, averaged 725111.42 and rose 172.65%. The API holds daily RUB/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/VEF over YTD

RUB/VEF over YTD: show the values
PointRUB/VEF
2025-12-31371110.86
2026-01-07383709.02
2026-01-14422336.19
2026-01-21440775.91
2026-01-28470751.78
2026-02-04484042.60
2026-02-11494707.04
2026-02-19516901.15
2026-02-26533886.54
2026-03-05545907.47
2026-03-12554380.07
2026-03-19537692.03
2026-03-26572844.50
2026-04-03589006.74
2026-05-14691057.22
2026-05-24735338.03
2026-05-31770945.11
2026-06-09773744.98
2026-06-16816630.69
2026-06-23831043.77
2026-06-30808060.99
2026-07-08886571.56
2026-07-15933746.01
2026-07-22940353.41
2026-07-29943299.44
2026-08-05935879.32
2026-08-12923683.07
2026-08-20922165.64
2026-08-27922652.11
2026-09-03917716.08
2026-09-10962990.07
2026-09-171004273.55
2026-09-251003741.01

High

1011844.23

Low

371110.86

Average

725111.42

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/VEF API questions

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

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

How far back does RUB/VEF historical data go?

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