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: show the values
| Point | USD/CLP |
|---|---|
| 2025-09-25 | 952.6063 |
| 2025-10-02 | 960.6414 |
| 2025-10-09 | 950.9700 |
| 2025-10-16 | 959.6001 |
| 2025-10-23 | 950.2746 |
| 2025-10-30 | 941.6103 |
| 2025-11-06 | 943.6505 |
| 2025-11-13 | 929.9461 |
| 2025-11-20 | 932.5391 |
| 2025-11-27 | 925.5610 |
| 2025-12-04 | 919.0020 |
| 2025-12-12 | 914.2018 |
| 2025-12-19 | 911.1939 |
| 2025-12-26 | 904.3359 |
| 2026-01-02 | 900.0747 |
| 2026-01-09 | 897.1757 |
| 2026-01-16 | 883.0440 |
| 2026-01-23 | 871.0205 |
| 2026-01-30 | 859.0942 |
| 2026-02-06 | 866.1620 |
| 2026-02-13 | 857.1285 |
| 2026-02-20 | 865.3183 |
| 2026-02-27 | 865.7048 |
| 2026-03-06 | 906.1849 |
| 2026-03-13 | 914.1095 |
| 2026-03-20 | 912.9608 |
| 2026-03-27 | 928.4566 |
| 2026-04-03 | 917.5416 |
| 2026-04-10 | 891.0597 |
| 2026-04-17 | 886.6202 |
| 2026-04-24 | 894.9695 |
| 2026-05-01 | 900.9695 |
| 2026-05-08 | 890.9704 |
| 2026-05-16 | 909.8957 |
| 2026-05-24 | 901.3817 |
| 2026-05-31 | 890.0964 |
| 2026-06-09 | 923.2638 |
| 2026-06-16 | 890.4456 |
| 2026-06-23 | 906.2981 |
| 2026-06-30 | 922.1302 |
| 2026-07-07 | 926.9606 |
| 2026-07-14 | 931.7263 |
| 2026-07-21 | 934.3158 |
| 2026-07-28 | 940.4753 |
| 2026-08-04 | 925.1128 |
| 2026-08-11 | 916.1012 |
| 2026-08-18 | 915.1786 |
| 2026-08-26 | 913.3083 |
| 2026-09-02 | 936.1389 |
| 2026-09-09 | 924.9556 |
| 2026-09-16 | 954.3283 |
| 2026-09-23 | 946.9914 |
High
963.2435
Low
857.1285
Average
914.6613
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.