Central Bank of Uruguay Exchange Rate API

Official Central Bank of Uruguay (Uruguay) daily exchange rates as JSON: 30 currencies, history back to 2000. The published UYU rates required for tax, audits, and compliant invoicing.

Uruguay flagCentral Bank of Uruguay official daily exchange rates as JSON: 30 currencies against the UYU, history back to 2000. Latest table on every plan. Get your API key.

About Central Bank of Uruguay

The Central Bank of Uruguay publishes daily official quotations — buying and selling rates for about 30 currencies against the peso, with each day's table set at the previous evening's close. It is the reference Uruguayan accounting, customs and courts cite, and the published history reaches back to 2000.

Quick start

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

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

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/bcu/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/bcu/history?source=USD&target=UYU&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-08-20)

The most recent table as published by Central Bank of Uruguay — exactly what the /latest endpoint returns right now. Values are UYU 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
ARS UYU buy 0.026853
ARS UYU sell 0.026853
AUD UYU buy 28.578645
AUD UYU sell 28.578645
BRL UYU buy 7.740973
BRL UYU sell 7.740973
CAD UYU buy 29.147933
CAD UYU sell 29.147933
CHF UYU buy 50.193556
CHF UYU sell 50.193556
CLP UYU buy 0.04358
CLP UYU sell 0.04358
CNY UYU buy 5.977841
CNY UYU sell 5.977841
COP UYU buy 0.013081
COP UYU sell 0.013081
DKK UYU buy 6.277428
DKK UYU sell 6.277428
EUR UYU buy 46.927663
EUR UYU sell 46.927663
GBP UYU buy 54.773727
GBP UYU sell 54.773727
HKD UYU buy 5.124756
HKD UYU sell 5.124756
HUF UYU buy 0.128603
HUF UYU sell 0.128603
INR UYU buy 0.419967
INR UYU sell 0.419967
ISK UYU buy 0.330823
ISK UYU sell 0.330823
JPY UYU buy 0.252545
JPY UYU sell 0.252545
KRW UYU buy 0.028836
KRW UYU sell 0.028836
MXN UYU buy 2.37024
MXN UYU sell 2.37024
MYR UYU buy 9.943105
MYR UYU sell 9.943105
NOK UYU buy 4.297827
NOK UYU sell 4.297827
NZD UYU buy 23.87985
NZD UYU sell 23.87985
PEN UYU buy 11.996001
PEN UYU sell 11.996001
PYG UYU buy 0.006682
PYG UYU sell 0.006682
RUB UYU buy 0.482742
RUB UYU sell 0.482742
SEK UYU buy 4.235109
SEK UYU sell 4.235109
TRY UYU buy 0.838292
TRY UYU sell 0.838292
USD UYU buy 40.195
USD UYU sell 40.195
VES UYU buy 0.051833
VES UYU sell 0.051833
XDR UYU buy 55.229136
XDR UYU sell 55.229136
ZAR UYU buy 2.490829
ZAR UYU sell 2.490829

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — bcu-exchange-rate:

npm install bcu-exchange-rate
import { getRate } from 'bcu-exchange-rate';

const pair = await getRate('USD', 'UYU', { 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.

Why use the official Central Bank of Uruguay rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Uruguay and beyond typically require the official rate published by Central Bank of Uruguay for a given date — a fixed, citable number that never changes after publication. This API serves those published tables with the bank's own rate_date on every response; weekends and holidays return the most recent published date, which is the rate compliance rules require you to apply.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via UYU) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

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 Uruguay exchange rates?

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

How often are the rates updated?

Central Bank of Uruguay publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-08-20).

Are these the official rates?

Yes — ingested from Central Bank of Uruguay's own published data, served unmodified with the bank's publication date. Anything computed rather than published is flagged derived.

Central Bank of Uruguay rates, one API key

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

Get Free API Key Read the Docs