Central Bank of Chile Exchange Rate API

Official Central Bank of Chile rates for 4 Sept 2026: 1 USD = 933.47 CLP. All 60 currencies published, history back to 1982. Free JSON API for tax, audits, and compliant invoicing.

Chile flagCentral Bank of Chile publishes official daily exchange rates — 60 currencies against the CLP — and this API serves them as JSON, with history back to 1982. The latest table is on every plan. Get your API key.

About Central Bank of Chile

The Central Bank of Chile publishes the dólar observado — the official USD/CLP rate Chilean law, tax and contracts reference, computed from the previous day's interbank trading and published one business day ahead — alongside a parities table of roughly 60 currencies against the dollar. The observado series reaches back to 1982.

Quick start

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

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

Or the bank's full published table:

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

Latest published rates (2026-09-04)

The most recent table as published by Central Bank of Chile — exactly what the /latest endpoint returns right now. Values are CLP 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
USD AED reference 3.672
USD ARS reference 1511.6306
USD AUD reference 1.3877
USD BMD reference 1
USD BOB reference 12.32
USD BRL reference 5.1012
USD BSD reference 1
USD CAD reference 1.3787
USD CHF reference 0.8066
USD CLP reference 933.47
USD CNY reference 6.7177
USD COP reference 3140.99
USD CRC reference 448
USD CUP reference 24
USD CZK reference 20.7685
USD DKK reference 6.4243
USD DOP reference 58.751
USD EGP reference 50.8919
USD EUR reference 0.8595
USD FJD reference 2.2252
USD GBP reference 0.7386
USD GTQ reference 7.6265
USD HKD reference 7.84
USD HUF reference 310.6417
USD IDR reference 17675
USD ILS reference 3.0036
USD INR reference 94.4875
USD IRR reference 1600223
USD ISK reference 120.93
USD JPY reference 155.4767
USD KRW reference 1355.4467
USD KYD reference 0.82
USD KZT reference 456.05
USD MAD reference 9.3394
USD MXN reference 16.9216
USD MYR reference 4.0405
USD NOK reference 9.2855
USD NZD reference 1.6991
USD PAB reference 1
USD PEN reference 3.3591
USD PHP reference 62.5
USD PKR reference 277.3
USD PLN reference 3.7135
USD PYG reference 5955
USD QAR reference 3.645
USD RON reference 4.5134
USD RUB reference 86.2334
USD SAR reference 3.75
USD SEK reference 9.5353
USD SGD reference 1.2664
USD THB reference 32.8908
USD TRY reference 48.3094
USD TWD reference 31.755
USD UAH reference 44.7273
USD UYU reference 40.1842
USD VES reference 802.7989
USD VND reference 26099
USD XDR reference 0.7296
USD XPF reference 102.4066
USD ZAR reference 15.9825

Node.js / TypeScript client

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

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

const pair = await getRate('USD', 'CLP', { 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-chile-exchange-rate documentation.

Why use the official Central Bank of Chile rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Chile and beyond typically require the official rate published by Central Bank of Chile 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 CLP) 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

Can I get Central Bank of Chile exchange rates via an API?

Yes — this API serves the bank's official daily CLP rates as JSON, and the latest table is on every plan, free included.

When do new rates appear here?

Once per business day, per Central Bank of Chile's own schedule; ingestion follows within the hour (latest table: 2026-09-04).

Are these the official rates?

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

Central Bank of Chile rates, one API key

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

Get Free API Key Read the Docs