Skip to content

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

INR/CLP over 1Y: show the values
PointINR/CLP
2025-09-2410.6939
2025-10-0110.8403
2025-10-0810.8148
2025-10-1510.9171
2025-10-2210.7648
2025-10-2910.6725
2025-11-0510.6819
2025-11-1210.5606
2025-11-1910.5359
2025-11-2610.4871
2025-12-0310.2437
2025-12-1110.2012
2025-12-1810.1682
2025-12-2510.0727
2026-01-0110.0122
2026-01-089.9587
2026-01-159.7659
2026-01-229.5515
2026-01-299.3919
2026-02-059.5356
2026-02-129.4343
2026-02-199.4534
2026-02-269.4179
2026-03-059.7654
2026-03-129.7312
2026-03-199.8202
2026-03-269.7498
2026-04-029.8069
2026-04-099.6831
2026-04-169.4913
2026-04-239.4595
2026-04-309.5345
2026-05-079.5135
2026-05-159.3152
2026-05-239.4188
2026-05-309.3736
2026-06-069.6153
2026-06-159.4971
2026-06-229.5220
2026-06-299.7573
2026-07-069.6558
2026-07-139.6965
2026-07-209.6812
2026-07-279.8880
2026-08-039.7160
2026-08-109.5789
2026-08-179.5632
2026-08-259.5674
2026-09-019.8434
2026-09-089.8526
2026-09-159.9553
2026-09-229.9155

High

10.9171

Low

9.3152

Average

9.8898

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&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=INR&currencies=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&currencies=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.