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: show the values
| Point | RUB/VEF |
|---|---|
| 2025-12-31 | 371110.86 |
| 2026-01-07 | 383709.02 |
| 2026-01-14 | 422336.19 |
| 2026-01-21 | 440775.91 |
| 2026-01-28 | 470751.78 |
| 2026-02-04 | 484042.60 |
| 2026-02-11 | 494707.04 |
| 2026-02-19 | 516901.15 |
| 2026-02-26 | 533886.54 |
| 2026-03-05 | 545907.47 |
| 2026-03-12 | 554380.07 |
| 2026-03-19 | 537692.03 |
| 2026-03-26 | 572844.50 |
| 2026-04-03 | 589006.74 |
| 2026-05-14 | 691057.22 |
| 2026-05-24 | 735338.03 |
| 2026-05-31 | 770945.11 |
| 2026-06-09 | 773744.98 |
| 2026-06-16 | 816630.69 |
| 2026-06-23 | 831043.77 |
| 2026-06-30 | 808060.99 |
| 2026-07-08 | 886571.56 |
| 2026-07-15 | 933746.01 |
| 2026-07-22 | 940353.41 |
| 2026-07-29 | 943299.44 |
| 2026-08-05 | 935879.32 |
| 2026-08-12 | 923683.07 |
| 2026-08-20 | 922165.64 |
| 2026-08-27 | 922652.11 |
| 2026-09-03 | 917716.08 |
| 2026-09-10 | 962990.07 |
| 2026-09-17 | 1004273.55 |
| 2026-09-25 | 1003741.01 |
High
1011844.23
Low
371110.86
Average
725111.42
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.