Central Bank of Venezuela Exchange Rate API

Official Central Bank of Venezuela rates for 4 Sept 2026: 1 USD = 805.37 VES, 1 EUR = 936.10 VES. All 21 currencies published, history back to 2017. Free JSON API for tax, audits, and compliant invoicing.

Venezuela flagCentral Bank of Venezuela official daily exchange rates as JSON: 21 currencies against the VES, history back to 2017. Latest table on every plan. Get your API key.

About Central Bank of Venezuela

The Central Bank of Venezuela publishes the official reference exchange rate — around 21 currencies with buying and selling sides in bolivars, dated by the Fecha Valor on which each rate legally applies. Venezuelan accounting and tax practice are required to use the BCV rate, which has often stood far from parallel-market quotes; the official print is precisely what filings must cite.

Quick start

One request for the pair you need — USD to VES at the official Central Bank of Venezuela rate:

curl "https://allratestoday.com/api/v1/central-bank/bcv/latest?source=USD&target=VES" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/bcv/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/bcv/history?source=USD&target=VES&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-04)

Below is the current table from Central Bank of Venezuela, unmodified — what a call to /latest returns right now, with values VES per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
ANG VES buy 461.76694828
ANG VES sell 462.92425893
ARS VES buy 0.53424061
ARS VES sell 0.53557956
BOB VES buy 65.47705158
BOB VES sell 65.64115447
BRL VES buy 158.09193304
BRL VES sell 158.48815342
CAD VES buy 584.15009392
CAD VES sell 585.61412925
CLP VES buy 0.86259209
CLP VES sell 0.86475397
CNY VES buy 119.88920663
CNY VES sell 120.18968083
COP VES buy 0.25596482
COP VES sell 0.25660634
CUC VES buy 805.3677345
CUC VES sell 807.3862
DOP VES buy 13.73176017
DOP VES sell 13.76617561
EUR VES buy 936.10307884
EUR VES sell 938.44920184
INR VES buy 8.52466509
INR VES sell 8.54603016
JPY VES buy 5.17505371
JPY VES sell 5.18802377
MXN VES buy 47.49190556
MXN VES sell 47.61093289
NIO VES buy 22.17605348
NIO VES sell 22.23163256
PEN VES buy 239.99276908
PEN VES sell 240.59425472
RUB VES buy 9.29568282
RUB VES sell 9.31898027
TRY VES buy 16.67227816
TRY VES sell 16.71406332
TTD VES buy 121.02967021
TTD VES sell 121.33300272
USD VES buy 805.3677345
USD VES sell 807.3862
UYU VES buy 20.01759089
UYU VES sell 20.06776029

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — central-bank-of-venezuela-exchange-rate:

npm install central-bank-of-venezuela-exchange-rate
import { getRate } from 'central-bank-of-venezuela-exchange-rate';

const pair = await getRate('USD', 'VES', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: central-bank-of-venezuela-exchange-rate documentation.

Why use the official Central Bank of Venezuela rate?

When an auditor or tax office in Venezuela asks which rate you used, "the VES mid-market rate at 14:32" is not an answer — the official rate published by Central Bank of Venezuela for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via VES) and marks it "derived": true — published and computed values are never silently mixed.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Is there an API for Central Bank of Venezuela exchange rates?

Yes — this one. Official daily VES rates as clean JSON, latest table on every plan including free.

How often does Central Bank of Venezuela update its rates?

New tables land once per business day — the API picks each one up shortly after Central Bank of Venezuela publishes it (latest: 2026-09-04).

Is this the official published table?

Yes — the rows are Central Bank of Venezuela's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

Central Bank of Venezuela rates, one API key

Latest table on every plan. History back to 2017 on paid plans. No credit card to start.

Get Free API Key Read the Docs