Central Bank of Chile Exchange Rate API

Official Central Bank of Chile rates for 10 Sept 2026: 1 USD = 925.97 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-10)

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 1510.1049
USD AUD reference 1.3848
USD BMD reference 1
USD BOB reference 12.64
USD BRL reference 5.1024
USD BSD reference 1
USD CAD reference 1.3803
USD CHF reference 0.8096
USD CLP reference 925.97
USD CNY reference 6.7063
USD COP reference 3101.2617
USD CRC reference 446.75
USD CUP reference 24
USD CZK reference 20.8437
USD DKK reference 6.4224
USD DOP reference 58.41
USD EGP reference 51.1477
USD EUR reference 0.8592
USD FJD reference 2.2178
USD GBP reference 0.7376
USD GTQ reference 7.63
USD HKD reference 7.8421
USD HUF reference 312.5433
USD IDR reference 17506
USD ILS reference 3.0196
USD INR reference 95.105
USD IRR reference 1624371
USD ISK reference 120.025
USD JPY reference 153.4983
USD KRW reference 1339.3017
USD KYD reference 0.82
USD KZT reference 454.5133
USD MAD reference 9.3556
USD MXN reference 16.8859
USD MYR reference 4.067
USD NOK reference 9.1916
USD NZD reference 1.7116
USD PAB reference 1
USD PEN reference 3.3569
USD PHP reference 62.495
USD PKR reference 277.225
USD PLN reference 3.7065
USD PYG reference 5890
USD QAR reference 3.645
USD RON reference 4.5117
USD RUB reference 84.7833
USD SAR reference 3.75
USD SEK reference 9.588
USD SGD reference 1.2639
USD THB reference 32.8985
USD TRY reference 48.4722
USD TWD reference 31.462
USD UAH reference 44.6462
USD UYU reference 40.1954
USD VES reference 818.0516
USD VND reference 25926
USD XDR reference 0.7279
USD XPF reference 102.0689
USD ZAR reference 16.0292

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-10).

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