Skip to content

TOP to CLP exchange rate API

Pa’anga to Chilean Peso · quoted 2026-09-25

403.6858

▼ +0.95% over 1Y

1 TOP = 403.6858 CLP · 1 CLP = 0.002477 TOP · Get this rate via the API

1 TOP buys 403.6858 CLP as of 2026-09-25, so 1 CLP buys 0.002477 TOP. Over the last year, TOP/CLP traded between 364.1104 and 408.0382, averaged 387.3431 and fell 0.95%. The API holds daily TOP/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/CLP over 1Y

TOP/CLP over 1Y: show the values
PointTOP/CLP
2025-09-25407.5711
2025-10-02406.3989
2025-10-09401.9770
2025-10-16406.8080
2025-10-23402.8391
2025-10-30396.5517
2025-11-06400.0955
2025-11-13394.7224
2025-11-20389.4557
2025-11-27385.9251
2025-12-04384.6484
2025-12-12381.4561
2025-12-19381.2266
2025-12-26383.2988
2026-01-02376.4283
2026-01-09374.7277
2026-01-16374.6423
2026-01-23368.2407
2026-01-30366.6012
2026-02-06368.3474
2026-02-13366.8610
2026-02-20369.2641
2026-02-27370.1188
2026-03-06385.7846
2026-03-13389.9457
2026-03-20388.9813
2026-03-27397.9356
2026-04-03388.5952
2026-04-10379.6980
2026-04-18364.1104
2026-04-25372.3831
2026-05-02373.3762
2026-05-09370.1741
2026-05-17386.2591
2026-05-25385.0820
2026-06-01382.0174
2026-06-10390.0252
2026-06-17380.6282
2026-06-24387.0713
2026-07-01389.1899
2026-07-08395.5735
2026-07-15392.1484
2026-07-22395.4868
2026-07-29396.7166
2026-08-05388.6219
2026-08-12387.9937
2026-08-20393.3154
2026-08-27393.9613
2026-09-03401.2558
2026-09-10396.3070
2026-09-17406.6176
2026-09-24408.0382

High

408.0382

Low

364.1104

Average

387.3431

For developers

Get this rate via the API

One GET request returns the TOP/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=TOP&currencies=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=CLP").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/CLP API questions

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

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

How far back does TOP/CLP historical data go?

Daily TOP/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 TOP/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.