Skip to content

USD to CLP exchange rate API

US Dollar to Chilean Peso · quoted 2026-09-25

963.2435

▲ +1.12% over 1Y

1 USD = 963.2435 CLP · 1 CLP = 0.001038 USD · Get this rate via the API

1 USD buys 963.2435 CLP as of 2026-09-25, so 1 CLP buys 0.001038 USD. Over the last year, USD/CLP traded between 857.1285 and 963.2435, averaged 914.6613 and rose 1.12%. The API holds daily USD/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/CLP over 1Y

USD/CLP over 1Y: show the values
PointUSD/CLP
2025-09-25952.6063
2025-10-02960.6414
2025-10-09950.9700
2025-10-16959.6001
2025-10-23950.2746
2025-10-30941.6103
2025-11-06943.6505
2025-11-13929.9461
2025-11-20932.5391
2025-11-27925.5610
2025-12-04919.0020
2025-12-12914.2018
2025-12-19911.1939
2025-12-26904.3359
2026-01-02900.0747
2026-01-09897.1757
2026-01-16883.0440
2026-01-23871.0205
2026-01-30859.0942
2026-02-06866.1620
2026-02-13857.1285
2026-02-20865.3183
2026-02-27865.7048
2026-03-06906.1849
2026-03-13914.1095
2026-03-20912.9608
2026-03-27928.4566
2026-04-03917.5416
2026-04-10891.0597
2026-04-17886.6202
2026-04-24894.9695
2026-05-01900.9695
2026-05-08890.9704
2026-05-16909.8957
2026-05-24901.3817
2026-05-31890.0964
2026-06-09923.2638
2026-06-16890.4456
2026-06-23906.2981
2026-06-30922.1302
2026-07-07926.9606
2026-07-14931.7263
2026-07-21934.3158
2026-07-28940.4753
2026-08-04925.1128
2026-08-11916.1012
2026-08-18915.1786
2026-08-26913.3083
2026-09-02936.1389
2026-09-09924.9556
2026-09-16954.3283
2026-09-23946.9914

High

963.2435

Low

857.1285

Average

914.6613

For developers

Get this rate via the API

One GET request returns the USD/CLP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=CLP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=CLP").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/CLP API questions

How do I get the USD/CLP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/CLP rate in rates.CLP.

How far back does USD/CLP historical data go?

Daily USD/CLP 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 USD/CLP 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.