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: show the values
| Point | TOP/CLP |
|---|---|
| 2026-03-29 | 393.3699 |
| 2026-04-05 | 391.8385 |
| 2026-04-13 | 380.9343 |
| 2026-04-20 | 378.6319 |
| 2026-04-27 | 382.6502 |
| 2026-05-04 | 385.1489 |
| 2026-05-11 | 381.6799 |
| 2026-05-19 | 385.4910 |
| 2026-05-27 | 383.2210 |
| 2026-06-03 | 380.8956 |
| 2026-06-12 | 385.2322 |
| 2026-06-19 | 384.3731 |
| 2026-06-26 | 391.3105 |
| 2026-07-03 | 390.5064 |
| 2026-07-10 | 391.9350 |
| 2026-07-17 | 396.8238 |
| 2026-07-24 | 404.2552 |
| 2026-07-31 | 394.4200 |
| 2026-08-07 | 391.8783 |
| 2026-08-14 | 387.5048 |
| 2026-08-22 | 379.9488 |
| 2026-08-29 | 394.9262 |
| 2026-09-05 | 395.9006 |
| 2026-09-12 | 398.1509 |
| 2026-09-19 | 400.2578 |
High
404.2552
Low
378.6319
Average
389.8066
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.