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: show the values
| Point | TOP/CLP |
|---|---|
| 2025-09-25 | 407.5711 |
| 2025-10-02 | 406.3989 |
| 2025-10-09 | 401.9770 |
| 2025-10-16 | 406.8080 |
| 2025-10-23 | 402.8391 |
| 2025-10-30 | 396.5517 |
| 2025-11-06 | 400.0955 |
| 2025-11-13 | 394.7224 |
| 2025-11-20 | 389.4557 |
| 2025-11-27 | 385.9251 |
| 2025-12-04 | 384.6484 |
| 2025-12-12 | 381.4561 |
| 2025-12-19 | 381.2266 |
| 2025-12-26 | 383.2988 |
| 2026-01-02 | 376.4283 |
| 2026-01-09 | 374.7277 |
| 2026-01-16 | 374.6423 |
| 2026-01-23 | 368.2407 |
| 2026-01-30 | 366.6012 |
| 2026-02-06 | 368.3474 |
| 2026-02-13 | 366.8610 |
| 2026-02-20 | 369.2641 |
| 2026-02-27 | 370.1188 |
| 2026-03-06 | 385.7846 |
| 2026-03-13 | 389.9457 |
| 2026-03-20 | 388.9813 |
| 2026-03-27 | 397.9356 |
| 2026-04-03 | 388.5952 |
| 2026-04-10 | 379.6980 |
| 2026-04-18 | 364.1104 |
| 2026-04-25 | 372.3831 |
| 2026-05-02 | 373.3762 |
| 2026-05-09 | 370.1741 |
| 2026-05-17 | 386.2591 |
| 2026-05-25 | 385.0820 |
| 2026-06-01 | 382.0174 |
| 2026-06-10 | 390.0252 |
| 2026-06-17 | 380.6282 |
| 2026-06-24 | 387.0713 |
| 2026-07-01 | 389.1899 |
| 2026-07-08 | 395.5735 |
| 2026-07-15 | 392.1484 |
| 2026-07-22 | 395.4868 |
| 2026-07-29 | 396.7166 |
| 2026-08-05 | 388.6219 |
| 2026-08-12 | 387.9937 |
| 2026-08-20 | 393.3154 |
| 2026-08-27 | 393.9613 |
| 2026-09-03 | 401.2558 |
| 2026-09-10 | 396.3070 |
| 2026-09-17 | 406.6176 |
| 2026-09-24 | 408.0382 |
High
408.0382
Low
364.1104
Average
387.3431
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.