INR to CLP exchange rate API
Indian Rupee to Chilean Peso · quoted 2026-09-24
10.0127
▼ +6.37% over 1Y
1 INR = 10.0127 CLP · 1 CLP = 0.09987 INR · Get this rate via the API
1 INR buys 10.0127 CLP as of 2026-09-24, so 1 CLP buys 0.09987 INR. Over the last year, INR/CLP traded between 9.3152 and 10.9171, averaged 9.8898 and fell 6.37%. The API holds daily INR/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/CLP over 1Y: show the values
| Point | INR/CLP |
|---|---|
| 2025-09-24 | 10.6939 |
| 2025-10-01 | 10.8403 |
| 2025-10-08 | 10.8148 |
| 2025-10-15 | 10.9171 |
| 2025-10-22 | 10.7648 |
| 2025-10-29 | 10.6725 |
| 2025-11-05 | 10.6819 |
| 2025-11-12 | 10.5606 |
| 2025-11-19 | 10.5359 |
| 2025-11-26 | 10.4871 |
| 2025-12-03 | 10.2437 |
| 2025-12-11 | 10.2012 |
| 2025-12-18 | 10.1682 |
| 2025-12-25 | 10.0727 |
| 2026-01-01 | 10.0122 |
| 2026-01-08 | 9.9587 |
| 2026-01-15 | 9.7659 |
| 2026-01-22 | 9.5515 |
| 2026-01-29 | 9.3919 |
| 2026-02-05 | 9.5356 |
| 2026-02-12 | 9.4343 |
| 2026-02-19 | 9.4534 |
| 2026-02-26 | 9.4179 |
| 2026-03-05 | 9.7654 |
| 2026-03-12 | 9.7312 |
| 2026-03-19 | 9.8202 |
| 2026-03-26 | 9.7498 |
| 2026-04-02 | 9.8069 |
| 2026-04-09 | 9.6831 |
| 2026-04-16 | 9.4913 |
| 2026-04-23 | 9.4595 |
| 2026-04-30 | 9.5345 |
| 2026-05-07 | 9.5135 |
| 2026-05-15 | 9.3152 |
| 2026-05-23 | 9.4188 |
| 2026-05-30 | 9.3736 |
| 2026-06-06 | 9.6153 |
| 2026-06-15 | 9.4971 |
| 2026-06-22 | 9.5220 |
| 2026-06-29 | 9.7573 |
| 2026-07-06 | 9.6558 |
| 2026-07-13 | 9.6965 |
| 2026-07-20 | 9.6812 |
| 2026-07-27 | 9.8880 |
| 2026-08-03 | 9.7160 |
| 2026-08-10 | 9.5789 |
| 2026-08-17 | 9.5632 |
| 2026-08-25 | 9.5674 |
| 2026-09-01 | 9.8434 |
| 2026-09-08 | 9.8526 |
| 2026-09-15 | 9.9553 |
| 2026-09-22 | 9.9155 |
High
10.9171
Low
9.3152
Average
9.8898
Get this rate via the API
One GET request returns the INR/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=INR¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=CLP").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/CLP API questions
How do I get the INR/CLP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/CLP rate in rates.CLP.
How far back does INR/CLP historical data go?
Daily INR/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 INR/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.