Skip to content

TOP to CLP exchange rate API

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

403.6858

▲ +2.62% over 6M

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 6 months, TOP/CLP traded between 378.6319 and 404.2552, averaged 389.8066 and rose 2.62%. 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 6M

TOP/CLP over 6M: show the values
PointTOP/CLP
2026-03-29393.3699
2026-04-05391.8385
2026-04-13380.9343
2026-04-20378.6319
2026-04-27382.6502
2026-05-04385.1489
2026-05-11381.6799
2026-05-19385.4910
2026-05-27383.2210
2026-06-03380.8956
2026-06-12385.2322
2026-06-19384.3731
2026-06-26391.3105
2026-07-03390.5064
2026-07-10391.9350
2026-07-17396.8238
2026-07-24404.2552
2026-07-31394.4200
2026-08-07391.8783
2026-08-14387.5048
2026-08-22379.9488
2026-08-29394.9262
2026-09-05395.9006
2026-09-12398.1509
2026-09-19400.2578

High

404.2552

Low

378.6319

Average

389.8066

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.